David Adler wrote:
> Is jack running?
>   

To be sure that the messages by jackd are okay you can run

pidof jackd

If there is no number displayed, then jackd isn't running.

To see the activity of your system run

top

Sometimes you should see there jackd. You can stop top by Ctrl + C.
Maybe you like to install htop and atop, they are more confortable than top.

> jack_connect ecasound:out_1 alsa_pcm:capture_1
> jack_connect ecasound:out_2 alsa_pcm:capture_2
>   

*lol* I read something about jack_connect should be a "example" client,
I should have checked
jack_connect --help
usage: jack_connect <src_port> <dst_port>
The source port must be an output port of the source client.
The destination port must be an input port of the destination client.

> Putting all this in a little script will give you a 'plug and play'
> reverb or whatever required
>   

I again recommend to use jack_snapshot.

http://tapas.affenbande.org/wordpress/?page_id=14

Download

http://tapas.affenbande.org/jack_snapshot/jack_snapshot-0.0.3.tgz

If you need help to compile it, I'll help you. This one is very easy to
compile.

If you aren't able to compile it you can get the bin from me by an
off-list mail.

I have a version for Suse 11.0 and a self compiled for my 64 Studio 2.1
(default Etch).
I don't have jack_snapshot for my 64 Studio 2.1 (Lenny). Even if the
bins of Suse and 64 Studio 2.1 default differs, I can use both for my 64
Studio 2.1 Lenny, so the 64 Studio 2.1 default version should be fine
for your Hardy.

[EMAIL PROTECTED]:~$ diff /mnt/DAW2.1/usr/bin/jack_snapshot
/mnt/suse11.0_sata/usr/bin/jack_snapshot
Binary files /mnt/DAW2.1/usr/bin/jack_snapshot and
/mnt/suse11.0_sata/usr/bin/jack_snapshot differ
[EMAIL PROTECTED]:~$ jack_snapshot
bash: jack_snapshot: command not found
[EMAIL PROTECTED]:~$ /mnt/suse11.0_sata/usr/bin/jack_snapshot store
TEST1.jsnap
Jack connection snapshot [(C) 2004 - inf. Florian Schmidt]
Enhanced3DNow! detected
SSE2 detected
Storing connection state to file: TEST1.jsnap
Done.
[EMAIL PROTECTED]:~$ /mnt/DAW2.1/usr/bin/jack_snapshot store TEST2.jsnap
Jack connection snapshot [(C) 2004 - inf. Florian Schmidt]
Enhanced3DNow! detected
SSE2 detected
Storing connection state to file: TEST2.jsnap
Done.
[EMAIL PROTECTED]:~$ /mnt/suse11.0_sata/usr/bin/jack_snapshot restore
TEST1.jsnap
Jack connection snapshot [(C) 2004 - inf. Florian Schmidt]
Enhanced3DNow! detected
SSE2 detected
Clearing connections
Restoring connection state from file: TEST1.jsnap
Done.
[EMAIL PROTECTED]:~$ /mnt/DAW2.1/usr/bin/jack_snapshot restore TEST2.jsnap
Jack connection snapshot [(C) 2004 - inf. Florian Schmidt]
Enhanced3DNow! detected
SSE2 detected
Clearing connections
Restoring connection state from file: TEST2.jsnap
Done.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users

Reply via email to