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
This issue was on the mailing list. copying here for completeness.
track muting doesn't work
Probably caused by recent changes in NotePlayHandles and AudioPorts. I
think this can be fixed in AudioPort, where all the NPH's output is
mixed to the AudioPort - add a check if the instrument track that is
associated with the AudioPort is muted, and if so, skip the processing
of the AudioPort, including its fx chain, and don't write its output to
the FxMixer.
The text was updated successfully, but these errors were encountered:
This issue was on the mailing list. copying here for completeness.
track muting doesn't work
Probably caused by recent changes in NotePlayHandles and AudioPorts. I
think this can be fixed in AudioPort, where all the NPH's output is
mixed to the AudioPort - add a check if the instrument track that is
associated with the AudioPort is muted, and if so, skip the processing
of the AudioPort, including its fx chain, and don't write its output to
the FxMixer.
The text was updated successfully, but these errors were encountered: