Is there a way to switch between panels of the clip launcher browser, the only method I can find of launching this browser is using this command on a clipSlot.
browseToInsertClip();
This doesn't return a browser item like activating a browsing session on a track does.
Accessing browser of cliplauncher.
- KVRAF
- 4896 posts since 13 May, 2004
With v2 you don't need to BrowsingSessions anymore. Just create 1 instance of PopupBrowser.fhill2 wrote:Is there a way to switch between panels of the clip launcher browser, the only method I can find of launching this browser is using this command on a clipSlot.
browseToInsertClip();
This doesn't return a browser item like activating a browsing session on a track does.
-
- KVRist
- Topic Starter
- 41 posts since 23 Dec, 2012
Thanks for the help moss.
Having a closer look at the API 2 I didn't look at the new popUpBrowser class:
This sets my clip browsing session to clips in this case
browser=host.createPopupBrowser();
browser. selectedContentTypeIndex().set(0);
Having a closer look at the API 2 I didn't look at the new popUpBrowser class:
This sets my clip browsing session to clips in this case
browser=host.createPopupBrowser();
browser. selectedContentTypeIndex().set(0);
