Closed moosmartin closed 3 years ago
Ooops! Thanks for reporting.
To help you continue with your progress:
Vst2400.h
file in the Jacobi.Vst.Plugin.Interop
project.Vst2EventKind
enum)None
option before the Midi
option.Will be fixed in next version. Hope this helps.
Describe the bug When I compile the sample MIDI plugin and load it in a DAW, the plugin throws the following exception each time I sent MIDI note data to it:
To Reproduce Steps to reproduce the behavior:
Jacobi.Vst.Samples.MidiNoteMapper.dll
) in a DAW (tested with Ableton Live and Bitwig Studio)Expected behavior The plugin processes the MIDI data
Desktop (please complete the following information):
Additional context The sample audio plugin (
Jacobi.Vst.Samples.Delay.dll
) works as expected. I tried debugging into the plugin with Visual Studio 2019 after compiling the library code with the Debug configuration, but cannot get any breakpoints to trigger.