Re: [linux-audio-dev] TAP EQ problems

2005-08-04 Thread Doug McLain
Jan Depner wrote: On Wed, 2005-08-03 at 14:47, Doug McLain wrote: There appears to be a serious problem with tap eq and ardour. Given a session with 8 mono tracks, and 6 of them running thru tap eq, I get near total gui freeze and/or jack disconnection when I stop rolling or when moving the pl

Re: [linux-audio-dev] TAP EQ problems

2005-08-04 Thread Tim Goetze
[Alfons Adriaensen] >Interesting. So again I'm inclined to think that the reported problem is >due to denormals. > >I usually do a very blunt ... + 1e-20 at strategic places. So far, nobody >has complained about the DC offset :-) Similar approach works fine here, too (flipping the sign of the ad

[linux-audio-dev] Re: Libs for reading/writing midis

2005-08-04 Thread Will Woodruff
On 8/4/05, Will Woodruff <[EMAIL PROTECTED]> wrote: > It seems like every single linux midi app has it's own code for > reading/writing midi files. What's up with that? Are there no quality > libraries? > Oops, sorry about that. My browser crashed and I didn't realize the first message got throug

[linux-audio-dev] Libs for reading/writing midis

2005-08-04 Thread Will Woodruff
There have got to be some decent libraries for this, but it seems like almost every linux midi app has its own code for reading and writing midi files. What's up with that? What do you guys recommend?

Re: [linux-audio-dev] Libs for reading/writing midis

2005-08-04 Thread Lee Revell
On Thu, 2005-08-04 at 16:56 +, Will Woodruff wrote: > It seems like every single linux midi app has it's own code for > reading/writing midi files. What's up with that? Are there no quality > libraries? It seems like every single Windows audio app has to support like 6 different audio backends

[linux-audio-dev] Libs for reading/writing midis

2005-08-04 Thread Will Woodruff
It seems like every single linux midi app has it's own code for reading/writing midi files. What's up with that? Are there no quality libraries?

Re: [linux-audio-dev] TAP EQ problems

2005-08-04 Thread Alfons Adriaensen
On Thu, Aug 04, 2005 at 03:44:57PM +0100, Simon Jenkins wrote: > That FLUSH_TO_ZERO macro doesn't always work though: > > http://music.columbia.edu/pipermail/linux-audio-dev/2003-August/004581.html > > Unfortunately the "fix" I suggest at the bottom of that mail doesn't always > work either (it

Re: [linux-audio-dev] TAP EQ problems

2005-08-04 Thread Simon Jenkins
Alfons Adriaensen wrote: On Thu, Aug 04, 2005 at 08:34:59AM -0500, Andres Cabrera wrote: Maybe it's denormal problems? You can try adding a noise generator set to a very low level before the plugin, and see if this fixes it. But I would think the tap plugins were denormal safe... That was my

Re: [linux-audio-dev] TAP EQ problems

2005-08-04 Thread Alfons Adriaensen
On Thu, Aug 04, 2005 at 08:34:59AM -0500, Andres Cabrera wrote: > Maybe it's denormal problems? You can try adding a noise generator set > to a very low level before the plugin, and see if this fixes it. > But I would think the tap plugins were denormal safe... That was my first idea as well, sin

Re: [linux-audio-dev] TAP EQ problems

2005-08-04 Thread Andres Cabrera
Maybe it's denormal problems? You can try adding a noise generator set to a very low level before the plugin, and see if this fixes it. But I would think the tap plugins were denormal safe... Andres On Wed, 2005-08-03 at 14:47, Doug McLain wrote: > There appears to be a serious problem with tap eq

[linux-audio-dev] The Emacs saga continues: Music editing and programming

2005-08-04 Thread Mario Lang
Hi. IIRC, I already told of my plans to write a midi.el for Emacs Lisp to handle MIDI file data in Emacs directly on LAD. This idea has been recently supersceeded by something much more powerful, the marriage of CommonMusic and Emacs. SLIME is the key, SLIME makes it possible! I've been recentl