Metronome
So since the start I have teaching myself Python to eventually make the software entirely by myself. I have gone through the book shown at the start talking about the Raspberry Pi. Now going through a dedicated 'Teach yourself Python' book. First impressions are good, having being used to C/C++, the code is more easily readable, with less memory functions! After some research I've found that Python is significantly slower than C++, however as I am only processing one stream of audio, the RPi's processor should handle it.
So here is my first program written for the Seraphis 'Hybrid' (as I've now dubbed it)

As you can see, pretty simple as things go. This is just a metronome, and outputs a click depending on the tempo input. Time signature can be changed also.




















Comments