qsinr   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/instruments-scm.xtm

Implementation

;; sinr with pc
(define-macro (qsinr pc . args)
  `(pc:quantize (sinr ,@args) ,pc))


Back to Index