Initial import

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/asiosdk2@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-07-19 07:44:42 +00:00
commit 562920dd85
83 changed files with 14225 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
Asiosample
This sample driver illustrates the implementation of an ASIO driver.
Windows notes:
For Windows a COM implementation is provided. The final driver can be
installed in the system by dragging the asiosample.dll onto the
regsvr32.exe in the windows\system directory.
It is normal that the LNK4104 warning is issued for the following 4
exported symbols:
DllGetClassObject
DllCanUnloadNow
DllRegisterServer
DllUnregisterServer
Macintosh notes:
The supplied project is created with CodeWarrior Pro 5.