Playing C64 SID files in PureBasic

Just starting out? Need help? Post your questions and find answers here.
StarWarsFan
Enthusiast
Enthusiast
Posts: 169
Joined: Sat Mar 14, 2015 11:53 am

Re: Playing C64 SID files in PureBasic

Post by StarWarsFan »

What irritates me most is:

How in the world can I reduce that volume of the playing SID-file?

SoundVolume(#PB_All,svvol) does not work
Image - There is usually a lot of "try this, maybe do that" but ONLY an example that one can test for themself and get an immediate result actually brings people forward.
StarWarsFan
Enthusiast
Enthusiast
Posts: 169
Joined: Sat Mar 14, 2015 11:53 am

Re: Playing C64 SID files in PureBasic

Post by StarWarsFan »

CAN BE DELETED
Last edited by StarWarsFan on Sat Jul 10, 2021 3:11 pm, edited 1 time in total.
Image - There is usually a lot of "try this, maybe do that" but ONLY an example that one can test for themself and get an immediate result actually brings people forward.
firace
Addict
Addict
Posts: 947
Joined: Wed Nov 09, 2011 8:58 am

Re: Playing C64 SID files in PureBasic

Post by firace »

I think this is because TitchySID is a very low-level library and SoundVolume can only affect sounds loaded by PB commands.
I would be interested in a solution too...
StarWarsFan
Enthusiast
Enthusiast
Posts: 169
Joined: Sat Mar 14, 2015 11:53 am

Re: Playing C64 SID files in PureBasic

Post by StarWarsFan »

StarWarsFan wrote:Still no solution or at least an answer?

BUMP!
After almost 3 months now... Has really NOBODY got an answer to this?
Image - There is usually a lot of "try this, maybe do that" but ONLY an example that one can test for themself and get an immediate result actually brings people forward.
StarWarsFan
Enthusiast
Enthusiast
Posts: 169
Joined: Sat Mar 14, 2015 11:53 am

Re: Playing C64 SID files in PureBasic

Post by StarWarsFan »

CAN BE DELETED
Last edited by StarWarsFan on Sat Jul 10, 2021 3:10 pm, edited 1 time in total.
Image - There is usually a lot of "try this, maybe do that" but ONLY an example that one can test for themself and get an immediate result actually brings people forward.
StarWarsFan
Enthusiast
Enthusiast
Posts: 169
Joined: Sat Mar 14, 2015 11:53 am

Re: Playing C64 SID files in PureBasic

Post by StarWarsFan »

The links offered in posts #3, #8 and #11 do unfortunately no longer function.

Has anybody got a working link at hand so he can share it?

Or maybe (because this is so long ago) a newer/updated version is available?

THANKS AHEAD! AND GREETINGS TO THE FRENCH GUY FROM YANKEES!!!!
Image - There is usually a lot of "try this, maybe do that" but ONLY an example that one can test for themself and get an immediate result actually brings people forward.
StarWarsFan
Enthusiast
Enthusiast
Posts: 169
Joined: Sat Mar 14, 2015 11:53 am

Re: Playing C64 SID files in PureBasic

Post by StarWarsFan »

COOL MATE!

Many thanks!

And has the soundvolume issue been solved meanwhile (a few post up we talked about it)?
Image - There is usually a lot of "try this, maybe do that" but ONLY an example that one can test for themself and get an immediate result actually brings people forward.
User avatar
Mijikai
Addict
Addict
Posts: 1520
Joined: Sun Sep 11, 2016 2:17 pm

Re: Playing C64 SID files in PureBasic

Post by Mijikai »

If you get the handle -> waveOutSetVolume_().
Post Reply