Re: [LAD] Open-source Band-in-a-Box replacement

2013-06-30 Thread Conrad Berhörster
Hallo Mike, On Thursday 27 June 2013 08:41:22 Michael Niemeck wrote: [..] what of bars with a chord change on every beat, such as happens often in Jazz, especially in turnarounds and the like? The bass player will miss every other chord! Sure, you could add a rule like well it depence on

Re: [LAD] Good Mixer Library

2011-04-01 Thread Conrad Berhörster
Hi all, Op den Freedag 01 April 2011 Klock 10:59:05 hett Rui Nuno Capela schreven: On 04/01/2011 09:34 AM, Patrick Shirkey wrote: On 04/01/2011 07:23 PM, Gerald Mwangi wrote: Ok First of all, I'm NOT planning on making tX an Ableton Live on Linux. I actually want to keep the basic

Re: [LAD] Good Mixer Library

2011-03-28 Thread Conrad Berhörster
Hi Gerald, Op den Sünnavend 26 März 2011 Klock 18:13:09 hett Gerald Mwangi schreven: Hi, I'm messing arround with the source of TerminatorX. As it seems, tX needs a total rewright of the mixer and the audio backend. Since many programs (Ardour, Qtracktor) have built mixers, I was wondering

[LAD] resampling with sp/dif

2010-04-19 Thread Conrad Berhörster
Hello, i want to grab some external sources (cdplayer) with jack. i run a jack instance with 48000 Hz and it works perfectly with my cd player and ardour. but if i take a cheaper cdplayer, the signal will only be came in with 44100, because there seems no resample and sync between the master

Re: [LAD] resampling with sp/dif

2010-04-19 Thread Conrad Berhörster
Hello Fons, thank you for your answer Am Montag 19 April 2010 14:32:45 schrieb f...@kokkinizita.net: Jack clients all see the same sample rate and buffer size, so the resampling would need to be done in the backend (the 'driver' that links Jack to ALSA or FFADO). Since i'm using ALSA, i

Re: [LAD] resampling with sp/dif

2010-04-19 Thread Conrad Berhörster
Hello Joshua, Am Montag 19 April 2010 17:07:35 schrieb Joshua Boyd: On Mon, Apr 19, 2010 at 12:38:35PM +0200, Conrad Berh?rster wrote: Hello, i want to grab some external sources (cdplayer) with jack. i run a jack instance with 48000 Hz and it works perfectly with my cd player and

[LAD] is this a compiler issue??

2009-08-19 Thread Conrad Berhörster
Hello all, i have written a channel class, which collects data from (file) sources and copies it to a buffer. Jack will get this buffer and put it into his streams. So far, I think, this is a normal design with the following code for (unsigned int n = 0; n nframes; ++n) {

Re: [LAD] is this a compiler issue??

2009-08-19 Thread Conrad Berhörster
Hello Tim, On Wednesday 19 August 2009 12:37:36 Tim Goetze wrote: It'd be a lot more helpful to see the full source but from what you're writing I'd be willing to bet you're encountering denormals. geeh, good point. So there is no opponent in betting with you ;=) anyway, as i have a quick

Re: [LAD] is this a compiler issue??

2009-08-19 Thread Conrad Berhörster
Hello Tim, On Wednesday 19 August 2009 15:48:58 Tim Goetze wrote: [Conrad Berhörster] On Wednesday 19 August 2009 12:37:36 Tim Goetze wrote: It'd be a lot more helpful to see the full source but from what you're writing I'd be willing to bet you're encountering denormals. geeh, good

Re: [LAD] is this a compiler issue??

2009-08-19 Thread Conrad Berhörster
Hello Fons, On Wednesday 19 August 2009 14:34:45 Fons Adriaensen wrote: if (volume 1e-10f) { memset (pBuffer, 0, nframes * sizeof (float)); } else { for () // etc. } this is a cool trick to save some CPU. thanks for that hint. If you still have this problem with the volume

Re: [LAD] jack disconnecting my app

2007-06-20 Thread Conrad Berhörster
the loader thread to update the GUI, its getting better. looking/locking further c~ -- Conrad Berhörster TONCAT ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev

[LAD] jack disconnecting my app

2007-06-13 Thread Conrad Berhörster
Hello all, i have written an jackified application for a customer. the main application play a couple of audiofiles (wav) with some effects and filters. Everything works fine so far. From time to time, while loading some more files, jack disconnects my application. the loading process is a