Author Topic: Errors in BASS help file  (Read 8898 times)

Irrational86

  • Posts: 960
Errors in BASS help file
« on: 23 Jul '03 - 09:38 »
Hey Ian,

In the Bass and basswma docs, wherever you have this line
Quote
BASS_ERROR_FILEFORM    The file's format is not recognised/supported

it should be recognized, with z, not s...
« Last Edit: 6 Aug '03 - 18:21 by XMinioNX »

zajkos

  • Posts: 17
Re: bass and basswma documentation incorrect spell
« Reply #1 on: 23 Jul '03 - 10:43 »
that's why my program doesn't work!

Irrational86

  • Posts: 960
Re: bass and basswma documentation incorrect spell
« Reply #2 on: 23 Jul '03 - 18:54 »
:laugh: :laugh: :laugh: ...haha, funny guy

jaffa

  • Posts: 1
Re: bass and basswma documentation incorrect spell
« Reply #3 on: 23 Jul '03 - 22:34 »
Looks like you Yanks need to learn how to spell. Just set your Spell Check to English UK

Olego

  • Posts: 557
Ha ha ha
« Reply #4 on: 24 Jul '03 - 02:03 »
:laugh:
You're hilarious, Jaffa.  I'm all with you!

Clarification to everyone else: Americans like to spell with the letter z.  In Britain, the letter s prevails.  Therefore, words like analyse and realise and recognise all have 's' in them.~Olego~

Irrational86

  • Posts: 960
Re: bass and basswma documentation incorrect spell
« Reply #5 on: 24 Jul '03 - 03:35 »
:laugh: :laugh: :laugh: ...Whoops, i dont know much about British english...thats why i said that it was wrong...but i guess i am the one wrong  ;D

Irrational86

  • Posts: 960
Re: bass and basswma documentation incorrect spell
« Reply #6 on: 26 Jul '03 - 06:48 »
This is not about incorrect spelling, but its an actual problem that the documentation has...in the BASS help file, under the BASS_StreamGetFilePosition help, the example uses BASS_StreamGetFileLength() instead of BASS_StreamGetFilePosition()...Ian, maybe you need to correct this..

Ian @ un4seen

  • Administrator
  • Posts: 26079
Re: bass and basswma documentation incorrect spell
« Reply #7 on: 26 Jul '03 - 13:40 »
Oops ;D

...it's sorted now.

Irrational86

  • Posts: 960
Re: bass and basswma documentation incorrect spell
« Reply #8 on: 27 Jul '03 - 05:56 »
Btw...I dont understand something, what is the difference between BASS_StreamGetFilePosition(Channel, BASS_FILEPOS_END) and BASS_StreamGetLength(Channel)?? I dont get it, i've compared the values and all, but i still dont get it. Maybe someone can explain a bit more..?

Ian @ un4seen

  • Administrator
  • Posts: 26079
Re: bass and basswma documentation incorrect spell
« Reply #9 on: 28 Jul '03 - 17:55 »
BASS_StreamGetFilePosition(Channel, BASS_FILEPOS_END) = the file size.

BASS_StreamGetLength(Channel) = the playback (ie. decoded) length.

Irrational86

  • Posts: 960
Re: Errors in BASS help file
« Reply #10 on: 6 Aug '03 - 18:19 »
Another error Ian...under the bass BASS_ChannelSlideAttributes page...at the bottom this is written
Quote
...When using a sync with a "fade to 0 and stop" slide (volume = 2), the SYNCPROC is called just before the channel is stopped.
I think you meant (volume = -2)
« Last Edit: 6 Aug '03 - 18:21 by XMinioNX »