Page 1 of 1

MIDI FILES

Posted: Thu Dec 02, 2004 5:17 am
by CLAUDIUS
Is it possible to write with QuickBasic MIDI FILES?If so,does it exist a tutorial or some examples somewhere?
What I ve seen is a treatment by QB of already existing Midi files and I'm looking to create those Midi files directly from the computer.

Yes, it is possible. I've done it.

Posted: Mon Apr 25, 2005 10:53 pm
by Michael Calkins
I know this is several months late, but I haven't been here that long and don't come here very often.
Do searches for things like "General MIDI file format"

URL:
http://www.borg.com/~jglatt/tech/midifile.htm
URL:
http://www.midi.org/about-midi/table1.shtml

If you are interested in seeing an imcomplete MIDI writer that inputs text files in a format I invented, then email me.
Regards,
Michael

BASIC AND MIDI

Posted: Mon May 09, 2005 7:17 am
by CLAUDIUS
In fact at the beginning I was frustrated not being able to write directly and simultaneously several staves with the command PLAY.
So I made several combinations with the letters A,B,C , C+ etc, used in PLAY thinking to transfer and translate results on a MIDI dedicated soft and wandered if it was really utopistic to transform that table in MIDI codes directly to avoid the transcription.
Looks that not many people are interested by the subject indeed.