Skip to content

Commit 1759d37

Browse files
committed
Fix release notes and quantization feature name
Signed-off-by: Petr Horacek <petr@zlosynth.com>
1 parent 8e9198e commit 1759d37

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eurorack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ opt-level = "z" # This contains code used only during the boot, no need for spee
3737
opt-level = "z" # CRC is only used while restoring a config on boot and does not need to be fast
3838

3939
[features]
40-
even_quantization = ["achordion-lib/white_key_quantization"]
40+
white_key_quantization = ["achordion-lib/white_key_quantization"]

hack/release.tmpl.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ Achordion's firmware can be upgraded to obtain new features and bug-fixes. To do
1010

1111
By default, the input CV snaps to the closest note voltage. This works well with normal inputs or tones that are already quantized to the scale.
1212

13-
If you use a keyboard for CV source, consider trying the alternative firmare `TODO` which maps white keys to all notes of the scale.
14-
15-
Due to white key quantization, the module is quite sensitive to inaccurate CV input of TONE. This is especially notable when the same CV is simultaneously used to control the pitch of another module as well. If you suffer from these issues, try the alternative firmware `achordion-firmware-x.y.z-even-quantization.bin`.
13+
If you use a keyboard for CV source, consider trying the alternative firmare `achordion-firmware-x.y.z-white-key-quantization.bin` which maps white keys to all notes of the scale.

0 commit comments

Comments
 (0)