本文介绍了用于在C#中创建MIDI乐曲的API /库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 请善意,不要将此视为一个愚蠢的问题。老实说,在参考google上的几个链接后问。 我需要一个能在C#中生成MIDI音/调的API。目前我正在实施一个基本光学音乐识别和解释应用程序,没有任何OMR API(使用我自己的算法)。 到目前为止,识别部分是成功的。并且解释部分留下了。所识别的音符需要转换为midi曲调(文件)。 到目前为止我已经看过midi-dot-net:midi-dot-net midi-dot-net [ ^ ] 有人可以建议我一个好的MIDI创建的API。(上面提到的过程) 此外,C#是否有像JAVA一样的MIDI生成API /库 javax.sound.midi [ ^ ] 谢谢。Please be kind enough to not to say this as a silly question. Honestly asking after refering to several links on google.I am in need of a API which generates MIDI tone/tune in C#. Currently I'm implementing a "Basic Optical Music Recogntion and Interpreting Application" without any OMR API (using my own algorithms).So far the recogntition part is successfull. and the interpreting part is left. Where the identified notes need to be convert into a midi tune (file).I have so far looked into midi-dot-net: midi-dot-net midi-dot-net[^]Can some one kindly suggest me a good API for MIDI creation.(above mentioned process)Further, Does C# has its own API/Library for MIDI generation like in JAVA javax.sound.midi[^]Thank You.推荐答案 看看 C# MIDI工具包 [ ^ ]。 这篇关于用于在C#中创建MIDI乐曲的API /库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-22 13:32