Is there a way to access midi data off of the clipboard?
I am trying to access MIDI data from my clipboard that another program copied. Specifically, I need to process this data within a C# application I am developing. What steps should I take to retrieve and handle this MIDI data in C#? I haven’t yet attempted any particular solution or approach and would appreciate guidance on where to begin.