Fwd: [Csnd] iOS question
Date | 2012-12-09 20:40 |
From | matt ingalls |
Subject | Fwd: [Csnd] iOS question |
not sure how Csound's iOS MIDI implementation is, but an iPhone app can use apple's wireless MIDI -- although only way i know how to get midi to it would be from another iOS device or a Mac. your question got me thinking of other approaches: + use a volume pedal and pass some signal (maybe the looped back output?) into the mic input of the iPhone -- use some logic around an rms opcode or something to trigger your sounds. + use the accelerometer/gyroscope in the iphone and build some kind of foot lever that you strap the iphone into + last i checked, some of those footpedals used for hands-free page turns just sent a "next page" character which you might be able to trap with the sensekey opcode (if this opcode works on iOS?). and if there is a bluetooth version then you might be set (or use iPad with camera connector?) + if not, it is also pretty easy to hack into a keyboard and make a trigger to send a single character. + along those lines you could try hacking into the "remote control" button on a headset. the iOS code to trap RemoteControlEvents is pretty straight forward -- maybe someone (me?) could make an opcode for that... (there also might be footpedals for this?) -- actually if all you are doing is playing back files you probably can use this approach with the Music app and not even use Csound! :) (fyi the apple developer program costs $100/year) On Dec 9, 2012, at 12:07 PM, peiman khosravi <peimankhosravi@gmail.com> wrote: Thanks Victor, |
Date | 2012-12-09 21:17 |
From | peiman khosravi |
Subject | Re: [Csnd] iOS question |
Thanks Matt, this is really useful stuff for me. Best, Peiman
On 9 December 2012 20:40, matt ingalls <matt@sonomatics.com> wrote:
|