midi-dot-net
midi-dot-net copied to clipboard
.NET Windows MIDI Library originally created by Tom Lokovic
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...
Hi all, I'm wishing to use Midi Clock to synchronize my software (Vb.net) tempowise with sequencer. I can't find a way to listen to those Midi Clock events in Midi...
I'm trying to control sliders in ableton, but the only CC that works is SustainPedal. Can anyone help me?
Hard coded is ugly.
Can you add a Score? It shoud have a Load method (to load a .mid file), a Save method, a SetStartTime that regiesters into a Clock the events recorded into...