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.10 setmontracks TOS Name: »setmontracks« - Set playback track for internal loudspeaker Opcode: 134 Syntax: int32_t setmontracks( int16_t montrack ); Description: The XBIOS routine setmontracks specifies which track should be output via the internal loudspeaker. This can only play back one track at a time. montrack determines one of the four available tracks to monitor, which are numbered from 0 to 3. 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 buffptr devconnect dsptristate gpio locksnd setbuffer setinterrupt setmode settracks sndstatus soundcmd unlocksnd