Windfisch / muse

My personal repository of the MusE sequencer
http://muse-sequencer.org
0 stars 0 forks source link

Must disable/reenable audiostreams when moving to a different track (channels() may change) #17

Closed Windfisch closed 11 years ago

Windfisch commented 11 years ago

No need for doing this: AudioStream supports switching the number of output channels rapidly; in fact, it does all calculations in the file's native channel number, and only in the end converts that to the desired output channel number.