On 02/19/2010 09:55 AM, Joan Quintana wrote:
In the other side, you can use Android like a MIDI
controller. I tested the FingerMIDI player
íthesundancekit.com) and it works great with
ubuntu+jack+fluidsynth. There is the server side and the client side, both in java. The
code is availabble vis svn.
I want to make myself an Android theremin and a Android ocarina...
Making a blowing-controlled ocarina is going to be almost impossible given the
amount of latency induced by the Java audio api (AudioRecord/AudioTrack
classes), and there's no other choice currently in the public Java or C api's.
There's a rather big ticket about this problem:
http://code.google.com/p/android/issues/detail?id=3434
An accelerometer + midi/osc based theremin is much more possible I think.
--
Olivier