[Csnd] midi with android csound
Date | 2013-10-06 17:34 |
From | Brian Redfern |
Subject | [Csnd] midi with android csound |
Hi guys, I've been digging through the source for android csound, looks like everything is there to load midi files to drive csound, I know with the quneo I can use osc and that should work on android via wifi, wondering if I can use realtime midi on an android app, if I need to use the android usb midi library on my app end to capture controller events, then would I map these to control channels in my csd or would I just use standard realtime midi opcodes to handle the midi input?
|
Date | 2013-10-06 18:58 |
From | Michael Gogins |
Subject | Re: [Csnd] midi with android csound |
Right now there is no real-time MIDI support in the Android app. MIDI files should work fine. Using an external program to read real-time MIDI will not be much use at this time because the OSC opcodes also do not yet exist on Android. Both real-time MIDI and OSC support for Android are planned. Regards, Mike ===========================
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sun, Oct 6, 2013 at 12:34 PM, Brian Redfern <brianwredfern@gmail.com> wrote:
|