Skip to content

Commit

Permalink
missing semicolon in OWL template
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Dec 25, 2024
1 parent 4b31344 commit 2499190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvcc/generators/c2owl/templates/HeavyOwl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class HeavyPatch : public Patch {
(float)msg.getPolyKeyPressure(),
(float)msg.getNote(),
(float)msg.getChannel());
break
break;
case CHANNEL_PRESSURE:
context->sendMessageToReceiverV(HV_HASH_TOUCHIN, 0, "ff",
(float)msg.getChannelPressure(),
Expand Down

0 comments on commit 2499190

Please sign in to comment.