mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| juce_VST3_Wrapper.cpp | ||