qtrir   macro


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

Implementation

;; trir with pc
(define-macro (qtrir pc . args)
  `(pc:quantize (trir ,@args) ,pc))


Back to Index