Sometimes jack fails to make a connection. jack.plumbing dies when this
happens. Quite inconvenient as I usually don't notice for a while, have
to figure out what happened and restart jack.plumbing.
There is no reason for jack.plumbing to die because of this. It can try
to connect again later, when hopefully it is allowed.
Patch #1 attached fixes this issue.
While I'm at it: I was getting sick and tired of seeing
Rule file not modified: '/etc/jack.plumbing'.
Rule file not modified: '/home/mhabets/.jack.plumbing'.
all the time in my logging window. So patch #2 removes this info.
It seems totally useless info to me anyway.
Hopefully you find these usefull. Below is some before and after data.
Thanks,
Martin Habets
---------------------------------------------------------------------------
Before:
Rule file not modified: '/etc/jack.plumbing'.
Rule file not modified: '/home/mhabets/.jack.plumbing'.
Rule file not modified: '/etc/jack.plumbing'.
Rule file not modified: '/home/mhabets/.jack.plumbing'.
Rule file not modified: '/etc/jack.plumbing'.
Rule file not modified: '/home/mhabets/.jack.plumbing'.
Rule file not modified: '/etc/jack.plumbing'.
Rule file not modified: '/home/mhabets/.jack.plumbing'.
Connect: 'sooperlooper_1:loop0_out_1' -> 'alsa_pcm:playback_1'.
cannot connect ports owned by inactive clients; "sooperlooper_1" is not active
jack_connect() failed: 'sooperlooper_1:loop0_out_1' -> 'alsa_pcm:playback_1'
jack.plumbing dies
After:
cannot connect ports owned by inactive clients; "jack_rack_5735" is not active
cannot connect ports owned by inactive clients; "jack_rack_5735" is not active
cannot connect ports owned by inactive clients; "jack_rack_5735" is not active
Connect: 'jack_rack_5735:out_1' -> 'alsa_pcm:playback_1'.
cannot connect ports owned by inactive clients; "jack_rack_5735" is not active
jack_connect() failed: 'jack_rack_5735:out_1' -> 'alsa_pcm:playback_1'
Connect: 'jack_rack_5735:out_2' -> 'alsa_pcm:playback_2'.
cannot connect ports owned by inactive clients; "jack_rack_5735" is not active
jack_connect() failed: 'jack_rack_5735:out_2' -> 'alsa_pcm:playback_2'
**** alsa_pcm: xrun of at least 18.475 msecs
**** alsa_pcm: xrun of at least 0.257 msecs
Connect: 'jack_rack_5735:out_1' -> 'alsa_pcm:playback_1'.
Connect: 'jack_rack_5735:out_2' -> 'alsa_pcm:playback_2'.
Please note that the ICMC 2005 ( September / Barcelona ) paper
submission is less than 10 days away! We urge everyone to post their
papers to the suvisoft system as soon as possible to prevent any last
minute problems.
For details on submissions see http://www.icmc2005.org/
You can also contact Bram de Jong <bdejong(a)iua.upf.es> if you need more
details or extra information.
kindest regards,
The ICMC 2005 team
Hi all,
I was just wondering whether anyone had an idea what could be done with the
following error:
1) I start vstserver (all is installed fine from Thac's rpms on Mdk 10.0
box)
2) I get the usual info about trying to re-run the vstserver if it hangs for
40 secs or if it continually tries to reload the same plugin
3) The next message is something like this (sorry currently away from my
Linux box):
Trying to load NorthPole.dll
wine: L"E://whatever-path/NorthPole.dll" is not an executable
and keeps retrying approx. every 10 seconds.
Obviously following the initial advice I try to restart vstserver, but no
matter how many times I try it keeps failing in the same way.
Vstserver version is 0.3.1. Wine is ~April 2004 (whatever Thac has).
Jack_fst works just fine. $VST_PATH is properly set.
Any ideas?
Many thanks!
Best wishes,
Ivica Ico Bukvic, composer & multimedia sculptor
http://meowing.ccm.uc.edu/~ico/
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
Hi,
this release adds another dependency: libDSP 5.0.1. This version of
libDSP provides an optimized complex multiply-add which drops dsp usage
for a 1 sec stereo IR from 14 to 11% on my 1.2 ghz athlon (133mhz sdram)
at a jack periodsize (= partition size) of 2048 frames..
grab it at:
http://www.affenbande.org/~tapas/wiki/index.php?jack_convolve
--
Palimm Palimm!
http://affenbande.org/~tapas/
I know some word of mouth has already gone around about the new
SooperLooper, but I might as well make a public announcement
about it sometime. That time is now.
http://essej.net/sooperlooper/
SooperLooper is a live looping sampler capable of immediate loop
recording, overdubbing, multiplying, reversing and more. It
allows for multiple simultaneous multi-channel loops limited only
by your computer's available memory. The feature-set and
operation was inspired by the impressive Gibson Echoplex Digital
Pro (EDP). When used with a low-latency audio configuration it
is capable of truly realtime live performance looping.
SooperLooper is currently supported on Linux/Unix and OS X
platforms that support JACK (http://jackit.sf.net).
The application is a standalone JACK client with an engine
controllable via OSC and MIDI. It also includes a GUI which
communicates with the engine via OSC (even over a network) for
user-friendly control on a desktop. However, this kind of live
performance looping tool is most effectively used via hardware
(midi footpedals, etc) and the engine can be run standalone on a
computer without a monitor. A few sample MIDI binding presets
are supplied, including a basic EDP Loop IV binding.
Future plans include possible DSSI, VST or AU plugin versions
for all appropriate platforms, with some reduction in flexibility
from the JACK version.
You might compare it to the recently released FreeWheeling, which
is an excellent tool when looping with lots of multiple
simultaneous loops. SooperLooper is more suited for
detailed live manipulation of a given loop, although it also
supports multiple simultaneous looping.
This software is licensed under the GPL. You are welcome to copy
it, give copies to your friends, modify it, throw it away, etc.
But if you find it useful, then please consider making a
donation.
Please don't hesitate to give me feedback, and have fun....
Jesse Chappell
Liblo, the Lite OSC library, is an implementation of the Open Sound
Control [1] protocol for POSIX systems. It is written in ANSI C99 and
released under the GNU General Public Licence. It is designed to make
developing OSC applictions as easy as possible.
http://plugin.org.uk/liblo/
Changes:
Patch from Jesse Chappell to fix memory leak
Ability to directly reply to the sender of a UDP message
Preliminary support for the OSC method enumeration scheme
- Steve
[1] http://www.cnmat.berkeley.edu/OpenSoundControl/
On Mon, 2005-21-02 at 09:15 +0000, Steve Harris wrote:
> On Sun, Feb 20, 2005 at 10:10:43 +0100, torbenh(a)gmx.de wrote:
> >
> > hi...
> >
> > work and fst continued, and i was able to test some vsti synth.
> > i am totally flashed by arpegiators and i ask myself if we have one for
> > linux ?
> >
> > does dssi provide for tempo sync stuff as required be arpegs and
> > adjusted delays ?
>
> Other than the stuff you get from MIDI, no.
>
> It would be a candidate for well-known ports in LADSPA I guess, tempo and
> sync ports. There aren;t many tempo based effects in LADSPA or DSSI
> though.
(Brought over from LAU)
I've been wondering about this (Om will have a [jack] transport module)
- what would the ideal ports would be.. BPM? ms/quarter note? bar
length (in what unit?)?
Personally I use more low level things and use math plugins (to set,
say, delay time in ms) so it doesn't matter to me much, but what would
be most useful for higher level DSSI plugins that do automatic "tempo
sync" ala what some vsts seem to do?
I was thinking "ms/note" (leaving "note" up to interpretation) and
"notes/bar" perhaps? It would be nice to come to an agreement to avoid
another V/Oct vs Hz nuisance.
-DR-
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Friends:
Has been created LAU-es, Linux Audio Users spanish. Our propose is to
create a comunity of amateurs and audio profesionals and let every knwon
about all goods things (and give a hand to solved some bad things ;) )of
our loved SO in audio aplicattions
To suscribe, go to:
https://listas.linux.org.ar/cgi-bin/mailman/listinfo/lau-es
Please spread it!!
Amigos:
se acaba de crear la lista LAU-es, Linux Audio Users en español. La
idea es crear una comunidad de usuarios de audio en Linux (tanto
amateurs como audio profesional), y difundir las bondades (y dar una
mano para resolver las no tan bondades) de nuestro querido SO en el
audio profesional.
Para suscribirse, hay que ir a:
https://listas.linux.org.ar/cgi-bin/mailman/listinfo/lau-es
Por favor, el que pueda, que haga difusión de la misma.
- --
Leandro Monk
Miembro del CaFeLUG
www.cafelug.org.ar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCGLfHpYloOBnHLswRArwgAJ9bvLU3E0A/BL+4AIWbirq9BlCzAQCguZvL
zA6CmqZUy5X6cIFesqtZG8A=
=zY8I
-----END PGP SIGNATURE-----