From 4a844a319e7ae0a4bd82866b546741265390d558 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Thu, 23 Jun 2022 07:41:06 +0200 Subject: [PATCH] Handle incoming note on messages --- examples/play-incoming.mq | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/play-incoming.mq diff --git a/examples/play-incoming.mq b/examples/play-incoming.mq new file mode 100644 index 0000000..db22b37 --- /dev/null +++ b/examples/play-incoming.mq @@ -0,0 +1,2 @@ +incoming 'noteon [channel note velocity | + play (note 4 (1/2)) ];