mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Amend 0c7895298d, fix parameter order #8388
Plugin parameters may only be added, but no re-ordered since Ardour uses numeric indices for automation.
This commit is contained in:
parent
dc553c49b4
commit
7cdefbe8e7
2 changed files with 17 additions and 17 deletions
|
|
@ -53,13 +53,13 @@ typedef enum {
|
|||
ADELAY_SYNC,
|
||||
ADELAY_TIME,
|
||||
ADELAY_DIVISOR,
|
||||
ADELAY_DOTTED,
|
||||
ADELAY_WETDRY,
|
||||
ADELAY_FEEDBACK,
|
||||
ADELAY_LPF,
|
||||
ADELAY_GAIN,
|
||||
ADELAY_DELAYTIME,
|
||||
ADELAY_ENABLE,
|
||||
ADELAY_DOTTED,
|
||||
} PortIndex;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue