Jscott44 / RTEP5-the-raspberry-jam

Realtime digital guitar effects pedal designed for Raspberry PI, written in C++
MIT License
12 stars 0 forks source link

Merge GUI, Effects and Audio Driver Branches into Main Branch #72

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

We will now begin the process of merging all other classes and integrating it all to work together. This will be first done using a development branch to ensure everything is working before combining with the main branch. We will merge in this order:

  1. audio_driver_dev
  2. Effect_Dev
  3. GUI
iamdario commented 5 months ago

Program can now use the distortion and reverb effects created. Moving on to GUI.