Jump to content

Prevent parameters being processed on first open.


Recommended Posts

I've made a simple script for sending midi CC data with sliders, affectively allowing CCs for external synths have names and be automated like soft synth parameters.

Problem is, if I've just designed a nice new patch on my synth, and then I drop in the Scripter and load my script, it sends all the parameter values at their defaults value (all 0) wiping my patch.

From the docs.

ParameterChanged is called each time one of the plug-in parameters is set to a new value. 

ParameterChanged is also called once for each parameter when you load a plug-in setting.

How can I stop the second thing happening?

 

Link to comment
Share on other sites

  • 4 weeks later...

Some synths have the ability to change the way parameters respond to incoming MIDI messages. Check if you synth can be set to 'pickup', which means the parameter only changes after receiving an incoming message that corresponds to the current value. This should solve the issue.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...