qrecr   macro


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

Implementation

;; recr with pc
(define-macro (qrecr pc . args)
  `(pc:quantize (rectr ,@args) ,pc))


Back to Index