Start PID from sequence?


adamLL

Recommended Posts

You can start a PID using beginPID:

beginPID(myPID)

Note the lack of quotes around the name of the PID loop.  

EffectI is readonly so, no you can't edit it. However, you could use the PID event to adjust it however you wanted before applying the PID to the output.  Basically, don't provide an output channel, but instead use the event to get the three effects and calculate the output.  You can then tweak the effectI portion as needed.  EffectI is just a running sum, so you could then set it to a particular value by applying a bias in a variable that you then use in your calculation in the Event.

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.   Paste as plain text instead

  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.