possible fix for off-by-one issue with MIDI binding maps etc.
This commit is contained in:
parent
1f3e49e8ee
commit
7c13a16589
@ -133,6 +133,8 @@ ControllableDescriptor::set (const std::string& str)
|
|||||||
} else {
|
} else {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_presentation_order -= 1; /* order is zero-based, but maps use 1-based */
|
||||||
}
|
}
|
||||||
|
|
||||||
if (path[1] == "gain") {
|
if (path[1] == "gain") {
|
||||||
|
Loading…
Reference in New Issue
Block a user