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

Added logic to not allow more than one effect tab per effect type #92

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

GUI now checks whether the effect exists before adding a second effect of the same type and refuses if one exists.