Fix an OSC pattern

This commit is contained in:
Jean Pierre Cimalando 2021-04-02 03:25:32 +02:00
parent 3ff548f7cd
commit 6fc69520c4

View file

@ -45,7 +45,7 @@ void sfz::Synth::dispatchMessage(Client& client, int delay, const char* path, co
client.receive<'b'>(delay, path, &blob);
} break;
MATCH("/key%d/label", "") {
MATCH("/key&/label", "") {
if (indices[0] >= 128)
break;
const std::string* label = impl.getKeyLabel(indices[0]);