mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
Fix FP16 select button 10..16
This commit is contained in:
parent
508f23c4d0
commit
ae0dd7c209
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ FP8Strip::midi_ctrl_id (CtrlElement type, uint8_t id)
|
|||
if (id == 0) { // strip 8
|
||||
return 0x07;
|
||||
} else {
|
||||
return 0x21 + id;
|
||||
return 0x20 + id;
|
||||
}
|
||||
case Fader:
|
||||
return 0xe8 + id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue