We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5758aee commit 2445441Copy full SHA for 2445441
build.boot
@@ -21,7 +21,7 @@
21
'[alda.parser :refer (parse-input)]
22
'[alda.repl])
23
24
-(def +version+ "0.1.0")
+(def +version+ "0.1.1")
25
(bootlaces! +version+)
26
27
(task-options!
src/alda/lisp/events/note.clj
@@ -3,7 +3,7 @@
3
4
(log/debug "Loading alda.lisp.events.note...")
5
6
-(defrecord Note [offset instrument volume total-volume midi-note pitch duration])
+(defrecord Note [offset instrument volume track-volume midi-note pitch duration])
7
8
(defn note*
9
([instrument pitch-fn]
0 commit comments