Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
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
mplayobs
macro
/digego/extempore/tree/v0.8.9/libs/external/portmidi.xtm