playob   macro


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

Implementation

(define-macro (playob o b . args)
  `(if (= ,o (+ 1 (modulo beat ,b)))
       (play ,@args)
       #f))


Back to Index

Similar Entries