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

Combine code from audio_driver_dev and Effects_Dev #75

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

Code must be combined as it is all using separate libraries. We want to combine everything to allow us to have a single library that works for everything.

iamdario commented 5 months ago

Done and merged. The code developed in audio_driver_dev has now been combined with the effects developed from Effect_Dev.