Readme

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ASIO 2.2 SDK Contents --------------------readme.txt changes.

txt - this file - contains change information between SDK releases ASIO SDK 2.2.pdf - ASIO SDK 2.2 specification ASIO Licensing Agreement.rtf - Licencing Agreement mac.sea.hqx - Macintosh CodeWarrior Pro 5 Projects After de-Binhexing and Unstuffing the mac folder should be on this same directory level common: asio.h iasiodrv.h asio.cpp asiodrvr.h asiodrvr.cpp combase.h combase.cpp dllentry.cpp register.cpp wxdebug.h debugmessage.cpp - ASIO C definition - interface definition for the ASIO driver class - asio host interface (not used on Mac) - ASIO driver class base definition - COM base definitions (PC only) - DLL functions (PC only) - driver self registration functionality - some debugging help

host: asiodrivers.h asiodrivers.cpp - ASIO driver managment (enumeration and instantiation) ASIOConvertSamples.h ASIOConvertSamples.cpp - sample data format conversion class ginclude.h - platform specific definitions host/mac: asioshlib.cpp codefragments.hpp codefragments.cpp host/pc: asiolist.h asiolist.cpp host/sample: hostsample.cpp hostsample.dsp hostsample.vcproj driver/asiosample: asiosmpl.h asiosmpl.cpp wintimer.cpp asiosample.def mactimer.cpp macnanosecs.cpp makesamp.cpp - asio.cpp for the Mac, resolves the symbols - code fragment loader

- instantiates an ASIO driver via the COM model - a simple console app which shows ASIO hosting - MSVC++ 5.0 project - Visual Studio 2005 project (32 and 64 bit targets)

ASIO 2.0 sample driver bufferSwitch() wakeup thread (Windows) Windows DLL module export definition bufferSwitch() wakeup thread (Macintosh) Macintosh system reference time Macintosh driver object instantiation

driver/asiosample/asiosample: asiosample.dsp - MSVC++ 5.0 project asiosample.vcproj - Visual Studio 2005 project (32 and 64 bit targets)

You might also like