resonance_chung free VST plugin effect

User projects written in or related to FreeBASIC.
Post Reply
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

resonance_chung free VST plugin effect

Post by chung »

resonance chung is a free VST plugin effect compatible with VST steinberg, fb_chungVST , midipiano_chung , freemp3_chung , dsp_chung music plugins support.
It aims to simulate the increase of reverberation with the number of played notes like in a real acoustic piano . a quick fft small fourier transform is used to estimate a number of played notes and modify the reverb rate in real time.
Is written in easy fast freebasic .

=> https://sourceforge.net/projects/resonance-chung/

(08/11/2019) harp like reverb option added
(20/11/2019) harp2, harp3 added

Image
D.J.Peters
Posts: 8641
Joined: May 28, 2005 3:28
Contact:

Re: resonance_chung free VST plugin effect

Post by D.J.Peters »

Do you have a working VST SDK translated to FreeBASIC or using Visual Studio C/C++ ?
By the way the sourceforge.net download does not work today :-(

Joshy
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: resonance_chung free VST plugin effect

Post by chung »

i use the older c++ sdk example again.c edited with codeblocks (fb_chungVST) to load my custom freebasic plugin,plugin2,plugin3
Post Reply