teotigraphix / Framework4Bitwig

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

createNewLauncherClip does ignore bank page offset #295

Closed git-moss closed 1 year ago

git-moss commented 1 year ago

Track.void createNewLauncherClip (int slotIndex, int lengthInBeats) does now ignore the scrolled SlotBank and slotIndex is more like the position than the index of the page.

Reproduce eg. on Push (or simulator): 1) Create 16 scenes 2) Move the bank to scenes 9-16 3) Press "New".

New clip should be created in slot 8 but is created in slot 1

git-moss commented 1 year ago

Not a bug. Parameter is a position over all slots. API documentation will be improved.