On MIDIEND » History » Revision 2
Revision 1 (Per Amundsen, 07/09/2016 02:01 PM) → Revision 2/5 (Per Amundsen, 07/09/2016 02:30 PM)
*<notextile>on <level>:MIDIEND:<commands></notextile>*
Triggers when AdiIRC finishes playing a midi sound.
_See also [[/splay]], [[on MP3END]], [[on WAVEEND]], [[on SOUNDEND]], [[$filename]]._
*Parameters*
<level> - The level for the event to trigger.
<commands> - The commands to be performed when the event listener's criteria is met.
*Example*
<pre>
on *:MIDIEND:echo -ag Song $filename finished playing.
</pre>