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

Effects cannot be simultaneously removed without program crashing #87

Closed Jscott44 closed 5 months ago

Jscott44 commented 5 months ago

Need some sort of delay between remove effect calls

Jscott44 commented 5 months ago

Might be to do with the GUI altering effects while em is processing

iamdario commented 5 months ago

After altering the GUI callbacks to ensure they do not alter, delete or add effects while they are being used by the program, the issue was resolved. Therefore fixed code has been merged into Development.