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

Implement GUI Listener alterEffect in Effect Manager #61

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

So far, alter effect has not been implemented in Effects Manager. To ensure everything works once we combine it with the GUI, this must be implemented.

iamdario commented 5 months ago

Has now been implemented. Each EffectBase child will need to implement a switch statement using the enums they need to implement actually alter their member. This will need to be laid out in the documentation.

iamdario commented 5 months ago

Done and merged.