« Reply #3 on: June 06, 2019, 12:16:03 AM »
http://www.steinberg.net/sdk_downloads/asiosdk2.2.zip (October 2005?)https://web.archive.org/web/20090302053242/http://www.steinberg.net/en/company/steinberg_press_room/steinberg_press_room_archiv/steinberg_press_room_archiv_2006/steinberg_asio_22_standard.html (Sept 2006)
Steinberg releases new ASIO 2.2 standard
Full 64-bit support for Steinberg’s industry-standard technology
Hamburg, September 13 2006 - Steinberg Media Technologies GmbH is proud to announce the release of a new, fully 64-bit-capable version of its renowned ASIO technology. The ASIO 2.2 SDK provides software engineers with a complete set of tools for creating ASIO-ready host applications and drivers for 64-bit versions of Microsoft’s Windows operating system.
“ASIO 2.2 and its ASIO 2/64 component will form the backbone of a new generation of 64-bit host applications and audio devices for Windows,” summarizes Markus Stehlik, Steinberg’s Director of Engineering. “The new version of this open standard will also ensure both 32-bit and 64-bit driver versions are available to customers of audio software and hardware, easing the transition to the new 64-bit Windows versions. And because ASIO 2.2 was specified in close cooperation with other companies from the audio industry, we expect that the new standard will see wide adoption in the foreseeable future,” Stehlik continues.
http://read.pudn.com/downloads119/sourcecode/multimedia/audio/506331/ASIOSDK2/ASIO%20SDK%202.2.pdfhttp://files.shengsu.org/http://studio1337.pro/source/VSTModuleArchitectureSDK.zipASIO 2.2 SDK Contents
---------------------
readme.txt - this file
changes.txt - 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 - ASIO C definition
iasiodrv.h - interface definition for the ASIO driver class
asio.cpp - asio host interface (not used on Mac)
asiodrvr.h
asiodrvr.cpp - ASIO driver class base definition
combase.h
combase.cpp - COM base definitions (PC only)
dllentry.cpp - DLL functions (PC only)
register.cpp - driver self registration functionality
wxdebug.h
debugmessage.cpp - 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 - asio.cpp for the Mac, resolves the symbols
codefragments.hpp
codefragments.cpp - code fragment loader
host/pc:
asiolist.h
asiolist.cpp - instantiates an ASIO driver via the COM model
host/sample:
hostsample.cpp - a simple console app which shows ASIO hosting
hostsample.dsp - MSVC++ 5.0 project
hostsample.vcproj - Visual Studio 2005 project (32 and 64 bit targets)
driver/asiosample:
asiosmpl.h
asiosmpl.cpp - ASIO 2.0 sample driver
wintimer.cpp - bufferSwitch() wakeup thread (Windows)
asiosample.def - Windows DLL module export definition
mactimer.cpp - bufferSwitch() wakeup thread (Macintosh)
macnanosecs.cpp - Macintosh system reference time
makesamp.cpp - Macintosh driver object instantiation
driver/asiosample/asiosample:
asiosample.dsp - MSVC++ 5.0 project
asiosample.vcproj - Visual Studio 2005 project (32 and 64 bit targets)
« Last Edit: June 11, 2019, 05:57:40 AM by chrisNova777 »

Logged