pc:expand/contract   scheme


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

Implementation

;; expand/contract lst by factor quantizing to pc
(define pc:expand/contract
   (lambda (lst factor pc)
      (pc:quantize-list (ivl:expand/contract lst factor) pc)))


Back to Index

Similar Entries