ja, hab ich.
Zitat:
BASS_ChannelGetLength, BASS_ChannelGetPosition, BASS_ChannelSetPosition
A "mode" parameter has been added to these 3 functions. Set that to BASS_POS_BYTE (or 0) to maintain the previous functionality.
durch
BASS_ChannelGetLength(channel, BASS_POS_BYTE)
bekomme ich die länge in byte. gibts auch ein mode, damit ich die länge in sec bekomme?
wie benutze ich BASS_channelbytestoseconds?