Skip to content

Commit

Permalink
fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
kongeor committed Jan 2, 2023
1 parent 0ee5410 commit 67e5ab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

## [Unreleased]

## [0.1.130] - 2023-01-02

- Copy/paste key error

## [0.1.129] - 2022-12-29

- Set tour size to be 75%
Expand Down
2 changes: 1 addition & 1 deletion src/evolduo_app/live.clj
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
(def chord-velocity-slider (JSlider. 0 100 100))
(set-default-slider-options chord-velocity-slider)

(def key-label (JLabel. "Mode:"))
(def key-label (JLabel. "Key:"))
(def key-dropdown (JComboBox. (into-array String mu/music-keys)))
(def mode-label (JLabel. "Mode:"))
(def mode-dropdown (JComboBox. (into-array String mu/mode-names)))
Expand Down

0 comments on commit 67e5ab1

Please sign in to comment.