Methods
(inner) applyPreset(name) → {void}
Applies a preset
Parameters:
Name | Type | Description |
---|---|---|
name |
string | preset name to load |
- Source:
Returns:
- Type
- void
(inner) applyPresetCheckError(obj) → {void}
Handler for the MYMPD_API_PRESET_APPLY jsonrpc response
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | jsonrpc response |
- Source:
Returns:
- Type
- void
(inner) deletePreset(el, name) → {void}
Deletes a preset
Parameters:
Name | Type | Description |
---|---|---|
el |
EventTarget | triggering element |
name |
string | the preset name |
- Source:
Returns:
- Type
- void
(inner) deletePresetCheckError(obj) → {void}
Handler for the MYMPD_API_PRESET_RM jsonrpc response
Parameters:
Name | Type | Description |
---|---|---|
obj |
object | jsonrpc response |
- Source:
Returns:
- Type
- void
(inner) initPresets() → {void}
Initialization function for the playback settings elements
- Source:
Returns:
- Type
- void
(inner) populatePresetDropdowns() → {void}
Populates the preset dropdowns
- Source:
Returns:
- Type
- void