nw::snd::SeqMute Enumerated Type#include <nw/snd/snd_Global.h> enum SeqMute;
| Value | Description |
|---|---|
| SEQ_MUTE_OFF | Cancels mute. |
| SEQ_MUTE_NO_STOP | Mutes sequence tracks. The sound produced by that track does not change. |
| SEQ_MUTE_RELEASE | Mutes sequence tracks. At the same time, the sound being produced on that track is gradually stopped after envelope release. |
| SEQ_MUTE_STOP | Mutes sequence tracks. At the same time, the sound reproduced by that track is immediately stopped. |
Definition for muting and unmuting sequence tracks.
CONFIDENTIAL