Fix an OSC pattern
This commit is contained in:
parent
3ff548f7cd
commit
6fc69520c4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ void sfz::Synth::dispatchMessage(Client& client, int delay, const char* path, co
|
||||||
client.receive<'b'>(delay, path, &blob);
|
client.receive<'b'>(delay, path, &blob);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
MATCH("/key%d/label", "") {
|
MATCH("/key&/label", "") {
|
||||||
if (indices[0] >= 128)
|
if (indices[0] >= 128)
|
||||||
break;
|
break;
|
||||||
const std::string* label = impl.getKeyLabel(indices[0]);
|
const std::string* label = impl.getKeyLabel(indices[0]);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue