Ported to Pascal by Federico Filipponi (March 1997)
e-mail: fedefil@fub.it
fedefil@kagi.com
Based on a previous work by Matthias Wuttke
e-mail: wuttke@stein.teuto.de
matthias@kagi.com
Documentation
Please refer to the original documentation by A. Rosset (see 'Original Read Me (4.5)').
Download the original package for the full set of plug-ins, full documentation, C examples and other goodies.
This Mac OS specific CodeWarrior™ Pascal package includes:
68K Mac Versions
-------------------------
MADLibrary.68k.(2i, A5) <- Use this one in a 'normal' application
MADLibrary.68k.(2i, A4) <- Use this one for drivers & other A5-free needs
For use in 680x0 projects.
Compiled with: 68020, all optimisations ON, 68k Alignement (You don't need to turn 68k alignement in your application), 2 bytes integers (NOT 4 bytes! You need to turn ON 2i in your application).
PowerMac Version
-------------------------
MADLibrary.PPC
For use in PPC projects.
You need to import (weak import) SoundLib file (distributed by Apple Computer) in your project.
Compiled with: PPC, all optimisations ON, PowerMac Alignement, 601 ins sheduling - you don't need to use same settings in your application.
Interfaces
-------------------------
MAD.p
RDriver.p
How to use this library
See Example.68K.µ project for CodeWarrior™ with Example.p and MADLibrary.PPC (and SoundLib).
See Example.PPC.µ project for CodeWarrior™ with Example.p and MADLibrary.68k.(2i,A5).
Both projects have been generated using Metrowerks CodeWarrior™ Gold 11 (current release).