Interface BitwigBrowsingSession

All Superinterfaces:
BrowsingSession, ObjectProxy, Subscribable
All Known Subinterfaces:
PresetBrowsingSession

@Deprecated public interface BitwigBrowsingSession extends BrowsingSession
Deprecated.
Use PopupBrowser instead.
Instances of this interface are used for browsing Bitwig Studio document such as devices, presets, multi-samples, or clips. Full access to all filter columns and the result column as shown in Bitwig Studio's contextual browser window is provided.
Since:
API version 1
See Also:
  • Method Details

    • getCreatorFilter

      BrowserFilterColumn getCreatorFilter()
      Deprecated.
      Returns the creator filter as shown in the category column of Bitwig Studio's contextual browser.
      Returns:
      the requested creator filter object.
      Since:
      API version 1
    • getTagsFilter

      BrowserFilterColumn getTagsFilter()
      Deprecated.
      Returns the tags filter as shown in the category column of Bitwig Studio's contextual browser.
      Returns:
      the requested tags filter object.
      Since:
      API version 1