Scrolling with jit.cellblock using a midi controller rather than a mouse #2
Greetings!
Here's another shot at this question; however, this time I have included a patch. Midi note 39 scrolls downward, midi note 48 scrolls upward. Each time you scroll the cell you want is highlighted in a yellowish color. If you look at this patch from the layout presentation mode, you can only see down to about 25. Now....here's the question: Is there anyway to make the screen scroll down to the the rest of the list without using a mouse. So, as you're scrolling down to the bottom, each selection will be shown. Also, as it raps from 31 to 1, I need to the screen to refresh to the beginning without using the mouse.
Any ideas? I have been searching all through the documentation and I can't find a way to do this.
Any help would be greatly appreciated!
Thanks
Dave
You need to send a "sync click" message to the cellblock along with the number you selected. Have a look.
M
Thanks!!! I really appreciate your help!
Dave
that's great. sync click message, was missing that. This makes playlists a lot easier to work with and doesn't require umenu, so you can see everything without clicking. Thanks!