musikinformatik / SuperDirt

Tidal Audio Engine
GNU General Public License v2.0
525 stars 76 forks source link

Defining a mixed channel for the speakers while recording multichannel audio #195

Closed tugrulsalci closed 4 years ago

tugrulsalci commented 4 years ago

I am using TidalCycles and while I am recording multichannel audio on SuperCollider; I don't hear any audio after third channel even the output file has all the channels. Because audio device in Windows allows 3 channel most. Would it be possible to mix all the channels for the speaker output and still being able to record the multichannel audio? Please note that I know very little about supercollider and superdirt languages/interfaces.

telephon commented 4 years ago

There is no very simple way, because the simple way is normally just to record the output busses you are playing through.

telephon commented 4 years ago

But you could check out the recorder here:

https://github.com/musikinformatik/SuperDirt/blob/develop/hacks/chunk-recorder.scd

Maybe that helps?

telephon commented 4 years ago

@tugrulsalci please reopen this issue if you have more questions – it seems more like a documentation issue.