Hi,
I'm trying to compile the devel_0_37 CVS with jack support. The ./configure didn't complain about anything, but when I ran PD there was no option for jack. I went back and did make clean and configured again:
./configure --prefix=$HOME/ --enable-jack=yes --enable-threadedgui=yes --with-x
and noticed these lines:
checking for jack_set_xrun_callback in -ljack... (cached) no checking for jack_set_error_function in -ljack... (cached) no
I have libjack0.80.0-0 and libjack0.80.0-dev installed via apt-get. This is on Debian kernel 2.6.6
Any suggestions?
Thanks, Ian Smith-Heisters
Thanks for the help ;) but I've solved this problem. Changed the libdir, but that didn't work. Then realized it was cached, deleted the configure.cache and it worked. I'm still new to these compilation things.
Thanks anyway, Ian
Ian Smith-Heisters wrote:
Hi,
I'm trying to compile the devel_0_37 CVS with jack support. The ./configure didn't complain about anything, but when I ran PD there was no option for jack. I went back and did make clean and configured again:
./configure --prefix=$HOME/ --enable-jack=yes --enable-threadedgui=yes --with-x
and noticed these lines:
checking for jack_set_xrun_callback in -ljack... (cached) no checking for jack_set_error_function in -ljack... (cached) no
I have libjack0.80.0-0 and libjack0.80.0-dev installed via apt-get. This is on Debian kernel 2.6.6
Any suggestions?
Thanks, Ian Smith-Heisters
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
ecktribe - just another drum machine.
analogish (amatureish?) groove box-style drum machine and sequencer. loosely modeled on the korg electribe er-1.
features: [pool] based parameter/patch save and retrieve.
49 combos of voice+mod.
very modular, abstraction-based design (should be very easy to mod to sequence/control your sound dealies.)
multi-routable effects chain.
midi trigger and recording - default config is for spd-6 drum pad triggering, and voice param control mapped to the NRPN's of the er-1. should be easy to use these as guidelines to map to your midi hardware.
[switch~]'ed audio routing for low cpu overhead (eats about 45% of a intel p3 500 now.)
requires: pool (from current CVS if you want to save negative mod params) expr
optional: LADSPA (amPitchshift, smooth_decimate_1414, freeverb3)
acknowledgments: josh steiner -- for inspiring me with his super neat io2 project in the wayback.
frank barknecht -- for the footils tut, and raddical. (although i never used raddical - it clued me into the fact that general parameter and state info could actually be managed in a manageable way. i'm a diy kinda guy, so i had to do it on my own. his state system is guaranteed to kick mine's ass.)
t. grill -- for pool
all yalls -- for this list
my mom, your mom, the academy...
if you care to, let me know what you think/would fix/would toss:
http://puredata.info/Members/shift8/ecktribe_screenshot/image_view http://puredata.info/Members/shift8/ecktribe.tar.gz/download
-star