log Source/TouchKeys/OscMidiConverter.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.
Sat, 23 Aug 2014 21:39:46 +0100 Andrew McPherson Fix to default values of MIDI controllers
Sat, 21 Jun 2014 23:32:33 +0100 Andrew McPherson Many changes: implement global application preferences on devices etc.; extended editor window support with Control mapping features for now
Sun, 02 Mar 2014 22:31:54 +0000 Andrew McPherson First attempt at "rescan devices". Reloads TouchKeys and MIDI in/out devices. Sets MIDI in/out to Disabled if previous device not found. Does not yet handle order of devices changing.
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.
Sun, 17 Nov 2013 13:53:21 +0000 Andrew McPherson Move pitch wheel range into a central location in MidiKeyboardSegment, eliminating local copies in OscMidiConverter etc. Also suppress some unneeded debugging messages in TouchkeyDevice.
Mon, 11 Nov 2013 18:19:35 +0000 Andrew McPherson First commit of TouchKeys public pre-release.