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

75 combine code from audio driver dev and effects dev #83

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

Based on Issue #75 . The code that was developed in the audio_driver_dev has now been combined with the code from Effect_Dev. audio_driver_dev no longer uses 'Distortion' and 'Reverb' placeholders, instead, the implementations of these effects have been added to the code.