CursorTrack.setCursorNavigationMode - broken?

Post Reply New Topic
RELATED
PRODUCTS

Post

Hi,

does CursorTrack.setCursorNavigationMode work for anyone?

Code: Select all

void setCursorNavigationMode	(	CursorNavigationMode 	mode	)	
Specifies the behaviour of the functions selectPrevious(), selectNext(), selectFirst() and selectLast(). Calling those functions can either navigate the cursor within the current nesting level, or over a flat list of either all tracks or only the expanded tracks. Default is CursorNavigationMode.FLAT.

Since
Bitwig Studio 1.2
I tried CursorNavigationMode.FLAT, "CursorNavigationMode.FLAT", 0, "0" and much more as function parameter, but all I tried just throws an exception :?

Post

Same here, no succes with selecting navigation mode via "setCursorNavigationMode ".
But one thing that too deal with track navigation mode and work is creating TrackBank on Track.

TrackBank createTrackBank ( final int numTracks,
final int numSends,
final int numScenes,
final boolean hasFlatTrackList
) throws ControlSurfaceException

Post Reply

Return to “Controller Scripting”