DamRsn / NeuralNote

Audio Plugin for Audio to MIDI transcription using deep learning.
Apache License 2.0
1.17k stars 61 forks source link

Notes: implement pitch bends #11

Closed tiborvass closed 1 year ago

tiborvass commented 1 year ago

This also renames the start and end fields of the Notes::Event struct to respectively startTime and endTime, as well as adds two extra fields: startFrame and endFrame to avoid back and forth conversions.

Contrary to the original basic pitch implementation the note events are now always sorted regardless of parameters. Tests have been updated to reflect this.