You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,6 +103,8 @@ specified sound. Options for `action:` are:
99
103
All instances of the sound or sound pool will be immediately
100
104
stopped. The request is ignored if the sound is not currently
101
105
loaded.
106
+
* `replace` - *new in MPF 0.80* - All sounds currently playing on the
107
+
specified bus are stopped, and the replacing sound is played.
102
108
103
109
### block:
104
110
@@ -151,7 +157,11 @@ before playing the sound.
151
157
List of one (or more) events. Those will be posted by the device.
152
158
Default: `use_sound_setting`
153
159
154
-
Please refer to the [sounds:](sounds.md) documentation for details about this setting as it just
160
+
!!! warning ""
161
+
162
+
`events_when_about_to_finish`is not implemented in MPF 0.80
163
+
164
+
Please refer to the [sounds:events_when_about_to_finish](sounds.md#events_when_about_to_finish) documentation for details about this setting as it just
155
165
overwrites the setting in your sound.
156
166
157
167
### events_when_looping:
@@ -220,7 +230,11 @@ overwrites the setting in your sound.
220
230
Single value, type: one of the following options: stop, stop_looping,
221
231
use_sound_setting. Default: `use_sound_setting`
222
232
223
-
Please refer to the [sounds:](sounds.md) documentation for details about this setting as it just
233
+
!!! warning ""
234
+
235
+
`mode_end_action`is not implemented in MPF 0.80
236
+
237
+
Please refer to the [sounds:mode_end_action](sounds.md#mode_end_action) documentation for details about this setting as it just
0 commit comments