jsvaldezv / duck-synth

Synthesiser plug-in with two oscillators, adsr, reverb and volume. The sampler was developed with JUCE and C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duck synth

duck

This is a synthesiser plug-in which has two oscillators with sine, triangle and square wave. It also has an JUCE ADSR, reverb amount and room size fx and volume. The sampler was developed with JUCE and C++.

Installation

  1. JUCE: You can download JUCE from official website https://juce.com/ and follow the tutorials in order to install or follow my youtube video installation https://www.youtube.com/watch?v=bdYi-UdHd5g&t=449s
  2. Xcode (MacOs): Just download from App Store https://apps.apple.com/us/app/xcode/id497799835?mt=12
  3. Visual Studio (Windows): You can download it from official website https://visualstudio.microsoft.com/es/
  4. Compile
  5. Copy .vst, .vst3 or .component from Builds folder to your plug-ins folder.
  6. Enjoy!

About

Synthesiser plug-in with two oscillators, adsr, reverb and volume. The sampler was developed with JUCE and C++.

License:MIT License


Languages

Language:C++ 100.0%