NeuralNote icon indicating copy to clipboard operation
NeuralNote copied to clipboard

MIDI output for transcription

Open DamRsn opened this issue 6 months ago • 0 comments

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 only VST3).

  • Ableton Live working

  • Added setting buttons to show dropdown

    • Only one option: MIDI Out
  • NEEDS_MIDI_OUTPUT is now true in CMakeLists.txt

  • The midi out option is a property of the processor value tree state. So its state is managed directly.

DamRsn avatar Aug 11 '24 17:08 DamRsn