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