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

Only allow one of each effect in GUI #91

Closed theOriginalMC closed 5 months ago

theOriginalMC commented 5 months ago

Currently the GUI does not limit the number of tabs for each effect, the effects manager then has no way of differentiating between different instances of an effect. The number of each effect should be limited to 1 in the GUI.

theOriginalMC commented 5 months ago

user can now only add one tab per effect type