Skip to content
Unverified Commit f35c2d90 authored by reuk's avatar reuk
Browse files

VST3 Host: Ensure AudioProcessor parameter indices are used when appropriate

Previously, IEditController parameter indices were being used to index
into the AudioProcessor parameter array, but these parameter indices are
not guaranteed to point to the same parameter (parameter groups may
cause reordering on JUCE's side). Now, we use the IEditController
indices universally.
parent 32f99d26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment