Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: Isolate frequency range

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

Does anyone know how (in C/C++) to get only a certain frequency range (i.e. either Bass, Mid or High), to apply an effect only on those frequencies?

Thanks

macourteau
 

geposted Thu 22 Apr 04 @ 3:26 pm
kaleoPRO InfinityMember since 2003
Ho, huge problem.

It is a problem of signal processing but you may find some to code about filtering frequency on DSP and C++ websites.
 

geposted Thu 22 Apr 04 @ 6:03 pm
Do you know any particularly good website about DSP signal processing and C++?
 

geposted Thu 22 Apr 04 @ 7:53 pm
Actually, what I want it to change the volume of only one of the three frequency ranges that we can modify in VDJ, according to a formula. I can do it by sending commands to change the slider's position, but I was looking for something faster and that didn't require a powerful computer.
 

geposted Thu 22 Apr 04 @ 9:57 pm
kaleoPRO InfinityMember since 2003
Lol, so you should still doing it with the command of the embedded equalizer.

All this processing require cpu power.
If you make it yourself in a plug_in you will not go faster and you will require more cpu power as the EQ of VDJ still working.

If you want your sendcommand to be processed as soon as possible, just use the value -1 as "when" parameter.

If you can read french, have a look here:
http://www.atomixfr.com/developpement/plugin/

If not, you can try an automate translation with google.

You can find links in the bottom of the page.

:)
 

geposted Fri 23 Apr 04 @ 7:13 am
Allright thanks a lot
 

geposted Fri 23 Apr 04 @ 10:40 am
kaleoPRO InfinityMember since 2003
you're welcome :)
 

geposted Fri 23 Apr 04 @ 11:00 am


(Alte Themen und Foren werden automatisch geschlossen)