Hi everyone,
I'm happy to read these previous post about the pgagain stage, but I having some troubles setting up mine
I want to optimize the gain stage for individual channels on the CTAG + Bela for the input channels [0,1,2,3] . At this moment I dont see any difference on the first channels 0,1 if I change on the scd code patch:
s.options.adcLevel = 1; // workaround so .pgaGainLeft/Right works (must be out of range > 0) --> (https://forum.bela.io/d/2810-pga-gain-in-supercollider/3)
s.options.pgaGainLeft = 30.0; // THIS WORKS! (default is 10 dB)
s.options.pgaGainRight = 0.0; // (but only for positive numbers...!)
Does the CTAG has a different approach?
Also, if I try to create a file at '/root/.bela/belaconfig ' it says this place doesn't exist. Since I have 4 input channels, I was trying:
nano /root/.bela/belaconfig
and then:
CL=-I2,30,3,30
Is this the correct way to write it? Where would be the right adress to create the file?
giuliomoro