teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
59 stars 13 forks source link

Add a follow function to SceneBank #195

Open git-moss opened 7 years ago

git-moss commented 7 years ago

If you click on a channel in Bitwig the bank adjusts automatically. You activate it like that: this.trackBank.followCursorTrack (cursorTrack) Same should be possible for scenes.

abique commented 7 years ago

Hi,

What is a follow function on a SceneBank? Can you provide more details please?

Thanks, Alex

git-moss commented 7 years ago

Nick implemented that for track banks. Meaning that if you click on a channel in Bitwig the bank adjusts automatically. You activate it like that: this.trackBank.followCursorTrack (cursorTrack) Same should be possible for scenes.