Birch-san / juicysfplugin

Audio plugin (e.g. VST, AU) to play soundfonts on macOS, Windows, Linux
GNU General Public License v3.0
211 stars 28 forks source link

Rewrite everything #7

Closed Birch-san closed 4 years ago

Birch-san commented 4 years ago

Change the way data flows around the application, such that all global state is stored in valueTree. Save/load ADSR parameters, filter parameters, bank, preset and soundfont path. Reduce inter-dependencies, coupling. Delete now-unused data classes, interfaces and algorithms. Expose presets list to audio host. Move all fluidsynth interaction into FluidSynthModel.