Jürgen Moßgraber

Results 73 comments of Jürgen Moßgraber

Simple test script: `clip = host.createCursorClip (8, 16); clip.canScrollStepsBackwards ().addValueObserver ( function (value) { println ("Steps Backwards: '" + value + "'"); } ); clip.canScrollStepsForwards ().addValueObserver ( function (value) {...

[TestClipScroll.control.js.zip](https://github.com/teotigraphix/Framework4Bitwig/files/8879575/TestClipScroll.control.js.zip)

Source is not publicly available, so cannot check.

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

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

Would also be nice to monitor on-going input activity (VU) like in the Bitwig UI.

Playback progress for all clips (e.g. between 0..1) would be a good start.