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

age author description
Sat, 23 Aug 2014 23:46:38 +0100 Andrew McPherson Trying out a new method for parsing OSC emulation strings which may be more Windows-friendly. Also added basic support for keyboard divisions on the display.
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.
Sat, 23 Nov 2013 15:13:27 +0000 Andrew McPherson Adjust TouchKeys emulation to better match the capabilities of the actual white key sensors.
Sat, 23 Nov 2013 14:47:02 +0000 Andrew McPherson Fixes for OSC emulation. Also a debugging tool for generating random TouchKeys data.
Wed, 20 Nov 2013 01:06:53 +0000 Andrew McPherson TouchKeys OSC emulation: pass frames by copy to keep internal state consistent (still bugs left to fix here)
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.