|
|
@@ -20,9 +20,9 @@ It is compiled from the latest CVS version which is using QT4 framework. To uses |
|
|
|
|
|
|
|
- in Setup/Misc, check the "Start JACK audio server at application startup" box
|
|
|
|
|
|
|
|
- quit qjackctl.exe and start is again, it should now launch the jack server. Quitting the qjackctl.exe will now close the jack server.
|
|
|
|
- quit QJACKCTL and start is again, it should now launch the jack server. Quitting QJACKCTL will now close the jack server.
|
|
|
|
|
|
|
|
Starting the jack server with another audio device installed on the machine (like an ASIO card) can now be done directly in qjackctl.
|
|
|
|
Starting the jack server with another audio device installed on the machine (like an ASIO card) can now be done directly in QJACKCTL.
|
|
|
|
A ">" button at the right of the interface button allows to list the name of all available devices, driven either by "MME", "DirectSound", or "ASIO".
|
|
|
|
Alternatively using the following command allows to display the names of available devices:
|
|
|
|
|
|
|
@@ -30,7 +30,7 @@ Alternatively using the following command allows to display the names of availab |
|
|
|
|
|
|
|
Then start jackd with the device you want, by using its name, for example:
|
|
|
|
|
|
|
|
- jackd -R -S -d portaudio -d "ASIO::MOTU Audio ASIO", then start qjackctl. qjackctl will see the jackd server already running and then can be used normally.
|
|
|
|
- jackd -R -S -d portaudio -d "ASIO::MOTU Audio ASIO", then start QJACKCTL. QJACKCTL will see the jackd server already running and then can be used normally.
|
|
|
|
|
|
|
|
|
|
|
|
=============================================
|
|
|
@@ -47,9 +47,9 @@ QJACKCTL MIDI connection windows can then be used. |
|
|
|
JackRouter JACK/ASIO driver
|
|
|
|
=============================================
|
|
|
|
|
|
|
|
JackRouter is an ASIO driver that allows any ASIO compatible application to become a JACK client, thus exchange audio with any other "native" or "Jackified" application. This driver is registered in the system by the installer and becomes available in the list of ASIO drivers when the JACK server is running. A "JackRouter.ini" configuration file allows the application to confgiure how the JackRouter driver behaves.
|
|
|
|
JackRouter is an ASIO driver that allows any ASIO compatible application to become a JACK client, thus exchange audio with any other "native" or "Jackified" application. This driver is registered in the system by the installer and becomes available in the list of ASIO drivers when the JACK server is running. A "JackRouter.ini" configuration file allows the application to configure how the JackRouter driver behaves.
|
|
|
|
|
|
|
|
- [IO]: the application can obtain any number if JACK input/output ports (not necessarilly equal to the audio card input/output number). [Note that some applications force their input/output channel number].
|
|
|
|
- [IO]: the application can obtain any number if JACK input/output ports (not necessarily equal to the audio card input/output number). [Note that some applications force their input/output channel number].
|
|
|
|
|
|
|
|
- [AUTO_CONNECT] : when 1, the application JACK port will automatically be connected to the machine input/output JACK ports.
|
|
|
|
|
|
|
|