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

Introducing Basic Effect Manager to Audio Driver Dev #28

Closed iamdario closed 7 months ago

iamdario commented 7 months ago

This will begin the process of combining the different sub-branches of the audio driver branch to begin initial testing on the RPI. After this pull request is completed, we will introduce the PCM driver classes next.

iamdario commented 7 months ago

As mentioned in the final comment of issue #18, a basic effects manager has now been implemented and the issue can be closed.