Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello everyone , i'm new to programming could some one help me to find a project or a code to convert a midi file to music sheet ( it would be better if in vb.net) ? i really appreciate any help
Posted
Comments
Sergey Alexandrovich Kryukov 28-Oct-13 22:47pm    
This is a forum for software developers, not for "project finders".
—SA

1 solution

Midi files are binary files[^], which you can convert into text files with different channels etc.

The sheet music convertion is quite complicated, there are after all a reason that people sell these things at a rather steep price...

[Edit]You could try a search here thoug, C# MIDI Toolkit[^][/Edit]
 
Share this answer
 
v2
Comments
Eren001 28-Oct-13 19:54pm    
thk u for the reply , i wanna tell u that i already found a c# code for this , i want to convert it to vb , i use the convert tools but it's so buggy .
the project is here
http://sourceforge.net/projects/midisheetmusic/files/midisheetmusic/2.6/
now i'll try to convert it to vb
Sergey Alexandrovich Kryukov 28-Oct-13 22:49pm    
Convert tools are not buggy if you use a good one. Use ILSpy, I can be used to translate quite complex projects.
—SA
Eren001 29-Oct-13 15:22pm    
okk i'll try it :) , thank you again , and if it doesn't work i'll work on it more , till i give up then i'll ask again for help :P

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