billthefarmer / mididriver

Android midi driver using Sonivox EAS library
176 stars 52 forks source link

increasing length note #6

Closed UtpalKumarJha closed 9 years ago

UtpalKumarJha commented 9 years ago

Is there an way i can increase the length of note being played ?

billthefarmer commented 9 years ago

You have to send midi note on and midi note off messages. Check out the code in onTouch() here: https://github.com/billthefarmer/mididriver/blob/master/src/org/billthefarmer/mididriver/MainActivity.java.