log Source/TouchKeys/Osc.cpp @ 56:b4a2d2ae43cf tip

age author description
Mon, 13 Apr 2015 19:30:27 -0700 Andrew McPherson Added OSC control over all main application functions. OSC messages can be sent to do most of the tasks available from the GUI.
Sun, 09 Feb 2014 18:40:51 +0000 Andrew McPherson Lots of minor changes to support building on Visual Studio. A few MSVC-specific #ifdefs to eliminate things Visual Studio doesn't like. This version now compiles on Windows (provided liblo, Juce and pthread are present) but the TouchKeys device support is not yet enabled. Also, the code now needs to be re-checked on Mac and Linux.
Wed, 20 Nov 2013 00:38:15 +0000 Andrew McPherson First prototype of TouchKeys OSC emulation. Not fully working yet, especially with mappings, but contains the basic mechanics.
Wed, 13 Nov 2013 23:40:53 +0000 Andrew McPherson Improve OSC input support and enable in the main GUI. External OSC input isn't used yet (aside from internal OSC handling) but this allows a server to run on a specified port.
Mon, 11 Nov 2013 18:19:35 +0000 Andrew McPherson First commit of TouchKeys public pre-release.