a month later, midi2osc becomes OSCII-bot
December 14, 2013
midi2osc, as mentioned in the last post, got some updates which made its name obsolete, particularly the ability to send MIDI and receive OSC, so it has now been renamed OSCII-bot. Other mildly interesting updates:December 14, 2013
- OSX version
- Can load multiple scripts, which run independently but can share hardware
- Better string syntax (normal quotes rather than silly {} etc), user strings identified by values 0..1023
- Better string manipulation APIs (sprintf(), strcpy(), match(), etc).
- match() and oscmatch(), which can be used for simple regular expressions with the ability to extract values
- Ability to detect stale devices and reopen them
- Scripts can output text to the newly resizeable console, including basic terminal emualtion (\r, and \33[2J for clear)
- Vastly improved icon
The thing I'm most excited about, in this, is the creation of eel_strings.h, which is a framework for extending EEL2 (the scripting engine that powers JSFX, for one) to add string support. Adding support for strings to JSFX will be pretty straightforward, so we'll likely be doing that in the next few weeks. Fun stuff. Very few things are as satisfying as making fun programming languages to use...
Posted by Justin on Mon 16 Dec 2013 at 23:59 from 68.175.80.x
Posted by Justin on Tue 17 Dec 2013 at 00:00 from 68.175.80.x
Posted by Will on Thu 19 Dec 2013 at 00:54 from 24.234.85.x
Posted by gio on Thu 19 Dec 2013 at 15:59 from 94.66.32.x
Posted by justin on Thu 02 Jan 2014 at 00:16 from 68.175.80.x
Posted by gio on Fri 03 Jan 2014 at 12:05 from 79.131.41.x
Posted by marco on Sat 15 Mar 2014 at 04:00 from 151.64.59.x
Posted by helgoboss on Mon 19 May 2014 at 10:53 from 195.13.41.x
Add comment: