Showing posts with label fb_chungVST. Show all posts
Showing posts with label fb_chungVST. Show all posts

Saturday, January 25, 2020

pitch_shift_chung free open source pitch shift realtime audio VST effect

pitch shift chung is a free open source pitch shift realtime audio VST effect compatible with windows vst , fb_chungVST , radio_chung , midipiano_chung , freemp3_chung plugin support , with high quality and very low cpu load . is written in fast compiled freebasic .

link =>   https://sourceforge.net/projects/pitch-shift-chungvst/

Monday, October 28, 2019

resonance_chung free music piano like reverb VST effect

resonance chung is a free gpl open source VST plugin effect compatible with VST steinberg, fb_chungVST , midipiano_chung , freemp3_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. harp option simulates piano shape .
Is written in easy fast freebasic .

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





Tuesday, December 4, 2012

fb_chungVST multi effects VST loading simplified dlls / 4echo baxandall peekenhancer

fb_chungVST is an audio multi effects VST loading simplified dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded. Included my4echo_chungVST example (4 combined echos) , baxandall  eq and peekenhancer effect .
Just define the following dll cdecl functions :
plugininit : your init sub 
startpluginmain : start your gui window edit
closepluginmain : called to close the gui window edit
mypluginproc : called as sample=mypluginproc(sample) in the audio loop
myecho.dll / my3band.dll / my4echo.dll / mybaxandall.dll / peekenhancer.dll  with code source are provided as example (freebasic) .
the dlls can be easily written in freebasic or any dll compatible language (c++,VBasic,...),giving you easy access to high level programming facilities (file access,gui windows,graghics) without needing special knowledge of the VST sdk (c++).

=> https://sourceforge.net/projects/fbchungvst/  

(01/02/2013) peekenhancer, baxandall low/high eq added