Re: [LAD] Anyone testing the new TerminatorX release?

2010-02-01 Thread gerald mwangi
I'd rather suggest to use libmad for mp3's, since the old code did the same thing: Loading the files with external programs and piping them into tX. I wanted to get rid of that, cause it looks awfull in code. You can see it in audiofile.cpp. With sndfile and mad we have 2 libs for all common file

Re: [LAD] Anyone testing the new TerminatorX release?

2010-02-01 Thread gerald mwangi
I didn't consider this point, and its truly one to think about. But since major projects also use sndfile and mad (like ardour uses sndfile), and the use of them simplifies the code, I still favour them over using external apps. Another thing, we should better open a sourceforge project for tX

Re: [LAD] Anyone testing the new TerminatorX release?

2010-02-01 Thread Dave Phillips
Hi Gerald, tX works fine with Jack, sorry about the previous noise. Apparently an errant process kept tX from connecting, I'll see if I can recreate the conditions. Btw, when tX opens it reports: tX_error: tX_jack_client::srate() jack changed samplerate - ignored. Is the sr for tX

Re: [LAD] Anyone testing the new TerminatorX release?

2010-02-01 Thread Paul Davis
On Mon, Feb 1, 2010 at 6:46 AM, Dave Phillips dlphill...@woh.rr.com wrote: Hi Gerald, tX works fine with Jack, sorry about the previous noise. Apparently an errant process kept tX from connecting, I'll see if I can recreate the conditions. Btw, when tX opens it reports:    tX_error:

Re: [LAD] Anyone testing the new TerminatorX release?

2010-02-01 Thread gerald mwangi
That sound logic. Since I haven't really gotten in all Parts of the code, i haven't figured it out yet. This week I want start a redesign of the audioengine, to meet the demands of other Users and mine, that is full stereo handling of each turntable and individual jack outputs. I'll adress this

Re: [LAD] audio function generator

2010-02-01 Thread Maitland Vaughan-Turner
Kjetil S. Matheussen k.s.matheus...@notam02.no sez: Maybe. But I would say something like this: http://www.pawfal.org/Software/fastbreeder/ would be more fitting for actually being an audio function generator. Oh man! That is glitchtastic! I love you!

[LAD] Building fastbreeder, was function generators

2010-02-01 Thread Gordon JC Pearce
Since the last release of fastbreeder is now about four years old it won't compile out of the box. To get it to compile *at all* you need to add: #include cstdlib somewhere at the top of Synth.cpp. I could spend more time getting it to compile cleanly, but like that it works. Gordon MM0YEQ

[LAD] [ANN] Aqualung 0.9beta11 released

2010-02-01 Thread Tom Szilagyi
It is my pleasure to announce the latest release of Aqualung, an advanced, cross-platform, gapless music player. This release adds some features and many bugfixes - all users are encouraged to upgrade. Please see the Aqualung website for general information, downloads, documentation etc:

[LAD] setting a runlevel at the boot prompt?

2010-02-01 Thread Jörn Nettingsmeier
hi everyone! here's a question for sysadmin type low-latency adepts: i have a general-purpose notebook that doubles as a lean and mean recording machine. it's opensuse, which means it works nicely with most bells and whistles, but it also has an awful lot of questionable stuff running that

Re: [LAD] setting a runlevel at the boot prompt?

2010-02-01 Thread Karsten Wiese
since the runlevel corresponds with the need for a ll kernel, i wonder: is there any way to tell the kernel (via grub) to tell init to ignore the initdefault in /etc/inittab and go directly to runlevel $FOO? just append a 4 to the grub's boot entry, no? regards, karsten

Re: [LAD] setting a runlevel at the boot prompt?

2010-02-01 Thread Ray Rashif
2010/2/2 Jörn Nettingsmeier netti...@folkwang-hochschule.de: hi everyone! here's a question for sysadmin type low-latency adepts: i have a general-purpose notebook that doubles as a lean and mean recording machine. it's opensuse, which means it works nicely with most bells and whistles,