Previous Book Contents Book Index Next

Inside Macintosh: Sound /
Preface - About This Book / Conventions Used in This Book


Legacy Documentclose button

Important: Inside Macintosh: Sound is deprecated as of Mac OS X v10.5. For new audio development in Mac OS X, use Core Audio. See the Audio page in the ADC Reference Library.

Assembly-Language Information

Inside Macintosh provides information about the registers for specific routines in this format:
Registers on entry
A0Contents of register A0 on entry
Registers on exit
D0Contents of register D0 on exit

In the "Assembly-Language Summary" section at the end of each chapter, Inside Macintosh presents information about the fields of data structures in this format:

0whatwordevent code
2messagelongevent message
6whenlongticks since startup

The left column indicates the byte offset of the field from the beginning of the data structure. The second column shows the field name as defined in the MPW Pascal interface files; the third column indicates the size of that field. The fourth column provides a brief description of the use of the field. For a complete description of each field, see the discussion of the data structure in the reference section of the chapter.

In addition, Inside Macintosh presents information about the fields of a parameter block in this format:

Parameter block 
<-->inAndOutIntegerInput/output parameter.
<--output1PtrOutput parameter.
-->input1PtrInput parameter.

The arrow in the far left column indicates whether the field is an input parameter, output parameter, or both. You must supply values for all input parameters and input/output parameters. The routine returns values in output parameters and input/output parameters.

The second column shows the field name as defined in the MPW Pascal interface files; the third column indicates the Pascal data type of that field. The fourth column provides a brief description of the use of the field. For a complete description of each field, see the discussion that follows the parameter block or the description of the parameter block in the reference section of the chapter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996