8

Does anyone have any guidance or recommendations for writing a MIDI-based application in C# Winforms? I have recently bought a new effects pedal that has a full MIDI implementation (or so I'm led to believe) but the manufacturers have seen fit to not release a librarian / patch editing application.

I have virtually no experience of MIDI beyond plugging a keyboard into another MIDI device, but it can't be that hard, right? ;-)

Thanks in advance.

ZombieSheep
  • 29,603
  • 12
  • 67
  • 114

3 Answers3

6

check out this links, this is maybe what you are looking for

Joachim Kerschbaumer
  • 9,695
  • 7
  • 49
  • 84
3

Also check out NAudio

Mark Heath
  • 48,273
  • 29
  • 137
  • 194
0

Old question, but you can check out my DryWetMIDI library. It has a lot of features and rich documentation. As for working with devices, this article will be a good start point.

Maxim
  • 1,995
  • 1
  • 19
  • 24