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.
falkTX d2bd4feed3
Do not ship tools in automated Windows CI builds
2 years ago
..
inno Do not ship tools in automated Windows CI builds 2 years ago
portaudio Better handling of optional asio 2 years ago
winmme winmme: allow to activate without any ports, fix some warnings 4 years ago
JackAtomic_os.h Protect shared fSynchroTable access with a mutex. 11 years ago
JackCompilerDeps_os.h add _snprintf() wrapper. 7 years ago
JackMMCSS.cpp Compiles again on Windows. 9 years ago
JackMMCSS.h Include winsock2.h before windows.h, for mingw 4 years ago
JackNetWinSocket.cpp FIx doxygen and user facing and non-facing typos 5 years ago
JackNetWinSocket.h Cleanup. 12 years ago
JackPlatformPlug_os.h Update default jack location on windows, per new installers 4 years ago
JackShmMem_os.h Include winsock2.h before windows.h, for mingw 4 years ago
JackSystemDeps_os.h Include winsock2.h before windows.h, for mingw 4 years ago
JackTypes_os.h Better handling of optional asio 2 years ago
JackWinEvent.cpp Cleanup code using snprintf(2). 13 years ago
JackWinEvent.h Include winsock2.h before windows.h, for mingw 4 years ago
JackWinMutex.cpp Cleanup JackWinProcessSync and JackWinMutex. 12 years ago
JackWinMutex.h 2 more winsock.h includes, also set PRIu64 for mingw 4 years ago
JackWinNamedPipe.cpp FIx doxygen and user facing and non-facing typos 5 years ago
JackWinNamedPipe.h Include winsock2.h before windows.h, for mingw 4 years ago
JackWinNamedPipeClientChannel.cpp Fix client UUID gen, and some warnings (#440) 5 years ago
JackWinNamedPipeClientChannel.h Fix client UUID gen, and some warnings (#440) 5 years ago
JackWinNamedPipeNotifyChannel.cpp Fix lock management in JackEngine. 12 years ago
JackWinNamedPipeNotifyChannel.h Fix some file header to have library side code use LGPL. 14 years ago
JackWinNamedPipeServerChannel.cpp FIx doxygen and user facing and non-facing typos 5 years ago
JackWinNamedPipeServerChannel.h String management fix. 8 years ago
JackWinNamedPipeServerNotifyChannel.cpp FIx doxygen and user facing and non-facing typos 5 years ago
JackWinNamedPipeServerNotifyChannel.h Fix some file header to have library side code use LGPL. 14 years ago
JackWinProcessSync.cpp Try more robust synchronization primitives in JackWinProcessSync. 12 years ago
JackWinProcessSync.h Cleanup. 12 years ago
JackWinSemaphore.cpp Move SYNC_MAX_NAME_SIZE in JackConstants.h, correct synchro primitives BuildName method. 11 years ago
JackWinSemaphore.h Include winsock2.h before windows.h, for mingw 4 years ago
JackWinServerLaunch.cpp FIx doxygen and user facing and non-facing typos 5 years ago
JackWinThread.cpp More flexible RT priority setup on Windows. 9 years ago
JackWinThread.h Include winsock2.h before windows.h, for mingw 4 years ago
JackWinTime.c Some 'jack_info' messages moved to 'jack_log' messages on Windows. 9 years ago
Psapi.Lib Correct multi server launch bug on Windows. 13 years ago
README FIx doxygen and user facing and non-facing typos 5 years ago
README_MINGW Update README_MINGW to reflect 2020 changes 3 years ago
getopt.c First import 18 years ago
getopt.h Cleanup, documentation. 16 years ago
getopt1.c Merge windows branch back to trunk. 16 years ago
jackaudioadapter.rc Version 1.9.11 started. 10 years ago
jackd.rc Version 1.9.11 started. 10 years ago
jackdummydriver.rc Version 1.9.11 started. 10 years ago
jackloopbackdriver.rc Version 1.9.11 started. 10 years ago
jacknetadapter.rc Version 1.9.11 started. 10 years ago
jacknetdriver.rc Version 1.9.11 started. 10 years ago
jacknetmanager.rc Version 1.9.11 started. 10 years ago
jacknetonedriver.rc Version 1.9.11 started. 10 years ago
jackportaudio.rc Version 1.9.11 started. 10 years ago
jackwinmme.rc Version 1.9.11 started. 10 years ago
libjack.rc Version 1.9.11 started. 10 years ago
libjacknet.rc Version 1.9.11 started. 10 years ago
libjackserver.rc Version 1.9.11 started. 10 years ago
resource.h Merge windows branch back to trunk. 16 years ago
resource_vc.h All Windows files switched to Unix line ending. 15 years ago

README

-------------------------------

JACK2 on Windows
-------------------------------

This folder contains all the windows specific sources.
You will also find two sets of files :
- VisualC++6 workspace and project files, in order to compile JACK with MSVC
- Code::Blocks (10.05) workspace and project files, in order to compile JACK with MingW

The built binaries will be located in '/Release/bin' (or '/Debug/bin' if you build the Debug target). Once compiled, you'll find there everything you need :
- the two 'libjack.dll' and 'libjackserver.dll', client and server jack libraries.
- the 'jackd.exe', main application : the JACK server
- the 'jack_xxx.exe' utilities and examples
- in the jack directory, you'll find the driver's DLL's ('jack_portaudio.dll', 'jack_dummy.dll', 'jack_winmme.dll', 'jack_net.dll' and 'jack_netone.dll') and some tools ('netmanager.dll', 'audioadapter.dll', 'netadapter.dll' for example)

In Code::Blocks all the projects are automatically built in a correct order (DLL's then apps) by doing 'build->build workspace'.
In VC6, you'll have to build the projects one by one.

The needed regexp library TRE can be found here http://laurikari.net/tre/. Unzip and place the "tre-0.8.0" folder into the "windows" folder.
Then edit and comment "#define snprintf sprintf_s" at the end off the "tre-0.8.0/win32/config.h" file before building the JACK project.

-------------------------------
Notes about VC and GCC versions
-------------------------------

The Visual Studio workspace is limited to VC6. JACK will not compile on most recent MSVC's. The fact is recent compilers (MSVC7, 8 or 9) don't agree with some of the JACK sources.
But now you can compile JACK using GCC, with MingW. The project is actually organized in a Code::Blocks workspace. This is a simple and efficient way to compile the whole project.

But for some reasons, you need to compile JACK using a SJLJ version of G++ (available on MingW website).
Current GCC/G++ version (3.4.5) doesn't includes SJLJ so you'll have to use another one.
JACK needs the use of SJLJ exceptions instead of DW2 because exceptions are exchanged between DLL's, and DW2 does not allow to throw an exception out of a DLL, so it wouldn't be cought.

The resources files has been created with ResEdit (ANSI build). VisualStudio uses 'ressource.rc' and 'ressource_vc.h'. The other files are used by MingW.

You can make a small installer ('setup.exe') with CreateInstallFree, a little freeware. For this you have the little script 'jack.ci' for 32 bits version and 'jack64.c' for mixed 64/32 bits version. The installer contains everything jack needs to be integrated in windows (including register entries and shortcuts).
A binary version of QJAckCtl is also included.

-------------------------------
Running JACK on Windows
-------------------------------

You can use two drivers : PortAudio and NetDriver.
The PortAudio backend allows the use of many soundcards, using ASIO, DirectSound or WMME drivers (any ASIO driver can be seen by PortAudio).
The NetDriver allows you to use NetJack2 on windows. Thus you can easily exchange midi and audio streams between computers (Linux, MacOSX or Windows).
In both cases, you have to use the minimalist :
'jackd -R -d ...' command. With PortAudio, you can have a list of supported drivers with :
'jackd -R -S -d portaudio -l'

Other options still stay the same.
You can also pick a binary of Qjackctl, but this is still in development.

-------------------------------
Running Jack on windows
-------------------------------

More information at : 'http://www.grame.fr/~letz/jackdmp.html'.

For any question or suggestion, you can refer to the mailing list 'jack-devel@jackaudio.org'
Enjoy JACK on windows... ;-)