I want to get a clip object independent of the currently selected object in the mixer view.
I can only get a clipLauncherSlotBank via
host.createTrackBank(1, 0, 1).getItemAt(0).clipLauncherSlotBank()
but not the clip.
I can also get a pinnableCursorClip via
host.createCursorTrack("8dbcc337-9a41-4ab5-9dd9-97cd74c3437f", "Test", 0, 1, false).createLauncherCursorClip(16, 128)
but how can I then set the cursorTrack to a specific track and/or the pinnableCursorClip to a specific clip?