-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
23 lines (18 loc) · 979 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
sa_toolkit
(or yapf - yet another plugin framework)
* c++
* linux (gcc), win32 (mingw), (mac (clang) ?)
* clap, vst3, vst2, standalone exe, (lv2, ladspa, dssi)
* x11/win32/opengl, wayland/gles, nanovg
https://discord.gg/KMNea8P6Pe
https://www.youtube.com/@torhelgeskei
"initially the base code toolkit for all the SA (skei.audio) plugins, but now
a bit more generic and hopefully useful for other projects and people..
100% based on clap, with wrappers to and from other plugin formats (vst2/3,
ladspa, lv2, standalone exe).. clap/ladspa hosting (other formats coming too,
probably).. currently supports linux and windows.. gpu-accelerated, freely
scalable (vector) gui.. all clap goodies (poly modulation, voice stacking,
thread pool, remote controls, preset discovery, parameter indication, sample
accurate..), voice manager with threaded voices, etc, etc.. simplified,
abstracted, streamlined for rapid installation/setup, prototyping, and
further iterations.."