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

Integrate GuiSimulator to main.cpp to see if we can hear a difference #66

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

GuiSimulator will be added to main.cpp to test the fundamental performance of effects manager adding and removing effects. We can also briefly try altering an effect as well. Once this is done, we can probably start including the effects developed from Effect_Dev branch.

iamdario commented 5 months ago

Done and merged.