Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File4.17.2 buffptr TOS Name: »buffptr« - Get current record/playback mode Opcode: 141 Syntax: int32_t buffptr( int32_t *ptr ); Description: The XBIOS routine buffptr ascertains the current playback and record positions in the corresponding buffers. ptr points to a buffer at least 4 longwords in size. The position pointers will be stored in that. The first int32_t of the buffer contains a pointer to the current playback position and the second int32_t a pointer to the current record position. Return value: If successful the function returns the value 0, or non-zero otherwise. Availability: The function is only available on computers of the Falcon series, or with extended XBIOS routines (_SND). Group: Sound routines See also: Binding buffoper devconnect dsptristate gpio locksnd setbuffer setinterrupt setmontracks setmode settracks sndstatus soundcmd unlocksnd