Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the application #5

Open
cn-ml opened this issue Feb 11, 2022 · 0 comments
Open

Error in the application #5

cn-ml opened this issue Feb 11, 2022 · 0 comments

Comments

@cn-ml
Copy link

cn-ml commented Feb 11, 2022

I just tried the minimal example and i just get an error:

var outputDevice = OutputDevice.InstalledDevices.Where(i => i.Name == DeviceName).FirstOrDefault();
if (outputDevice is null) { Console.WriteLine($"MIDI device {DeviceName} not found!"); return 1; }
outputDevice.Open();
outputDevice.SendNoteOn(0, (Pitch)1, 1);

And the last line just throws an exception:

Midi.DeviceException: 'Error in the application.'

Any advice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant