nw::snd::SeqMute Enumerated Type

Syntax

#include <nw/snd/snd_Global.h>
enum SeqMute;

Value

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.

Description

Definition for muting and unmuting sequence tracks.

See Also

SequenceSoundHandle::SetTrackMute

Revision History

2010/01/25
Initial version.

CONFIDENTIAL