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

Add GuiSimulator Test Cases #65

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

GuiSimulator should be used to test adding and removing effects to verify the callbacks from the GUI work as intended in EffectsManager.

iamdario commented 5 months ago

Test Cases have been added to verify effects can be added and removed.

iamdario commented 5 months ago

Done and merged.