aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pilot.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pilot.moon b/lib/pilot.moon
index 1d6b554..00d2d3a 100644
--- a/lib/pilot.moon
+++ b/lib/pilot.moon
@@ -59,8 +59,9 @@ play_ = ValueStream.meta
tick: =>
{ :chan, :octv, :note, :args } = @inputs
+ args = for a in *args do a!
for note in *note!
- send { chan!, octv!, note! }, args
+ send { chan!, octv!, note }, args
effect = ValueStream.meta
meta: