aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-05-01 21:05:08 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commita94ef3d2dddaf7dee41ad959a3d407e1f50bceac (patch)
treef300c723fa020fde53e59d5fdcdfcd6c31ca13b4
parentadd thread-first/thread-last macro + spec (diff)
downloadalive-a94ef3d2dddaf7dee41ad959a3d407e1f50bceac.tar.gz
alive-a94ef3d2dddaf7dee41ad959a3d407e1f50bceac.zip
fix missing time/ramp evaltime result
-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 8b3f47d..f0dcefa 100644
--- a/alv-lib/time.moon
+++ b/alv-lib/time.moon
@@ -136,7 +136,7 @@ ramp = Constant.meta
new: (...) =>
super ...
@state or= 0
- @out or= T.num\mk_sig!
+ @out or= T.num\mk_sig 0
pattern = -evt.clock + sig.num + -sig.num
setup: (inputs, scope) =>