Search found 7 matches
- Sun Mar 21, 2010 10:50 am
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Re: Frequency interpolation nyquist plugin
Oh, ok... So I need to copy whole selection 3 times and then extract what I need from them to have beg,mid,end piece? And what is that seq doing? In first extract it extracts beginning from sound s (so I assume s is now not usable anymore for other extracts?) and in second extract it extracts end pi...
- Thu Mar 18, 2010 8:15 am
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Re: Frequency interpolation nyquist plugin
Wait, what is that code actually doing? Because I need to have all 3 parts (beginning, middle, end) in some kind of variables, so I can do an fft on beg and end and then ifft to rebuild middle.
- Wed Mar 17, 2010 4:32 pm
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Re: Frequency interpolation nyquist plugin
Hi guys, after some time I was working on my plugin. And have a few questions again :). So I think I managed to split selected sound into 3 pieces, but dont know how to test it. The easiest way would be to mute the middle piece, problem is dont know how :) So my code to split sound looks like this: ...
- Tue Feb 09, 2010 11:02 am
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Re: Frequency interpolation nyquist plugin
Hi, Im back with some questions after some time. Ive managed to write a simple plugin that just cut selected area and crossfade both remaining ends. My question is... Is it possible to work with sound outside selected area? I mean, in my iterpolation plugin I select sound I want to repair and then I...
- Wed Nov 25, 2009 9:43 am
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Re: Frequency interpolation nyquist plugin
I was just kidding with mute
And yes, sadly FFT will be needed
So is there some nyquist plugin to repair sound in any way, or mine will be worlds first?
- Sun Nov 22, 2009 9:53 pm
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Re: Frequency interpolation nyquist plugin
Hey steve, thanks for the quick reply. Yes, its required to be freq. interpolation. But as I wrote, Im new to lisp and not used to it. Im working with c#, java, php etc, so this is I little bit hard for me to work with, so I would be happy for everything that can repair sound (not mute it :)), just ...
- Sun Nov 22, 2009 7:12 pm
- Forum: Windows
- Topic: Frequency interpolation nyquist plugin
- Replies: 14
- Views: 1955
Frequency interpolation nyquist plugin
Hi everyone, Im looking for nyquist plugin based on frequency interpolation (It will take a short section before and after selected sound and interpolate it those two parts) which can repair for example claps, hits etc in a sound. I know there is a "repair" plugin in beta version, but its only for r...