Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have seen somewhere that it is possible to cause Midi to stop playing the previous note on a particular channel with a simple command:

something like - NoteOn(0, 0, SomeParamHere, (byte)nVelocity);

I would appreciate your help.

Thanks in advance,
Mick
Posted
Updated 21-Dec-11 0:45am
v2

1 solution

Hello,

I don't know anything about Midi (appart from the obvious) but I found this link:

C# MIDI Toolkit[^]

It seems that there is everything you need in this article.

Valery.
 
Share this answer
 
Comments
Tynycae 23-Dec-11 5:40am    
Thanks. I found this, but it doesn't help - unless I have missed it again.
As I said it was a simply one liner that switches the previous note off before playing the next one. It is doing my head in!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900