View Single Post
Old 10-26-2018, 05:22 PM   #292
FnA
Human being with feelings
 
FnA's Avatar
 
Join Date: Jun 2012
Posts: 2,173
Default

Quote:
Originally Posted by doppelganger View Post
...
4. Get parameter's value from effects in monitoring chain...
Do you know 0x1000000 trick? Maybe I don't understand what you want...
Code:
gp = TrackFX_GetParam(GetMastertrack(0), 0x1000000 + 3, 0, minval, maxval);
gpn = TrackFX_GetParamNormalized(GetMastertrack(0), 0x1000000 + 3, 0);
//etc
FnA is offline   Reply With Quote