docs » plugins.core.loupedeckctandlive.prefs
Loupedeck CT & Loupedeck Live Preferences Panels
- Variables - Configurable values
- defaultIconPath
- supportedExtensions
- Functions - API calls offered directly by the extension
- updateUI
- Constructors - API calls which return an object, typically one that offers API methods
- new
- Methods - API calls which can only be made on an object returned by a constructor
- generateContent
- generateKnobImages
- panelCallback
- renderPanel
- setItem
| Signature | plugins.core.loupedeckctandlive.prefs.defaultIconPath -> string |
|---|---|
| Type | Variable |
| Description | Default Path where built-in icons are stored |
| Signature | plugins.core.loupedeckctandlive.prefs.supportedExtensions -> string |
|---|---|
| Type | Variable |
| Description | Table of supported extensions for Icons. |
| Signature | plugins.core.loupedeckctandlive.prefs:updateUI([params]) -> none |
|---|---|
| Type | Function |
| Description | Update the Preferences Panel UI. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.loupedeckctandlive.prefs.new() -> Loupedeck |
|---|---|
| Type | Constructor |
| Description | Creates a new Loupedeck Preferences panel. |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.core.loupedeckctandlive.prefs:generateContent() -> string |
|---|---|
| Type | Method |
| Description | Generates the Preference Panel HTML Content. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.loupedeckctandlive.prefs:generateKnobImages(app, bank, id) -> none |
|---|---|
| Type | Method |
| Description | Generates a combined image for all the knobs. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.loupedeckctandlive.prefs:panelCallback() -> none |
|---|---|
| Type | Method |
| Description | JavaScript Callback for the Preferences Panel |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.loupedeckctandlive.prefs:renderPanel(context) -> none |
|---|---|
| Type | Method |
| Description | Generates the Preference Panel HTML Content. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.loupedeckctandlive.prefs:setItem(app, bank, controlType, id, valueA, valueB) -> none |
|---|---|
| Type | Method |
| Description | Update the Loupedeck CT layout file. |
| Parameters |
|
| Returns |
|