Skip to content

in file src/rust/engine/functions/note.rs, my_synth -> note doesn't support note like "Bb4" #3

@cavingoo

Description

@cavingoo

in this file: src/rust/engine/functions/note.rs

first we have
let note = note.to_uppercase();

but later
Some('b') => { offset = -1; octave_start = 2; }

maybe we could change it to
Some('b') | Some('B') => {?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmissingMissing feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions