Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.
Posted

1 solution

Take a look at C# MIDI Toolkit[^].
 
Share this answer
 

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