Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
qrampr
macro
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/core/instruments-scm.xtm
Implementation
;; rampr with pc
(
define-macro
(
qrampr
pc
.
args
)
`
(
pc:quantize
(
rampr
,@
args
)
,
pc
))
Back to Index