Skip to content

saiddrums20/SynthezICE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SynthezICE

Basic synthesizer created using JUCE framework. Contains three oscillators with different signal types, an ADSR envelope, state variable filter and oscilloscope/spectrum analizer.

What i learned:

  • Basic understanding of how the Plug-in application development with JUCE framework works.
  • Inside understanding of C++ DSP libraries like Maximilian.
  • Working with the audio buffer for sending sound out.
  • Usage of basic JUCE components like sliders and comboBoxes.
  • Linking GUI elements with the audio processor via AudioProcessorValueTreeState.
  • Plotting signals from the buffer using Audio Queues.

Most of these things were learned from the JUCE API documentation, tutorials from their webpage and some videos from the AudioProgrammer channel on youtube.

About

Synthesizer created using JUCE framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published