Skip to content

Commit

Permalink
Updated default qwerty note input bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
subalterngames committed Jan 4, 2024
1 parent 1b36f90 commit ae859ad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["audio", "common", "input", "io", "render", "text"]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
authors = ["Esther Alter <[email protected]>"]
description = "A minimalist and ergonomic MIDI sequencer"
documentation = "https://github.com/subalterngames/cacophony"
Expand Down Expand Up @@ -86,7 +86,7 @@ speech_dispatcher_0_9 = ["text/speech_dispatcher_0_9"]

[package]
name = "cacophony"
version = "0.2.0"
version = "0.2.1"
authors = ["Esther Alter <[email protected]>"]
description = "A minimalist and ergonomic MIDI sequencer"
documentation = "https://github.com/subalterngames/cacophony"
Expand Down Expand Up @@ -122,7 +122,7 @@ path = "text"
name = "Cacophony"
identifier = "com.subalterngames.cacophony"
icon = ["icon/32.png", "icon/64.png", "icon/128.png", "icon/256.png"]
version = "0.2.0"
version = "0.2.1"
resources = ["data/*"]
copyright = "Copyright (c) Subaltern Games LLC 2023. All rights reserved."
short_description = "A minimalist and ergonomic MIDI sequencer."
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ These are the optimizations:

This update doesn't have any new features or bug fixes. In the future, I'm going to reserve major releases (0.x.0) for big new features, but I had to rewrite so much of Cacophony's code, and the results are such a big improvement, that I'm making this a major release anyway.

## 0.2.1

I replaced the default qwerty bindings for note input with a more "standard" layout. This information is stored in config.ini, so if you want the update, make sure to delete Documents/cacophony/config.ini if it exists (Cacophony will use the default data/config.ini instead).

# 0.1.x

## 0.1.4
Expand Down
10 changes: 5 additions & 5 deletions data/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,16 @@ CloseLinksPanel = {"keys": ["Escape"]}

# Qwerty note input.
C = {"keys": ["A"]}
CSharp = {"keys": ["Q"]}
CSharp = {"keys": ["W"]}
D = {"keys": ["S"]}
DSharp = {"keys": ["W"]}
DSharp = {"keys": ["E"]}
E = {"keys": ["D"]}
F = {"keys": ["F"]}
FSharp = {"keys": ["R"]}
FSharp = {"keys": ["T"]}
G = {"keys": ["G"]}
GSharp = {"keys": ["T"]}
GSharp = {"keys": ["Y"]}
A = {"keys": ["H"]}
ASharp = {"keys": ["Y"]}
ASharp = {"keys": ["U"]}
B = {"keys": ["J"]}
OctaveUp = {"keys": ["Z"]}
OctaveDown = {"keys": ["X"]}
Expand Down

0 comments on commit ae859ad

Please sign in to comment.