Thread: Linking knobs
View Single Post
Old 12-19-2017, 11:29 AM   #8
Bobflip
Human being with feelings
 
Join Date: Nov 2016
Posts: 341
Default

This jumped out:

GetParam(kGainLL)->SetIsMeta(mLink);
GetParam(kGainLR)->SetIsMeta(mLink);

IsMeta is a flag rather than a parameter. change the mLink in the brackets to true.
Bobflip is offline   Reply With Quote