diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-05-01 21:05:08 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | a94ef3d2dddaf7dee41ad959a3d407e1f50bceac (patch) | |
| tree | f300c723fa020fde53e59d5fdcdfcd6c31ca13b4 | |
| parent | add thread-first/thread-last macro + spec (diff) | |
| download | alive-a94ef3d2dddaf7dee41ad959a3d407e1f50bceac.tar.gz alive-a94ef3d2dddaf7dee41ad959a3d407e1f50bceac.zip | |
fix missing time/ramp evaltime result
| -rw-r--r-- | alv-lib/time.moon | 2 |
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) => |
