Remastersys and AVLinux Forum
June 19, 2013, 02:27:25 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: AV Linux depends on user donations to survive.
Please help us keep the AV Linux project alive.
http://www.bandshed.net/AVLinux.html
 
   Home   Remastersys Home Remastersys downloads Donate Login Register AV LINUX Home Help Search  
Pages: [1]
  Print  
Author Topic: JACK Audio Connection Kit - Qt GUI Interface Version: 0.3.9  (Read 374 times)
0 Members and 1 Guest are viewing this topic.
joe k
Hero Member
*****
Offline Offline

Posts: 124


« on: June 03, 2012, 12:00:33 PM »

THe new Jack
JACK Audio Connection Kit - Qt GUI Interface Version: 0.3.9

I got a couple of questions. In the setup tab there's a new server suffix how is that used ?
and in options/scripting what would you put there ?
I only want info as pertains to AVlinux .


Thanks


Logged
Grooveschmied
Sr. Member
****
Offline Offline

Posts: 77



WWW
« Reply #1 on: June 05, 2012, 10:05:41 AM »

Hi joe,
regarding the server suffix I can't tell you what this is all about. The script thingy can be used right before starting a record session to start the HDSPMixer, e.g., a software mixer designed for RME Hammerfall H-DSP sound devices, since this proggy has to be started at leats once after system start resp. reboot to initiate the sound device. This is a special "feature" of the Hammerfall. They say it has a story..., I don't know. The mixer itself isn't needed during record sessions. It just initiates the device when being started. Therefore the script section can be usefull to run extra programs some sound devices may need for proper functionality.
Hope, that helps.
Tom
Logged
varpa
Hero Member
*****
Offline Offline

Posts: 341


« Reply #2 on: June 05, 2012, 11:34:53 AM »

The QJackCtl project web page (http://qjackctl.sourceforge.net/) says this about the server suffix, though unfortunately I don't find it especially illuminating:

A new so called "Server Suffix" parameter option appears to rescue on the situations where QjackCtl falls short on extra, exquisite and/or esoteric command line options eg. (net)jack1/2 differences.

If you know what that means, do tell.

The start up script is a place to put in additional commands to run when Jack starts.  I recommend everyone do this:
 /usr/bin/a2jmidid -e &    #start a2jmidid to create connections between Alsa and Jack midi

I also have other stuff related to setting up particular hardware I have, depending on what I've plugged in at the time.
Logged
joe k
Hero Member
*****
Offline Offline

Posts: 124


« Reply #3 on: June 05, 2012, 02:28:08 PM »

Good idea Varpa on the script for a2jmidid -e  I wonder if you can put a series of commands their I need to play around
with that .
Logged
trulan
Global Moderator
Hero Member
*****
Offline Offline

Posts: 875


« Reply #4 on: June 05, 2012, 08:26:06 PM »

You can put a series of commands if you want to, though it's much easier and cleaner in my opinion to put your series of commands in a bash script and save it in /usr/local/bin.  Then you just have to point qjackctl to your script (for example, /usr/local/bin/startstudio.sh).  That way you can modify it, back it up, etc., with a whole lot less hassle.
Logged
joe k
Hero Member
*****
Offline Offline

Posts: 124


« Reply #5 on: June 06, 2012, 09:27:01 AM »

Trulan
 
That's a great idea . But I have know idea how to write a bash script. Do you have an example I could use?

Thanks
jk     


Logged
varpa
Hero Member
*****
Offline Offline

Posts: 341


« Reply #6 on: June 06, 2012, 11:50:09 AM »

Here is a minimal script to start aj2midid:

#!/bin/bash
### start a2jmidid if is not running
/usr/bin/a2jmidid -e &

Put this in a file and set the executable bit on it: chmod u+x <file>

You can test the script in a command line by running it like this:
$ ./<file>

There are many online references on how to write bash scripts.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!