-
-
Notifications
You must be signed in to change notification settings - Fork 186
RTAS & AAX: IParam int + IKnobMultiControl = bad mValue #18
Comments
Now tested on PT 7, PT 8, P10, the same issue. I have not been able to find what causes this... Control. The above gifs shows a label with Control mValue and dY, EDIT: I just try the example IPlugControls, and the same bug occurs. |
On IPlugRTAS.cpp Seems to be a conflict with EDIT: I noticed that the plugin not remember the parameters values when you save the project |
I found that to get InitBool parameters to work in RTAS I needed to populate the display text values eg: In IPlugProcess.cpp::EffectInit - CPluginControl_List controls are created for kTypeEnum and kTypeBool types, which I assume count the number of display strings passed in to set the number of control states. |
@garynewby the problem persist on AAX, check an update about it in cockos forum: http://forum.cockos.com/showpost.php?p=1540323&postcount=6 |
On IPlugAAX::InformHostOfParamChange(int idx, double normalizedValue)
The output dbg was generated by a printf inside the method, the example param: GetParam(kSw4)->InitEnum("ksw4", 0, 4, ""); |
When using a parameter initialized as integer and IKnobMultiControl, this does not work properly on RTAS (and AAX).
Only tested on Protools 7 for windows.
VST seems to work correctly.
pay attention to the caption
"%.2f %i", mValue, dY
(dY is the mouse direction)RTAS not working properly:
VST2 works fine:
The text was updated successfully, but these errors were encountered: