billthefarmer / mididriver

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

Pitch Bend range #35

Closed selimbousbih closed 4 years ago

selimbousbih commented 4 years ago

Is it possible to change the default pitch bend range ? Thanks.

billthefarmer commented 4 years ago

This driver is just a wrapper around the standard Sonivox midi synthesizer built in to android. So if you can do it with midi messages and the synthesizer supports them then yes, otherwise no.

selimbousbih commented 4 years ago

Okay got it, thanks