本文介绍了在特定频道上停止上一个音符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在某处看到有可能导致Midi通过一个简单的命令停止在特定频道上播放先前的音符:

类似于-NoteOn(0, 0, SomeParamHere, (byte)nVelocity);

非常感谢您的帮助.

预先感谢,
Mick

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

推荐答案


这篇关于在特定频道上停止上一个音符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 05:58