Hi everybody, I am posting this because I have exhausted all resources I have.
I am implementing some custom filters based on biquads through Super Collider in Bela, but I have the problem that I do not find the way to increment the gain in the headphones niether by the Bela IDE nor lines of code in Super Collider. I change the values and it does not show any perceibable change in volumen.
I am using the following lines in Super Collider to setup the input gain and the headphone level:
s.options.pgaGainLeft = 10;
s.options.pgaGainRight = 10;
s.options.headphoneLevel = 0; // is in this line where it supose to change it, but it does not sound different.
s.options.speakerMuted = 0;
If any one has some information about it: How to setup the hardware gains in Bela, I will apreciated a lot.
In advance thanks so much.
🙂