Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
15 Jan '25 - 15:20
Home
Help
Search
Login
Register
Un4seen Developments Forum
»
Developments
»
BASS
»
Topic:
HMUSIC channel level
Reply
Print
Pages: [
1
]
Author
Topic: HMUSIC channel level (Read 7882 times)
the_que
Posts: 3
HMUSIC channel level
«
on:
19 Aug '03 - 10:37 »
Quote
How can i get correct level of HMUSIC channel
or how can i convert BASS_ChannelGetData result buffer
to get right level's values
Logged
Ian @ un4seen
Administrator
Posts: 26218
Re: HMUSIC channel level
«
Reply #1 on:
19 Aug '03 - 15:23 »
Quote
The simplest way is to use BASS_ChannelGetLevel. See the docs for details.
Logged
the_que
Posts: 3
Re: HMUSIC channel level
«
Reply #2 on:
20 Aug '03 - 09:18 »
Quote
BASS_ChannelGetLevel returns only left and right levels,
but i need level values for a separate channel.
For example: mod with 10 channels <-- need something like
DWORD BASS_MODChannelGetLevel(MUS, 5) <- level of channel 5
Logged
Irrational86
Posts: 960
Re: HMUSIC channel level
«
Reply #3 on:
20 Aug '03 - 09:20 »
Quote
Well if you look at the docs, there is BASS_MusicGetChannelVol which does exactly what you want...
Logged
the_que
Posts: 3
Re: HMUSIC channel level
«
Reply #4 on:
20 Aug '03 - 10:16 »
Quote
Nope, you're wrong
BASS_MusicChannelGet
Vol
returns channel
volume
but not level....
Channel volume = 100 by default for all channels and
it's not changing dynamycally.
Logged
Ian @ un4seen
Administrator
Posts: 26218
Re: HMUSIC channel level
«
Reply #5 on:
21 Aug '03 - 15:09 »
Quote
Oh, I see. Unfortunately, you can't get the levels of the individual channels in a module.
Logged
Reply
Print
Pages: [
1
]
Un4seen Developments Forum
»
Developments
»
BASS
»
Topic:
HMUSIC channel level