teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
58 stars 13 forks source link

Add setOctave to PianoKeyboard #258

Open git-moss opened 4 years ago

git-moss commented 4 years ago

The octave can only be configured in the creation call: createPianoKeyboard (String id, int numKeys, int octave, int startKeyInOctave) If the transposition is changed on the real hardware the simulator cannot be kept in sync.