Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i'm trying make a application to convert numerial notation into MIDI file with MIDIToolkit..
anyone know how to do that?
please help..
thank you.. Smile | :)
Posted
Comments
Sergey Alexandrovich Kryukov 27-Jul-15 0:45am    
It all depends on what kind of notation are you dealing with and what's your problem. It looks like you already know how to create MIDI, don't you?
—SA
Dhani Aditya 27-Jul-15 0:57am    
i'm using numerial or number notation like 1 2 3..
now i'm trying to make application to convert numerial notation from pdf file to midi file..
mm.. I do not know exactly how to create MIDI...
can you explain to me? :)
Sergey Alexandrovich Kryukov 27-Jul-15 1:15am    
You did not explain how you numerical notation works. If could be anything. How do you denoted tons, chords, durations, dynamics, instruments? and so on... If you don't know how to create MIDI, but reference some library, 1) really reference it, 2) ask what exactly is your problem.
—SA
Dhani Aditya 27-Jul-15 1:48am    
thank you for your solution..
mm..
first i'm trying extract numerical notation from pdf file using iText library to take the tones..
after that i'm trying to convert the tones from the result of extraction to midi files..
i just want to convert numerical tones from pdf file to midi..

sorry before..
I am a beginner in midi programming..
Sergey Alexandrovich Kryukov 27-Jul-15 2:05am    
You are welcome.
What prevents you from "converting" it? Do you understand what MIDI does? and how your input notation works? What's the problem?
—SA

1 solution

As you are not asking about playing music using MIDI and only want to create files, you don't even need to use any library. The full description of the MIDI file format is available. See, in particular
http://www.music.mcgill.ca/~ich/classes/mumt306/StandardMIDIfileformat.html[^],
http://www.cs.cmu.edu/~music/cmsip/readings/Standard-MIDI-file-format-updated.pdf[^].

Even though you would need to pay the fee to access the official standard document, actual description corresponding to the current MIDI standard 1.1 is available on the Web.

Well, you have the library implementing composing of MIDI files, use the library. You never mentioned what are your problems.

—SA
 
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