Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Midi implementation within .Net

Tags:

c#

midi

sysex

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.

like image 951
ZombieSheep Avatar asked Dec 02 '08 11:12

ZombieSheep


2 Answers

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

  • http://www.codeproject.com/KB/audio-video/MIDIToolkit.aspx
  • http://www.codeproject.com/KB/audio-video/midiports.aspx
like image 110
Joachim Kerschbaumer Avatar answered Oct 06 '22 18:10

Joachim Kerschbaumer


Also check out NAudio

like image 36
Mark Heath Avatar answered Oct 06 '22 20:10

Mark Heath