Framework4Bitwig icon indicating copy to clipboard operation
Framework4Bitwig copied to clipboard

Clip.canScrollStepsBackwards () and Clip.canScrollStepsForwards () always return false

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

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.

git-moss avatar Jul 26 '18 15:07 git-moss

Still in 3.1.

git-moss avatar Dec 27 '19 09:12 git-moss

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.

git-moss avatar Jan 12 '20 10:01 git-moss

Still in 4.3 Beta 4.

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