From af3270c083706605eb101821965e4b63707a46de Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 5 Apr 2020 15:01:11 +0200 Subject: lib/pilot: fix --- lib/pilot.moon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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: -- cgit v1.2.3