jsvaldezv / additive-synth

This is a synthesizer plug-in which works by additive synthesis. It has two oscillators and two LFO modulations. This synth was developed with JUCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additive Synth

Screenshot 2024-01-09 at 1 41 18 a m

In this plug-in an additive synthesis synthesizer was developed which works with two oscillators with which you can change the type of wave from sine to square, triangular or saw. It also has two LFOs which work in a sinusoidal way, the LFO modulates the signal from 0 to 10 Hz. Added a power button for the LFO and a basic interface design.

About

This is a synthesizer plug-in which works by additive synthesis. It has two oscillators and two LFO modulations. This synth was developed with JUCE

License:MIT License


Languages

Language:C++ 99.9%Language:C 0.1%