19 May '13 - 08:45 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: BassMOD questions (is it free, volumes, intervallums)  (Read 4025 times)
Len
Posts: 16


« on: 27 Nov '05 - 18:47 »
Reply with quoteQuote

Greetings Mortals,

I have got 3 questions.

1, is the ONLY bassmod using free? Or must I buy it's licence?
2, how do I set the volume of BASS and BASSMOD separatly?
3, at volume settings, what are the intervallums? Can I define a custom intervall? Maybe 0..255
Logged
Ian @ un4seen
Administrator
Posts: 15244


« Reply #1 on: 28 Nov '05 - 18:00 »
Reply with quoteQuote

1, is the ONLY bassmod using free? Or must I buy it's licence?

BASSMOD is free for non-money making use. Otherwise, it's license fee is half that of the full BASS.

2, how do I set the volume of BASS and BASSMOD separatly?

Why would you want to use both together? Why not just use BASS? Smiley

3, at volume settings, what are the intervallums? Can I define a custom intervall? Maybe 0..255

BASSMOD's volume range is 0-100. BASS defaults to that too, but it can be changed via the BASS_CONFIG_MAXVOL option.
Logged
Len
Posts: 16


« Reply #2 on: 28 Nov '05 - 19:46 »
Reply with quoteQuote

Okay.

"Why would you want to use both together? Why not just use BASS?" because I want play .MOD files Smiley
Logged
Sebastian Andersson
Posts: 372


« Reply #3 on: 28 Nov '05 - 20:33 »
Reply with quoteQuote

Okay.

"Why would you want to use both together? Why not just use BASS?" because I want play .MOD files Smiley

BASS has support for MOD files.
Logged
Len
Posts: 16


« Reply #4 on: 2 Dec '05 - 19:43 »
Reply with quoteQuote

Mmmm, this is a new thing for me Cheesy:D:D

Besides, I'm writing an own sound driver. I used to wrote my little-programs with BASS, but I'm working on a serious project, and don't want to buy BASS's licence. That's why I want to use only BASSMOD. Cool
Logged
Len
Posts: 16


« Reply #5 on: 9 Dec '05 - 07:55 »
Reply with quoteQuote

I didn't download the latest version of BASS - that's why I didn't know about the MOD file playing. And I can see a lot of new things - streams etc. You guys made a great job with this.

So, using only the BASSMOD is free, If I'm not wrong.
Logged
Ian @ un4seen
Administrator
Posts: 15244


« Reply #6 on: 9 Dec '05 - 14:10 »
Reply with quoteQuote

BASS has always played MODs, before BASSMOD even existed Smiley

Both BASS and BASSMOD are free for use in freeware software.
Logged
Len
Posts: 16


« Reply #7 on: 18 Jan '06 - 15:29 »
Reply with quoteQuote

I know I can ask clever things  Wink my next question about intervalls: what is the volume of interval of music in BASSMOD? As I tried to find out 0..100, I guess. Im I right?
Logged
Sebastian Andersson
Posts: 372


« Reply #8 on: 18 Jan '06 - 16:02 »
Reply with quoteQuote

I know I can ask clever things  Wink my next question about intervalls: what is the volume of interval of music in BASSMOD? As I tried to find out 0..100, I guess. Im I right?

AFAIK, yes.
Logged
(: JOBnik! :)
Posts: 984


« Reply #9 on: 18 Jan '06 - 16:04 »
Reply with quoteQuote

Hi Grin

There's a BASSMOD.CHM in BASSMOD package with some info Wink

Quote
Sets the volume level of a channel or instrument in a MOD music.

BOOL WINAPI BASSMOD_MusicSetVolume(
    DWORD chanins,
    DWORD volume
);


Parameters
chanins The channel or instrument to set the volume of... if the HIWORD is 0, then the LOWORD is a channel number (0 = 1st channel), else the LOWORD is an instrument number (0 = 1st instument).
volume The volume level... 0 (min) - 100 (max).

Quote
Sets the digital output master volume.

BOOL WINAPI BASSMOD_SetVolume(
    DWORD volume
);


Parameters
volume The volume level... 0 (min) - 100 (max).
Logged
Len
Posts: 16


« Reply #10 on: 18 Jan '06 - 19:08 »
Reply with quoteQuote

Uh-oh, yes, I firstly looked it for in the source code... I always search the comments in the source code, didn't thought of help file...   Shocked EmbarrassedUndecided thanks
Logged
(: JOBnik! :)
Posts: 984


« Reply #11 on: 18 Jan '06 - 19:59 »
Reply with quoteQuote

Hi Grin

I see an info from Ian's post 28/11/2005

3, at volume settings, what are the intervallums? Can I define a custom intervall? Maybe 0..255

BASSMOD's volume range is 0-100. BASS defaults to that too, but it can be changed via the BASS_CONFIG_MAXVOL option.

Don't be shocked Wink
« Last Edit: 18 Jan '06 - 20:32 by (: JOBnik! :) » Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines