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 Logic for Remove Button GUI #89

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

There was no obvious way to implement the remove button when merging the GUI with the rest of the code. Therefore, we must do some experimentation to try out what would work best to allow the GUI to know which effect it needs to remove.

iamdario commented 5 months ago

Has been implemented and merged.