VeNo started as a pure learning project for C ++ and the understanding of how synths and audio processing work.
The learning project turned into the dream of a new open source synthesizer which offers enough features for newcomers
- 4 Oscillators
- 2 LFOs
- 2 Random Generator
- Dual Filter
- Distortion
- Compressor
- GUI
- Layout-able GUI via .vui files (or let them default :P)
- Colorable GUI
VeNo use a custom-written Layout language to optimize the relayouting for me
Why self written? because of learning perspective and not happy with pre-solutions
For information look into: DOCS/GUILang.md
For building you need:
- CMake
3.16 or Newer - Compiler (MSVC, GCC, Clang)
- Visual Studio (Windows only)
- Terminal :P
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE={Release|Debug}
cmake --build .
