Framework4Bitwig icon indicating copy to clipboard operation
Framework4Bitwig copied to clipboard

createCursorClip only monitors launcher clips

Open git-moss opened this issue 8 years ago • 4 comments

In 1.3.15 the new functions createLauncherCursorClip and createArrangerCursorClip were introduced and createCursorClip was deprecated.

Before the change you could edit every clip from the controller now it is only clips from the launcher section. How can I replicate the old behaviour with the new functions? Is it even possbile to have a launcher AND arranger clip selected at the same time?

I would suggest to keep the old function as well (remove the deprecation) and make it work like before.

git-moss avatar Jan 22 '17 19:01 git-moss

Seems the Clip returned from createArrangerCursorClip does not react to any function call. Also the deprecated createCursorClip only works for Launcher clips.

git-moss avatar Jun 11 '19 07:06 git-moss

Cursor clip should really be created from the CursorTrack because what the user does with the mouse should not interfere with the controller (like we do for devices). So this API is all a bit wrong in the first place. Best would be to handle clips like we do devices and allow user to pin them independantly of mouse selection etc.

NickJAllen avatar Oct 30 '19 10:10 NickJAllen

While I fully agree with you, the bug with arrange clips should be fixed anyway :-)

git-moss avatar Oct 30 '19 11:10 git-moss

Still in 4.3 Beta 4.

git-moss avatar Jun 10 '22 14:06 git-moss