Error in BASS.PAS

Started by Irrational86,

Irrational86

I dont know if anyone has noticed, but i just noticed this looking around the values of each BASS_SAMPLE_XXXXX flag and BASS_MUSIC_XXXXX flag, take a look at the following:
 BASS_SAMPLE_OVER_POS    = $20000; // override longest playing

  BASS_MP3_SETPOS         = $20000; // enable pin-point seeking on the MP3/MP2/MP1
Both are constants and have the same values, Ian, are you aware of this??

Ian @ un4seen

Yep... BASS_SAMPLE_OVER_POS only applies to BASS_SampleLoad/Create, while BASS_MP3_SETPOS only applies to BASS_StreamCreateFile.