docs » plugins.core.midi.manager.controls
MIDI Manager Controls.
API Overview
- Functions - API calls offered directly by the extension
- Methods - API calls which can only be made on an object returned by a constructor
API Documentation
Functions
allGroups
Signature | plugins.core.midi.manager.controls.allGroups() -> table |
---|---|
Type | Function |
Description | Returns a table containing all of the control groups. |
Parameters |
|
Returns |
|
Methods
get
Signature | plugins.core.midi.manager.controls:get(id) -> table |
---|---|
Type | Method |
Description | Gets a MIDI control. |
Parameters |
|
Returns |
|
getAll
Signature | plugins.core.midi.manager.controls:getAll() -> table |
---|---|
Type | Method |
Description | Returns all of the created controls. |
Parameters |
|
Returns |
|
id
Signature | plugins.core.midi.manager.controls:id() -> string |
---|---|
Type | Method |
Description | Returns the ID of the control. |
Parameters |
|
Returns |
|
new
Signature | plugins.core.midi.manager.controls:new(id, params) -> table |
---|---|
Type | Method |
Description | Creates a new MIDI control. |
Parameters |
|
Returns |
|
params
Signature | plugins.core.midi.manager.controls:params() -> function |
---|---|
Type | Method |
Description | Returns the paramaters of the control. |
Parameters |
|
Returns |
|