aboutsummaryrefslogtreecommitdiffstats
path: root/alv-lib/time.moon
diff options
context:
space:
mode:
Diffstat (limited to 'alv-lib/time.moon')
-rw-r--r--alv-lib/time.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv-lib/time.moon b/alv-lib/time.moon
index 1f8e324..6b796ba 100644
--- a/alv-lib/time.moon
+++ b/alv-lib/time.moon
@@ -58,7 +58,7 @@ scale_time = Constant.meta
and the stream be passed as a dynamic definition in `*clock*` instead.
- `scale` should be a num~ stream."
value: class extends Op
- pattern = -evt.clock + sig.num + -sig.str
+ pattern = -evt.clock + sig.num
setup: (inputs, scope) =>
{ clock, scale } = pattern\match inputs
super