Getting signals from a MIDI port in C#

后端 未结 6 1066
灰色年华
灰色年华 2020-12-10 06:52

I bought a MIDI keyboard for my birthday. I found a program (MidiPiano) that gets signals from the MIDI input and translates it into music, but I\'d rather like to write one

6条回答
  •  春和景丽
    2020-12-10 07:32

    I'm just in developing process of c# midi communication system. Sanford's midi toolkit is good but Leslie implementation has many improvement which makes code less readable. My code is as simple as possible. If you want you can join me. In a few days I publish fully working midi monitor. Just look at http://puremidi.codeplex.com/

提交回复
热议问题