playobs   macro


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

Implementation

(define-macro (playobs l b . args)
  `(if (member (+ 1 (modulo beat ,b)) ,l)
       (play ,@args)
       #f))


Back to Index

Similar Entries