Gelde-Aart Posted October 16, 2023 Share Posted October 16, 2023 HI, I try to get the a parameter value from a tool (.vst), but the Vectorscript way (vs.PParameter ) does not seem to work: has anybody success in retrieving a parameter value and how did you do it? Thanks in advance! Gelde-Aart Quote Link to comment
JBenghiat Posted October 16, 2023 Share Posted October 16, 2023 I think that menu and tool parameters haven’t worked for some time. Instead, use Get/SetSetting, a hidden record (GetObject(RecordName) gives you a handle to the record definition), or the string repository (RepStr commands) 1 Quote Link to comment
Gelde-Aart Posted October 17, 2023 Author Share Posted October 17, 2023 After some further testing it seems that the issue is not Python (even got back to Vectorscript for this...) , but the tool being event driven (forgot to mention...). when the tool is 'normal' (for both Python and Vectorscript) a parameter will be read. Converting the tool to an event driven one raises errors... 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.