bass

BASS 2.4.4 Error When Making

Hello, I'm trying to make the BASS 2.4.4 library for my Linux Ubuntu Hardy Heron, but when I run make I'm getting many errors, see: [ubuntu@eeepc:~/Desktop/bass24-linux] make make -C 3dtest make[1]: Entering directory `/home/ubuntu/Desktop/bass24-linux/3dtest' cc -Os -I/home/ubuntu/Desktop/bass24-linux -L/home/ubuntu/Desktop/bass24-lin...

How do i seek with bass?

I am using Bass. How do i seek to the middle of the song or to any given point? ...

How do i set a callback for end of song/file with bass?

I am using Bass. I would like to set a callback so when the song reaches to end i can play another song directly after. ...

How do i get tags in a standard format using bass?

With Bass. I see i can get mp3 tags, ogg, mp4, wma, etc. Is there a standard way to get the artist, album, etc if available no matter what kind of format the stream is in? ...

Draw sound wave with possibility to zoom in/out

Hi :D I'm writing a sound editor for my graduation. I'm using BASS to extract samples from MP3, WAV, OGG etc files and add DSP effects like echo, flanger etc. Simply speaching I made my framework that apply an effect from position1 to position2, cut/paste management. Now my problem is that I want to create a control similar with this o...

bass lib not linking, all other work perfect.....

Hello all, I'm having a wierd problem. i'm developping a nice game with openGL on MFC. i need to use threads for multi sound. so i am trying to use the BASS lib for that. For a reason that is beyond my comprihention, i can not get the bass.lib to link. all other libs (openGL libs and so on) link perfect. i'v added "#include "base.h" ...

Can any one please tell me what is wrong with this?

I'm a beginner with Bass (working right now on an MFC project) and I'm trying to figure this out. I saw that I should start with the BASS_Init function, but I found two example, one with 4 parameters and one with 6. When I trying to use the function, it only gives a 5-parameter version with no overloads, and when I try to use it, my ap...