8. LW3 Programmers' Reference
MMX8x4-HT series – User's Manual
119
Applied firmware package: v1.2.2b5 | LDC software: v2.2.1
8.8.6.
Delete a Preset
Command and Response
Ý
CALL•/PRESETS/MICADDON/
<ch>
:deletePreset(
<index>
)
Ü
mO•/PRESETS/MICADDON/
<ch>
:deletePreset
Parameters
section.
Example
Ý
CALL /PRESETS/MICADDON/LINEOUT:deletePreset(7)
Ü
mO /PRESETS/MICADDON/LINEOUT:deletePreset
8.8.7.
Audio Scenes
8.8.7.1.
Change the Scene Name
Command and Response
Ý
SET•
/PRESETS/MICADDON/SCENES/
<scene_id>
.Name=
<scene_name>
Ü
pw•/PRESETS/MICADDON/SCENES/
<scene_id>
.Name=
<scene_name>
Parameters
Identifier
Parameter description
Parameter values
<scene_id>
Memory slot identifier
U1-8:
It defines which memory slot name will change.
<scene_name>
Name of the scene
Up to 16 characters are allowed to name a Preset.
Letters (A-Z and a-z), hyphen (-), underscore (_), and
numbers (0-9) are accepted.
Factory default: User 1-8
Example
Ý
SET /PRESETS/MICADDON/SCENES/U5.Name=Meeting_room5
Ü
pw /PRESETS/MICADDON/SCENES/U5.Name=Meeting_room5
8.8.7.2.
Save a Scene
Command and Response
Ý
CALL
•
/PRESETS/MICADDON/SCENES:saveScene(
<index>
,I9,I10,I11,O6
,<scene_name>
)
Ü
mO•
/PRESETS/MICADDON/SCENES:saveScene
Parameters
Identifier
Parameter description
Parameter values
<index>
Memory slot identifier
1-8:
It defines which memory slot to save a scene.
<scene_name>
Name of the scene
Up to 16 characters are allowed to name a scene. Letters
(A-Z and a-z), hyphen (-), underscore (_), and numbers (0-9)
are accepted. Factory default: User 1-8
INFO: I9,I10,I11,O6 are the port numbers of the audio channals which values are saved into a scene. So
these port numbers are always the same.
Example
Ý
CALL /PRESETS/MICADDON/SCENES:saveScene(5,I9,I10,I11,O6,User 1)
Ü
mO /PRESETS/MICADDON/SCENES:saveScene
8.8.7.3.
Load a Scene
Command and Response
Ý
CALL•/PRESETS/MICADDON/SCENES:loadScene(
<index>
,I9,I10,I11,O6)
Ü
mO•/PRESETS/MICADDON/SCENES:loadScene
Parameters
Identifier
Parameter description
Parameter values
<index>
Memory slot identifier
1-8:
It defines which memory slot to load a scene.
INFO: I9,I10,I11,O6 are the port numbers of the audio channals which values are saved into a scene. So
these port numbers are always the same.
Example
Ý
CALL /PRESETS/MICADDON/SCENES:loadScene(6,I9,I10,I11,O6)
Ü
mO /PRESETS/MICADDON/SCENES:loadScene
8.8.7.4.
Delete a Scene
Command and Response
Ý
CALL
•
/PRESETS/MICADDON/SCENES:deleteScene(
<index>
)
Ü
mO•
/PRESETS/MICADDON/SCENES:deleteScene
Parameters
Identifier
Parameter description
Parameter values
<index>
Memory slot identifier
1-8:
It defines which
memory slot to delete a
scene.
Example
Ý
CALL /PRESETS/MICADDON/SCENES:deleteScene(6)
Ü
mO /PRESETS/MICADDON/SCENES:deleteScene