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

Prepare main for V1.0 release #98

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

Now that main has been merged to include all components necessary for basic functionality, we will progress our first release. The code could, however, use some cleaning up before this release is finalised.

This release will include a basic functioning guitar pedal without the addition of a digital guitar pedal in the GUI. This will be a feature to release in a later version. Any additional effects will also be released in future versions.

iamdario commented 5 months ago

In the process of preparing for the first release, I have found and fixed multiple bugs. These bugs will be fixed once this branch is merged with main. The bugs found were:

Once these bug fixes and general improvements have been confirmed to work on the RPI, this branch will be immediately merged back into main to fix the issues mentioned above.