NeuralNote
NeuralNote copied to clipboard
Audio Plugin for Audio to MIDI transcription using deep learning.
`AudioUtils` - Added helper function to create an audio format manager - Added helper function to get in a `StringArray` all the supported file extensions. UI: - Use the helper...
AIFF files with .aif extension (such as those created by Ableton Live on macOS) are not recognized by the plugin. Renaming them to .aiff works around it. It would be...
There is no way to type in numeric values or use the up and down arrows to adjust the values; instead, the little knobs must be turned, which is awkward...
Hello, I was looking for a plugin that would be able to convert my acoustic recordings to MIDI without the extra trouble of having to replay it on a digital...
right now I need to separately use a KeyFinder or experiment a bit to know which key my sample audio is in and restrict the midi output with this info....
I'm working on a port of NeuralNote to visionOS and hitting some trouble getting onnxruntime to compile for visionOS. Comment [here](https://github.com/DamRsn/NeuralNote/blob/da305e5430402ca7283e11ce59237fe2771bcae1/Lib/Model/Features.h#L15) says that `Features` is doing a CQT (what does...
I read in the doc """ Very few DAWs support audio input/MIDI output plugins as far as I know. This is partially why NeuralNote is an Audio FX plugin (audio-to-audio)...
I've made NeuralNote build under Linux and was wondering if there is interest to upstream the changes. This PR would be the first step and contains the required changes to...
This PR introduces horizontal scrolling using ctrl+scroll as raised in #36.