[futurebasic] Re: [FB] DIM question.

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2002 : Group Archive : Group : All Groups

From: tedd <tedd@...>
Date: Sun, 10 Feb 2002 09:40:02 -0500
Robert:

Check out "Sound Synthesizers" in the THINK Reference. It has a 
description of what a "packed record" is with regard to the sound 
header under the graph of a wave table.

tedd


>How might one define such a beast as this sound header?
>
>The Packed format is what has me wondering...as regards that array.
>
>
>SoundHeader =
>PACKED RECORD
>samplePtr: Ptr; {if NIL, samples in sampleArea}
>length: LongInt; {number of samples in array}
>sampleRate: Fixed; {sample rate}
>loopStart: LongInt; {loop point beginning}
>loopEnd: LongInt; {loop point ending}
>encode: Byte; {sample's encoding option}
>baseFrequency: Byte; {base frequency of sample}
>sampleArea: PACKED ARRAY[0..0] OF Byte;
>END;
>SoundHeaderPtr = ^SoundHeader;
>
>?
>
>rc
>
>
>
>--
>To unsubscribe, send ANY message to <futurebasic-unsubscribe@...>


-- 
http://sperling.com