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

Convert #20 Wrapper Class to use Proper Callbacks #23

Closed iamdario closed 8 months ago

iamdario commented 8 months ago

Wrapper class should not be used. Create a branch which experiments with having all the classes reference each other to allow for thread-safe callbacks.

iamdario commented 8 months ago

Branched from issue #20 to experiment with using callbacks instead of wrapper

iamdario commented 8 months ago

Has been merged into #18 in pull request #24 and #25.