Mixer solo flags
These flags can be used alongside mixer.soloTrack()
to control
the solo state of tracks.
These flags can be combined using bitwise operations.
import mixer, midi
# Solo track one, keeping both source and destination tracks enabled.
mixer.soloTrack(1, midi.fxSoloModeWithSourceTracks | fxSoloModeWithDestTracks)
fxSoloModeWithSourceTracks
module-attribute
Solo mixer track, including source tracks routed to it.
fxSoloModeWithDestTracks
module-attribute
Solo mixer track, including send tracks that it is routed to.