We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tone.js seems to support Quarter tones as seen in tone.js~NoteUnits.ts and tone.js~Frequency.ts
Tone.js
Even in Tonejs/midi as seen in:
Tonejs/midi
Midi/src/Note.ts
Line 33 in 1d3a1f5
pitchToMidi
midiToPitch
I am wondering if its possible to convert to Quarter tones as well, any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tone.js
seems to support Quarter tones as seen in tone.js~NoteUnits.ts and tone.js~Frequency.tsEven in
Tonejs/midi
as seen in:Midi/src/Note.ts
Line 33 in 1d3a1f5
However this is
pitchToMidi
notmidiToPitch
,I am wondering if its possible to convert to Quarter tones as well, any ideas?
The text was updated successfully, but these errors were encountered: