Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FMOD Sound Replacement
#1
Error on exiting out.

Highlights

FMUSIC_FreeSong
Code:
for not defined..

Wat would we define as? String?
Reply
#2
how do u add a .dll into project i forgot :\
Reply
#3
Project > References


Or Add Reference.

Something of that nature.
Reply
#4
It said can't add reference to specified file... Sad

------------

I just found out that i never had fmod module : x... so i re did this and used 3.75 (couldnt find 74), and i have an error on ur modSounds...

Highlights:
Code:
FileExist

Whole If Statement:
Code:
If Not FileExist(FilePath, True) Then
        MsgBox "Music file " & Song & " doesn't exist"
        Exit Sub
    End If

Error:
Quote:Wrong number of arguments or invalid property assignment
Reply
#5
Anyone wanna repost or upload or whatever, the necessary .bas file?

It's not here anymore, and I'd like to take a look at it.
Reply
#6
Don't use FMOD.

Seriously.


Don't..
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#7
Why not?


90% of my Xbox games use FMOD.
I never had trouble using it either.

It even has nifty shuffling features and such.
Reply
#8
This isn't an xbox game.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#9
Rezeyu Wrote:I never had trouble using it either.

It even has nifty shuffling features and such.
Reply
#10
I asked for the .bas, not for your opinion.

I wanted to look at it, not use it.
Reply
#11
http://www.fmod.org/

Has the D/L for all supported languages.
That's where I got mine.
Reply
#12
Sad

You deleted my post just as I edited it saying that I mis-read your post.
Reply
#13
I used to use FMod but there were a lot of little things that I didn't like so I started to use WMPlayer dll. I love it, much easier to use and all the computers can have it with no more dlls since it's VB6(win only) and all wins have WMPlayer. I made a fade in/out effect veeery easily.
Reply
#14
Dragoons Master Wrote:I used to use FMod but there were a lot of little things that I didn't like so I started to use WMPlayer dll. I love it, much easier to use and all the computers can have it with no more dlls since it's VB6(win only) and all wins have WMPlayer. I made a fade in/out effect veeery easily.

Yeah, me too.
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply
#15
modSound.bas?

Old topic but I need the tutorial.
Reply
#16
Yes, I support FMOD 100% now. >Big Grin

Oh and note*, my modSound is a bit different than the one Lea posted.

I made a channel for sound, and a different channel for music. PlaySound, PlayMusic

Other tips; If your not used to terminating with your program and you accidently closed it through
the IDE then you can save AND then press OK. Then your VB6 will crash. Walaa you saved.
Reply
#17
FModInit - Variable not defined.

Maybe I need that 3.74 thing you're talking about. Downloading 3.75 now though.
Reply
#18
Paste your sound module Lea.
Reply
#19
Hmm, nevermind. I'll stick with the MP3 Module, I just can't get it to loop though.
Reply
#20
Set the modeplay as &H2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)