Hello ![]()
I have an audio sample that I am using in a SynthDef, and I am declaring multiple instances of this SynthDef.
I wish to record the audio from playing multiple instances of this SynthDef.
In real time rendering, the audio is fine. When I have only one instance, playing and recording works fine.
When I have more than one instance, recording stops working as expected while playing still works.
I’ve tried multiple variations, both with s.record and with Recorder. Sometimes there is no audio at all in the recorded file, although the file take diskspace - sometimes there is only some channels but not all of them… and sometimes I forget to turn qjackctl off before hitting play ![]()
There is something I do not understand - or else I would be able to debug this ! - and I cannot find on the Internet or in tutorials.
Would you have a hint on how I could go about to debug this ? Resources to share on recording with SC ?
I am running SC 3.11.2 on Ubuntu 22.04.