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

103 gui only button #106

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

Implemented the digital button in the GUI as well as the logic to allow the button on the GUI to enable or disable the effects being applied. Also added some additional fail-safes to make sure methods from the pure virtual interface pointer cannot be called if the callback object has not been registered.