docs » plugins.core.preferences.panels.midi
MIDI Preferences Panel
- Variables - Configurable values
- _currentlyLearning
- Functions - API calls offered directly by the extension
- getGroupEditor
- init
- setGroupEditor
- Fields - Variables which can only be accessed from an object returned by a constructor
- enabled
- lastGroup
| Signature | plugins.core.preferences.panels.midi._currentlyLearning -> boolean |
|---|---|
| Type | Variable |
| Description | Are we in learning mode? |
| Signature | plugins.core.preferences.panels.midi.getGroupEditor(groupId) -> none |
|---|---|
| Type | Function |
| Description | Gets the Group Editor |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.panels.midi.init(deps, env) -> module |
|---|---|
| Type | Function |
| Description | Initialise the Module. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.panels.midi.setGroupEditor(groupId, editorFn) -> none |
|---|---|
| Type | Function |
| Description | Sets the Group Editor |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.panels.midi.enabled <cp.prop: boolean> |
|---|---|
| Type | Field |
| Description | Enable or disable Stream Deck Support. |
| Signature | plugins.core.preferences.panels.midi.lastGroup <cp.prop: string> |
|---|---|
| Type | Field |
| Description | Last group used in the Preferences Drop Down. |