Skip to content

Commit

Permalink
fix mixer-strips.scm to allow changing instruments when locked
Browse files Browse the repository at this point in the history
  • Loading branch information
yust1n committed Feb 21, 2024
1 parent c0a5315 commit 2c41b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scheme/mixer-strips.scm
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
(<ra> :switch-instrument-is-selected instrument-id))
((not (equal? instrument-id (<ra> :get-current-instrument)))
;;(c-display " SETTING CURRENT")
(<ra> :set-current-instrument instrument-id #f #t)
(<ra> :set-current-instrument instrument-id #f #f)
;;(remake-mixer-strips instrument-id)
)))))
#t))
Expand Down

0 comments on commit 2c41b55

Please sign in to comment.