h1   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/sharedsystem/pattern_basics.xtm

Implementation

;; you can also 'hold' patterns
;; to 'hold' a pattern you need to create a 'pattern holder'
(define h1 (holder))


Back to Index