mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
possible fix for off-by-one issue with MIDI binding maps etc.
This commit is contained in:
parent
1f3e49e8ee
commit
7c13a16589
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ ControllableDescriptor::set (const std::string& str)
|
|||
} else {
|
||||
return -1;
|
||||
}
|
||||
|
||||
_presentation_order -= 1; /* order is zero-based, but maps use 1-based */
|
||||
}
|
||||
|
||||
if (path[1] == "gain") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue