justlep / bitwig

Some MIDI controller scripts for Bitwig
Other
58 stars 9 forks source link

Bug in CursorDevice.addPageNamesObserver(..) #2

Closed justlep closed 7 years ago

justlep commented 9 years ago

API documentation says the callback of CursorDevice.addPageNamesObserver(callback) is getting a single array of strings with the names. In fact it gets the strings themselves as arguments.

https://github.com/justlep/bitwig/blob/master/tmp/bugInCursorDevice/CursorDeviceBug.control.js

justlep commented 7 years ago

Deprecated in BWS2 anyway