NeuralNote icon indicating copy to clipboard operation
NeuralNote copied to clipboard

Audio Plugin for Audio to MIDI transcription using deep learning.

Results 28 NeuralNote issues
Sort by recently updated
recently updated
newest added

(this is just a discussion issue)

Internal synth can now play transcribed pitch bends. However it seems like there's an error somewhere in the pitch bend creation process, as when I play a normal note on...

On Windows, I get an error when linking with provided onnxruntime.lib: `'onnxruntime.lib' was created by a different version of the compiler than other objects like NeuralNote_Standalone ...` My MSVC version...

bug

Thank you for making NeuralNote It would be really great to have access to polyphonic pitch bend expressions on the transcribed notes. CLAP can do it with CLAP_NOTE_EXPRESSION_TUNING Edit: This...

enhancement

CMakeLists.txt added a linux section. By default the libonnxruntime-neuralnote for linux builds a shared library, but the linux branch of the [gnac fork](https://github.com/gnac/libonnxruntime-neuralnote) also creates a combined static library. Both...

Add Zoom functionality so that the audio and the transcription is easier to navigate. A command like `Ctrl` + `Scroll` seems appropriate.

enhancement

Allow to play the transcription with an external synth/instrument without exporting the midi file. `Player` can now stream midi out of the plugin. Supported only in some DAWs (and probably...

Using Windows 10. I downloaded latest NeuralNote.vst3 file. Put it in my plugin folder with every other vst3 file. Opened Studio One. NueralNote is not there.

The miminum note duration setting might not work as expected. Problem may the following line in BasicPitch::setParameters. mParams.minNoteLength = static_cast(std::round(inMinNoteDurationMs * FFT_HOP / BASIC_PITCH_SAMPLE_RATE)); From how it is used in...