Cinder Climb

My project for a climbing wall. Although in principle a climbing wall is not necessary. The first recorded tests took place on March 11, 2016. A straightforward and reasonably practical solution. You can read a little more about the beginning of my project steps here: https://klimek.link/processing-z-opencv/ March 11, 2016 Latest version. OpenFrameworks based solution. Activities programmed in Lua. You can find project development on GitHub: https://github.com/marcinklimek/cinderclimb-of April 2, 2018

June 4, 2018

Pchords

Motivation I need to improve playing chords on the piano. So I decided to write a simple tool to help me with this. The world in brief The initial version was just a console app. Then, I wrote a simple GUI. What I have now: generation of major, minor and dominant chords (half-diminished and altered soon) the randomly chosen chord has to be played starting from the third or the seventh (major/minor) without root played notes (read through midi) are compared with the generated ones Current GUI Usefull links: pychord mido howto py2app pyinstaller https://github....

June 4, 2018