jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sletz ecb84b5f9f rebase from trunk 4238:4306 15 years ago
..
JackRouter.cpp rebase from trunk 4238:4306 15 years ago
JackRouter.def rebase from trunk 3813:3899 16 years ago
JackRouter.dsp rebase from trunk 4083:4180 15 years ago
JackRouter.dsw rebase from trunk 3813:3899 16 years ago
JackRouter.h rebase from trunk 3813:3899 16 years ago
JackRouter.vcxproj rebase from trunk 4238:4306 15 years ago
JackRouter.vcxproj.filters rebase from trunk 4238:4306 15 years ago
JackRouter.vcxproj.user rebase from trunk 4238:4306 15 years ago
Psapi.Lib rebase from trunk 3813:3899 16 years ago
README rebase from trunk 4238:4306 15 years ago
profport.cpp rebase from trunk 3813:3899 16 years ago
profport.h rebase from trunk 3813:3899 16 years ago
psapi.dll rebase from trunk 3813:3899 16 years ago
psapi.h rebase from trunk 3813:3899 16 years ago
resource.h rebase from trunk 3813:3899 16 years ago
resource.rc rebase from trunk 4238:4306 15 years ago

README

This folder contains the sources for ASIO/JACK bridge ASIO driver called "JackRouter". The included project is a Microsoft VC++ 6 one. 

It requires some files (combase.cpp, dllentry.cpp, register.cpp) that are part on the ASIO driver SDK. The produced "JackRouter.dll" file
has to be registered in the system using the "regsvr32" tool.

64 bits compilation
====================
A Visual Studio 10 project has been added to compile 64 and 32 bits targets.