Reply To: Automations in Ableton possible again?!

Home Forums General News and releases Automations in Ableton possible again?! Reply To: Automations in Ableton possible again?!

#28242
CopeCode
Participant
    • Topics: 0
    • Replies: 1
    • Total: 1

    I had this problem due to a 2 ways parameters change.
    – The host was changing a parameter
    – My effect got the change and updated a slider
    – Next frame, the slider notified the host it was changed
    – The host thought I just started a parameter gesture and then put the “back to arrangement” button on.

    To solve, I just had to avoid the slider to propagate the change.

    theSlider->setValue(aMainValue, dontSendNotification);

    Ctrlr