hoffman2k wrote:Robert Henke is running a macbook and his MonoDeck gets feedback from python.
The guy who does the MIDI scripts at Ableton programmed it.
So its definitely possible.
Yeah, i was thinking about this and its entirely possible that the python code he uses just works with midi data so it doesnt necessarily mean that what we want is actually possible, after all the monodeck II has just coloured leds, it doesnt have LCD displays with text in or anything like that.
its also worth mentioing that you *can* use the API on OSX right now, the problem is that you cant use certain libraries like the socket library which you would need for OSC and other means of communication.
anyway, i've started digging around on OSX, i'll post up anything I find as I go along.
First is the deafault system path :
/usr/local/lib/python2.2/
/usr/local/lib/python2.2/plat-darwin
/usr/local/lib/python2.2/lib-tk
/usr/local/lib/lib-dynload
<PATH TO MIDI Remote Scripts Dir>
Of course on a recent OSX there is no python in /usr/local/lib/python2.2
so my next move is to try an old version from MacPorts and see if that helps any.