Framework4Bitwig
Framework4Bitwig copied to clipboard
Clip.canScrollStepsBackwards () and Clip.canScrollStepsForwards () always return false
Furthermore, in both method texts there is a text duplication: Value that reports if the note grid if the note grid steps can be scrolled forwards.
Still in 3.1.
Simple test script:
`clip = host.createCursorClip (8, 16);
clip.canScrollStepsBackwards ().addValueObserver ( function (value) { println ("Steps Backwards: '" + value + "'"); } );
clip.canScrollStepsForwards ().addValueObserver ( function (value) { println ("Steps Forwards: '" + value + "'"); } ); `
Use clip.scrollStepsStepForward () and clip.scrollStepsStepBackwards () in the console for testing which does also not give a changed value.
Still in 4.3 Beta 4.