lift   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/audio_streams.xtm

Implementation

(bind-func lift
  (lambda (x:float)
    (scons x (lift x))))


Back to Index