Media player (tempo, pitch, 10 band EQ, VUMeter) w/Bass.dll

Share your advanced PureBasic knowledge/code with the community.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Media player (tempo, pitch, 10 band EQ, VUMeter) w/Bass.dll

Post by ricardo »

Just an example.

Has tempo (let change speed of play without changing pitch), change pitch (without changing speed), 10 band EQ (like Winamp) and my modest karaoke DSP

Code: Select all

Need to be corrected
Find bass.dll and bass_fx.dll in http://www.un4seen.com/
Last edited by ricardo on Sun May 25, 2008 2:04 pm, edited 2 times in total.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Another example now with a VU display (winamp style). This was modified from some localmotion34 meter control, and was not well reviewed, just a fast code to adapt it to this example.

Code: Select all

;Need to be corrected
Last edited by ricardo on Sun May 25, 2008 2:05 pm, edited 1 time in total.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

need to be corrected, will respot it as soon as possible
Last edited by ricardo on Sun May 25, 2008 2:06 pm, edited 1 time in total.
dige
Addict
Addict
Posts: 1412
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Well done, great work!
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

nice bass.dll ripping .
Thanks to share and to let us to know about it :)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

as i'm testing a lot of soundengines now,
this example did not play anything here.
bass.dll (version 2.3.0.2) is found and loaded.
ricardo, can you check this with 4.10 plz ?
SPAMINATOR NR.1
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

Im using the latest bass.dll in my portable shoutcast player compiled with pb 4.1b it works but I use import.

http://www.purebasic.fr/english/viewtopic.php?t=27468

[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
Post Reply