hi i have an idea for a plug-in
i’m not looking to make money from it but i was hoping someone might be interested enough to teach me how to code my idea.
my fluency with c++ is very limited but i think i have a good idea. any help would be appreciated…
here’s my idea…
precision incremental gain reduction (idea)
gain reduction fader{
0 = off // input level
100.00 = max gain reduction}
//possibly more than 100.00 considering potential functionality//
gain reduction multiplier knob array{
reduction vol1 = input level 0.99940
reduction vol*2 = input level * 0.99880
reduction vol*3 = input level * 0.99820
reduction vol*4 = input level * 0.99760
reduction vol*5 = input level * 0.99700
reduction vol*6 = input level * 0.99640
reduction vol*7 = input level * 0.99580
reduction vol*8 = input level * 0.99520
reduction vol*9 = input level * 0.99460
reduction vol*10 = input level * 0.99400
reduction vol*11 = input level * 0.99340
reduction vol*12 = input level * 0.99280
reduction vol*13 = input level * 0.99220
reduction vol*14 = input level * 0.99160
reduction vol*15 = input level * 0.99100
reduction vol*16 = input level * 0.99040
reduction vol*17 = input level * 0.98980
reduction vol*18 = input level * 0.98920
reduction vol*19 = input level * 0.98860
reduction vol*20 = input level * 0.98800
reduction vol*21 = input level * 0.98740
reduction vol*22 = input level * 0.98680
reduction vol*23 = input level * 0.98620
reduction vol*24 = input level * 0.98560
reduction vol*25 = input level * 0.98500
}