JACK (Windows) - Adding Audio Ports to a program?! [e.g. Ableton Live 8]
Home :: General Discussion :: JACK (Windows) - Adding Audio Ports to a program?! [e.g. Ableton Live 8]Reply
JACK (Windows) - Adding Audio Ports to a program?! [e.g. Ableton Live 8] Posted on: 28.09.2012 by Werner Kust Hello community
,I'm currently messing with JACK on Windows. For any of you who don't know what that is, see http://jackaudio.org/. I set it up by using PortAudio as a driver and defining "ASIO:Creative ASIO" (Creative Soundblaster X-Fi Titanium user) in the startup options of the JACK PortAudio server. Also, got every involved program running as admin (Win7 user). The parameters in the JACK Setup of qjackctl.exe, commonly reffered to as Jack Control, don't matter that much, but you can set 1024 as the port maximum Now let's take Ableton Live 8 as an example. In there, I set up JackRouter as an ASIO audio device. Now, by default, you can't get more than 4 out and 4 in ports out of Live. Writing more out and in ports in the patchbay doesn't help, because that's just XML code, but doesn't change anything to JACK itself. So how do you get more? There's a damn easy solution to this: In Jack's program directory, there's a folder called 32bits, and in there, a file called JackRouter.ini. Open it, and you could guess what has to be changed, couldn't you? Code:
[IO] input=4 output=4 [AUTO_CONNECT] input=1 output=1 Hope that helped, needforseeed | |
Werner Kust 28.09.2012 | Hello community
, I'm currently messing with JACK on Windows. For any of you who don't know what that is, see http://jackaudio.org/. I set it up by using PortAudio as a driver and defining "ASIO:Creative ASIO" (Creative Soundblaster X-Fi Titanium user) in the startup options of the JACK PortAudio server. Also, got every involved program running as admin (Win7 user). The parameters in the JACK Setup of qjackctl.exe, commonly reffered to as Jack Control, don't matter that much, but you can set 1024 as the port maximum Now let's take Ableton Live 8 as an example. In there, I set up JackRouter as an ASIO audio device. Now, by default, you can't get more than 4 out and 4 in ports out of Live. Writing more out and in ports in the patchbay doesn't help, because that's just XML code, but doesn't change anything to JACK itself. So how do you get more? There's a damn easy solution to this: In Jack's program directory, there's a folder called 32bits, and in there, a file called JackRouter.ini. Open it, and you could guess what has to be changed, couldn't you? Code:
[IO] input=4 output=4 [AUTO_CONNECT] input=1 output=1 Hope that helped, needforseeed |
<< Back to General DiscussionReply