qtanr   macro


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

Implementation

;; tanr with pc
(define-macro (qtanr pc . args)
  `(pc:quantize (tanr ,@args) ,pc))


Back to Index