- feat: add freq support to gm soundfonts

- refactor: toMidi -> noteToMidi
- refactor: fromMidi -> midiToFreq
This commit is contained in:
Felix Roos 2023-03-23 10:18:24 +01:00
parent 13133583ca
commit ba35a81e9b
10 changed files with 59 additions and 50 deletions

View file

@ -15,8 +15,8 @@
"isNoteWithOctave",
"isNote",
"tokenizeNote",
"toMidi",
"fromMidi",
"noteToMidi",
"midiToFreq",
"freqToMidi",
"valueToMidi",
"_mod",