EasyManua.ls Logo

Marilyn DAR-01 - [Buttonmake] Section

Marilyn DAR-01
37 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
20
2015, Marilyn Systems, llc.
[ButtonMake] Section
Deprecated and used only for backwards compatibility.
Use [ButtonPress] instead.
Defines a make (pressed) action for the test button
.
ButtonMake section parameters:
Action - Describes what the player should do when the button is pressed.
Value Function
DoNothing Take no action (Default)
Play Play the specified track(s)
PlayToEnd Play the specified track(s) uninterrupted
Loop Loop the specified track(s)
Pause Pause the currently playing track. Play, Loop, or PlayToEnd will resume
playback
Next Advance to the next track
Prev Jump to the previous track
Stop Stop the currently playing track
BGM BGM mode. In BGM mode, the selected tracks are played in a
sequential loop. Whenever another event is triggered, the current BGM
track is paused until the end of the interrupting track at which time the
BGM track resumes. Using the FadeRate allows for the BGM track to
fade back in slowly. Stop is the only event that can stop BGM mode
Table 17
FirstTrack – Specifies the first track to be played when the button is pressed. Must be an integer in
the range of 1-500. This number corresponds to the three-digit number in the file name of an audio
track. If not defined, FirstTrack will default to 1.
LastTrack – Specifies the first track to be played by the button make action. Must be an integer in the
range of 1-500. This enables multiple “lists” to be played in order regardless of other triggered actions.
LastTrack must be greater than or equal to FirstTrack.
Retentive – Track count is retained for the button make action when enabled. This enables multiple
“lists” to be played in order regardless of other triggered actions.
Value Function
Yes Retain track count
No Track count will be reset to FirstTrack each time this action is
interrupted by a different action
Table 18
Volume – Volume level for this action. 0-100%. If not defined, the volume will not be affected by a
button press. Note that volume control is still active regardless of the defined action. This allows the
button to perform a duck or mute function without affecting the currently playing track.
FadeRate – Defines how long the volume should take to ramp from the current level to the new level
defined by the button press. 10mS increments (10= 1second). If zero (default value), then no fade
will occur. Fading is disabled by default if volume is undefined. Fading is still active regardless of the
defined action. Maximum value is 255 (25.5 seconds).