Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-05 Thread Jeremy Salwen
It seems like the preferences window is not fully working yet, now that I test it. It's hard to tell these things, because python doesn't throw the error until you attempt to execute every code path. If it is ported to gtk2, then I would suggest not distributing gtk/pygtk/gobject with ceres becau

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-05 Thread Kjetil S. Matheussen
Thank you. I'll look at it. On Wed, 4 May 2011, Jeremy Salwen wrote: Hmm... I still seem to be getting a segfault on line 195 of undo.c: while(num_undos!=0 && num_undos>UNDO_getMaxNumUndos()){ struct Undo_transform *ut=(struct Undo_transform*)UndoRoot.next; struct Undo *temp=UndoRoot.n

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-05 Thread Kjetil S. Matheussen
Thanks Jeremy, All those packages are included to make it simple to compile on many platforms, not just debian. But from your email, it seems like you have ported ceres to gtk2? Is that really correct? That's a quite big job involving digging through some horribly written python code. Are you s

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-04 Thread Jeremy Salwen
Hmm... I still seem to be getting a segfault on line 195 of undo.c: while(num_undos!=0 && num_undos>UNDO_getMaxNumUndos()){ struct Undo_transform *ut=(struct Undo_transform*)UndoRoot.next; struct Undo *temp=UndoRoot.next->next; TF_delete(ut->megfreqfile); TF_delete(ut->megampfile

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-04 Thread Jeremy Salwen
Hi Kjetil: Thanks a lot! I had to make a few changes to get it to work on my system. Most significantly, it uses gnome/glade/pygtk 1.2, which doesn't work well with a recent Debian install (Gtk 2 has been released for nearly 10 years). Also, it includes libraries which are already available on m

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread Thomas Vecchione
On Mon, May 2, 2011 at 7:03 AM, Johannes Kroll wrote: > Are you saying Ardour has good restoration functionality built-in? If > so, would you care to give a hint/link on how to use it? > > But you're probably talking about some Windows-only VST plugin or > such... :-/ As Paul mentioned, Ardour ha

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread Kjetil S. Matheussen
Jeremy Salwen: I just recently discovered ceres3: http://www.music.columbia.edu/~stanko/About_Ceres3.html have you heard of it? Ceres is larger and more updated than Ceres3. http://archive.notam02.no/arkiv/src/ceres-0.57.tar.gz (Ceres3 has a few more options for some of the transforms, but

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread Dave Phillips
ander...@notam02.no wrote: J> I just recently discovered ceres3: J> http://www.music.columbia.edu/~stanko/About_Ceres3.html have you J> heard of it? Definitely. Ceres started its life on the SGIs sometime after 1990, with various ports for various platforms following... At one tim

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread andersvi
a> Try email him at Sorry, that should read hsundt AT notam02.no ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread andersvi
J> I just recently discovered ceres3: J> http://www.music.columbia.edu/~stanko/About_Ceres3.html have you J> heard of it? Definitely. Ceres started its life on the SGIs sometime after 1990, with various ports for various platforms following. The ongoing development of Ceres (and som

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread Paul Davis
On Mon, May 2, 2011 at 7:03 AM, Johannes Kroll wrote: > Are you saying Ardour has good restoration functionality built-in? If > so, would you care to give a hint/link on how to use it? Ardour has almost no DSP functionality built in of any kind. Beyond gain, panning, normalization and phase inve

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-02 Thread Johannes Kroll
On Mon, 11 Apr 2011 20:18:18 -0400 Thomas Vecchione wrote: > On Mon, Apr 11, 2011 at 9:11 PM, Geoff Beasley > wrote: > > > GWC is the only program I've ever used successfully under linux; and it was > > as 'good' as anything else i've used on other platforms > > > Sadly I would strongly disag

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-05-01 Thread Jeremy Salwen
I just recently discovered ceres3: http://www.music.columbia.edu/~stanko/About_Ceres3.html have you heard of it? Jeremy On Mon, Apr 11, 2011 at 10:42 AM, Ivica Ico Bukvic wrote: > Hi Mike, > > Forwarding this to the list where users and developers might be able to > assist. > > Hope this helps

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread Thomas Vecchione
On Tue, Apr 12, 2011 at 3:04 AM, Gordon JC Pearce wrote: > > You either need to break out some code, or some cash. > > Heh if I could code DSP processing I would, however I never even took Calc, so for the most part I am way out of my league there. I should get my wife to teach me sometime. Cash

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread Arnold Krille
On Tuesday 12 April 2011 10:13:26 Lorenzo Sutton wrote: > It occurs to me that I have noticed a similar effect, but the other way > round, in some older films (especially older ones) which were dubbed to > Italian: when no one is speaking there is some background "noise" (e.g. > a street or simply

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread Arnold Krille
On Tuesday 12 April 2011 09:16:36 Philipp Überbacher wrote: > Excerpts from Gordon JC Pearce's message of 2011-04-12 09:04:46 +0200: > > On Mon, 2011-04-11 at 19:09 -0400, Thomas Vecchione wrote: > > > On Mon, Apr 11, 2011 at 5:39 PM, Fons Adriaensen > > > > > > wrote: > > > It would help

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread Lorenzo Sutton
Fons Adriaensen wrote: > On Mon, Apr 11, 2011 at 09:43:45PM +0200, Lorenzo Sutton wrote: >> Try Gramofile [1] or Gnome Wave Cleaner [2]. > Both seem to be quite old and it's not clear at all if they > are still being developed or maintained. True. Nontheless they are the only ones I'm aware of and

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread David Olofson
On Tuesday 12 April 2011, at 09.16.36, Philipp Überbacher wrote: [...] > > If your bike has a flat tyre, there's a good chance it'll stay flat > > until you fix it. > > > > You either need to break out some code, or some cash. > > > > Gordon MM0YEQ > > Does someone have some code to fix bikes?

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread Philipp Überbacher
Excerpts from Gordon JC Pearce's message of 2011-04-12 09:04:46 +0200: > On Mon, 2011-04-11 at 19:09 -0400, Thomas Vecchione wrote: > > > > > > On Mon, Apr 11, 2011 at 5:39 PM, Fons Adriaensen > > wrote: > > > > It would help to know the origin of the the 'noise' or to have > >

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-12 Thread Gordon JC Pearce
On Mon, 2011-04-11 at 19:09 -0400, Thomas Vecchione wrote: > > > On Mon, Apr 11, 2011 at 5:39 PM, Fons Adriaensen > wrote: > > It would help to know the origin of the the 'noise' or to have > a > sample of it. > > > Agreed in as far as helping to addres

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Thomas Vecchione
On Mon, Apr 11, 2011 at 9:11 PM, Geoff Beasley wrote: > GWC is the only program I've ever used successfully under linux; and it was > as 'good' as anything else i've used on other platforms Sadly I would strongly disagree. The results I can get from what are fast becoming basic tools on other

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Geoff Beasley
On 04/12/2011 09:09 AM, Thomas Vecchione wrote: Who honestly would like some good restoration solutions on Linux. absolutely ! with jack support too of course +1 g. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://l

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Geoff Beasley
On 04/12/2011 07:39 AM, Fons Adriaensen wrote: Also the remark that the problem only occurs 'while the music is playing' adds a bit to the puzzle... sounds like an intermittent cable or channel strip fault to me; that would be program dependant. if so, there'll be distortions resulting in th

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Thomas Vecchione
On Mon, Apr 11, 2011 at 5:39 PM, Fons Adriaensen wrote: > > It would help to know the origin of the the 'noise' or to have a > sample of it. > > Agreed in as far as helping to address it, however it still leaves the fact that there just aren't many, if any, good restoration solutions on Linux so e

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Fons Adriaensen
On Mon, Apr 11, 2011 at 09:43:45PM +0200, Lorenzo Sutton wrote: > Try Gramofile [1] or Gnome Wave Cleaner [2]. Both seem to be quite old and it's not clear at all if they are still being developed or maintained. > Results will very a lot > depending on the source material. There is a noise remov

Re: [LAD] [LAU] FW: Frequency Space Editors in Linux

2011-04-11 Thread Lorenzo Sutton
Hi, Original Message Subject: [LAU] FW: Frequency Space Editors in Linux From: Ivica Ico Bukvic To: linux-audio-u...@lists.linuxaudio.org, linux-audio-dev@lists.linuxaudio.org CC: m_vanwag...@yahoo.com Date: 11/04/2011 16:42 > Hi Mike, > > Forwarding this to the list where users