EmberPlusActions
Only relevant, when EmberPlusDll is set.
This parameter defines actions of DBM's audio player, which are triggered by the Ember+ device. It's a sequence of action specifications, separated by a vertical bar ("|"). Each action specification looks like this:
(line),(onoff),(action)
- (line) is the number of the Ember+ "line". It's device-specific, but typically runs from 1 up.
- (onoff) is either 0 or 1: If 0, (action) is executed, when the line is closed; if 1, (action) is executed, when the line is opened.
- (action): A string, which tells DBM what to do. The following strings can be used:
* PLAY: Start playback
* STOP: Stop playback
* PLAYFFWD: Play fast forward
* PLAYFRWD: Play fast backwards
* RECORD: Get recording ready
* RECORDPLAY: Get recording ready, and start recording
* DOUBLESTOP: Stop playback, and reset soundhead to the beginning
* SET_MARK: Set a marker at the current soundhead position

Example: 1,1,PLAY|1,0,STOP|

NOTE: It's easier to use DBM's settings dialog to edit this parameter
Possible values:
Default value: (empty)