Re: [LAD] PHASEX-0.10.2

2007-05-20 Thread Nedko Arnaudov

if test -f ./phasex.desktop; then \
  /bin/install -c -m 644 ./phasex.desktop /usr/share/phasex; \
  desktop-file-install --vendor=sysex --add-category="Audio" 
--add-category="AudioVideo" \
--add-category="X-MIDI" --add-category="X-JACK" ./phasex.desktop; \
fi
/bin/sh: line 2: desktop-file-install: command not found
make[2]: *** [install-data-local] Error 127
make[2]: Leaving directory `/home/nedko/sandbox/phasex-0.10.2'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/nedko/sandbox/phasex-0.10.2'
make: *** [install-recursive] Error 1

I'm able to run what is installed. I still get segfault on exit.

-- 
Nedko Arnaudov 


pgp4yTSGGQCeI.pgp
Description: PGP signature
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev


[LAD] knowing JACK

2007-05-20 Thread Dave Phillips

Greetings:

Some time ago I wrote a rather lengthy user-level introduction to JACK. 
It was published in a German Linux magazine, and I'd now like to put the 
original on the Web. However, it surely needs updated, so I've placed 
its current condition on-line here :


   http://linux-sound.org/knowing-jack.html

At this time I'm looking for corrections and additions to the main text. 
I've purposefully left out the screenshots, I'll update them myself 
after the text is up to date.


I'm not using FreeBob or JackMIDI and would apprciate any information 
readers think should go into the article.


Please advise if any information regarding the QJackCtl audio options 
needs changed. Users often wonder what all those checkboxes actually do, 
and I'd like to give them the right info.


Btw, this artice is *not* planned for publication again, and I'll 
happily place it under a CC license if desired by the community. If 
acceptable I'd like it to go on the linuxaudio.org site.


Feel free to respond to the lists or directly to me.

Best,

dp

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev


[LAD] [ANN] pyliblo 0.6

2007-05-20 Thread Dominic Sacré
pyliblo is a Python wrapper for the liblo OSC library. It supports almost 
the complete functionality of liblo, allowing you to send and receive OSC 
messages using a nice and simple Python API.

New features in version 0.6:

* added support for bundles and timestamps
* support additional OSC data types (midi, timetag, symbol,
  true/false/nil/infinitum)
* alternative way for registering callback methods, using nifty Python
  decorators

Get it here:
http://das.nasophon.de/pyliblo/


Cheers,
Dominic
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev