[Potato+macro buttons] question about adjustable fader gain
-
- Posts: 54
- Joined: Sun Jan 06, 2019 8:17 pm
[Potato+macro buttons] question about adjustable fader gain
what would be the best way to approach a step by step gain raise as in raise fader for example 3db up or down at a time like what is done with mouse but this time with buttons is that possible with two buttons or is it needed to do 1 for every setting I want, planning to make a button or more than one for set gain soi can have different volumes when required
-
- Site Admin
- Posts: 2139
- Joined: Sun Jan 17, 2010 12:01 pm
Re: [Potato+macro buttons] question about adjustable fader gain
you can use the syntax
strip(0).gain +=3 to add 3 dB for example
strip(0).gain -=3 to sub 3 dB for example
strip(0).gain +=3 to add 3 dB for example
strip(0).gain -=3 to sub 3 dB for example
-
- Posts: 54
- Joined: Sun Jan 06, 2019 8:17 pm
Re: [Potato+macro buttons] question about adjustable fader gain
Thanks I will try that once home other question I got as well is if the compressor knob also the same thing like the one but did in some similar fashion