|
|
final MidiIn | getMidiInPort (final int index) |
| |
|
final MidiOut | getMidiOutPort (final int index) |
| |
| abstract void | init () |
| |
| abstract void | exit () |
| |
| abstract void | flush () |
| |
|
HostType | getHost () |
| |
|
DefinitionType | getExtensionDefinition () |
| |
Defines an extension that enabled a controller to work with Bitwig Studio.
Definition at line 11 of file ControllerExtension.java.
Called once when this controller extension is stopped.
Called when this controller extension should flush any pending updates to the controller.
Initializes this controller extension. This will be called once when the extension is started. During initialization the extension should call the various create methods available via the ControllerHost interface in order to create objects used to communicate with various parts of the Bitwig Studio application (e.g ControllerHost#createCursorTrack(int, int).
The documentation for this class was generated from the following file: