rppirotti / rgsynth

A subtractive and additive synthesizer implemented in C++ with integer types only, fixed point arithmetic, with no need for any floating point calculation. This code is suitable for low cost platforms and processors (e.g., withou a hardware FPU).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RGSynth

A subtractive and additive synthesizer implemented with integer types only, fixed point arithmetic, with no need for any floating point calculation. This code is suitable for low cost platforms and processors (e.g., withou a hardware FPU).

About

A subtractive and additive synthesizer implemented in C++ with integer types only, fixed point arithmetic, with no need for any floating point calculation. This code is suitable for low cost platforms and processors (e.g., withou a hardware FPU).

License:GNU General Public License v3.0


Languages

Language:C++ 67.7%Language:Arduino 30.9%Language:C 1.4%