Is this channel active?
Not really.
I'm lurking.
I’ve been using Liepzig-10.0 to compose phrases but it seems that giving it a duration of 0 isn’t causing the rest I expect, does anyone have experience in this?
Sorry, I mean nil
(def drum-a
(phrase (repeat 1)
[5 nil nil 5 nil nil nil 5 nil nil nil 5 nil nil nil 5]))
(defmethod live/play-note :kick [{midi :pitch seconds :duration}]
(-> midi
overtone/midi->hz
(kit-kick)))
(comment
(->> drum-a
(tempo (bpm 122))
live/play)
)
If I don’t use the nil for the rest, I get sound fine, as soon as I want a rest nothing plays