slide   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm

Implementation

(define-macro (slide x)
  `(- 1.0 (ramp ,x)))


Back to Index

Similar Entries