A modular grid based synthesizer
Grapher is an experimental synthesizer centered around the "table" editor. it is a grid of values, like a 3D graph which can be modified along with the graph's axis, which impact what characteristic of of the sound waves and how it is impacted.
by nature, it is very "all in one" as usual effects are present (the one i was aware of at least) but the modular architecture allow for more explorations around it
-
Envelloppe: (Time/Amplitude)
-
High/Low Pass filter: (Frequency/Time)
-
Phase modulation: (Time/Phase)
and they can be combined, for example an envelope + filter:
you can either:
- download the release zip
- use it by opening GrapherVST.dll with your daw
or:
- clone the repository
- open GrapherVST/GrapherVST.sln with Visual Studio
- build GrapherVST as Release
- use it by opening GrapherVST/bin/x64/Release/net5.0-windows/deploy/GrapherVST.dll with your daw
please report any malfunction, it help a lot :)
- main detune
- ci/cd
- better table editor ergonomy
- better set editor ergonomy
- implementation of compression-like features in table module
- more features