Skip to content

Commit 2445441

Browse files
committed
derp. s/total-volume/track-volume
1 parent 5758aee commit 2445441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.boot

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'[alda.parser :refer (parse-input)]
2222
'[alda.repl])
2323

24-
(def +version+ "0.1.0")
24+
(def +version+ "0.1.1")
2525
(bootlaces! +version+)
2626

2727
(task-options!

src/alda/lisp/events/note.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
(log/debug "Loading alda.lisp.events.note...")
55

6-
(defrecord Note [offset instrument volume total-volume midi-note pitch duration])
6+
(defrecord Note [offset instrument volume track-volume midi-note pitch duration])
77

88
(defn note*
99
([instrument pitch-fn]

0 commit comments

Comments
 (0)