Page 1 of 1

Programming nanoKONTROL

Posted: Sat Feb 14, 2009 4:46 pm
by randyhyde
Does anyone have some sample C/C++ (or other) source code to allow reading the nanoKONTROL under Windows?
Thanks.

Posted: Sat Feb 14, 2009 5:51 pm
by Daz
As it is just a standard MIDI device you would want to use the Windows MIDI API to communicate with it :

http://msdn.microsoft.com/en-us/library/ms712058.aspx

Daz.