Page 1 of 1
How to add music clips?
Posted: Mon Apr 18, 2005 7:34 am
by mundofr
The other day i was checking some source code from a very good game but it didnt have sound, the code had something like this:
Can someone tell me what that means and if that is the way to add music files?
Posted: Mon Apr 18, 2005 8:23 am
by Nathan1993(school)
Well, this is A way to make sound, but a really crappy sound from the internal speaker. For best sound, use something like DS4QB or DQB or somelibrary... or you can be smart and switch to freebasic (
www.freebasic.net)
Sound
Posted: Mon Apr 18, 2005 9:02 am
by MONA
Really what does freebasic brings concerning instructions PLAY or SOUND?
in what is it different from QBasic?
Posted: Mon Apr 18, 2005 9:50 am
by MystikShadows
Freebasic has the fmod library, which allows to play midi files and digital audio sound....
sound
Posted: Mon Apr 18, 2005 10:07 am
by Mona
What is this .mod extension? I saw that in DS4QB2 that I cannot succeed to use?
Posted: Mon Apr 18, 2005 8:32 pm
by ShadowWolf
mod is a tracker music format basicly works like this
the mod has a sample list og a bunch of wav sample's i.e. a sampling of a music instrument like a piano C key ect.
the mod format then depending on the code's plays each sample at differn't frequencies so you get the full music scale.
the mod format support 4 channel i.e. you can have 4 sample's playing out oce letting you be able to pull of cords ect.
there are other Mod music format's like .IT which give up to like 32+ channels and a bunch of other special effect. fmod shouldn't have a problem play most of all the known Mod class format's and most new tracker software format's to the defecto stander's.
mod plug is a good tracker and it can save to all the known tracker formats.
here a link
http://www.modplug.com/modplug/download ... load=QSKit
DS4QB
Posted: Tue Apr 19, 2005 2:49 am
by MONA
Nathan you seem familiar with this program.As I had no success in my previous request, can you kindly explain what is the purpose of this program, what it is supposed to do, and what is its difference with QBMIDI.
I looked at it and was unable to use it, except to run a sample.Mod already recorded in the program.In other words what can be done with it?
Is it possible to use it in another program?Can it be used with a midi file for instance.
Thanks in advance to clarify.

Posted: Tue Apr 19, 2005 9:39 am
by mundofr
hey lol i didnt get anything about the music

can some one give me a good example? or a Tutorial? thanks a lot...
doe smy QB4.5 works well with those music files?
Posted: Tue Apr 19, 2005 3:01 pm
by Mitth'raw'nuruodo
Hey, Mod is also an Operator....lol
