Brain fail in understanding design patterns for designing a Real Time application
I've set myself the task of implementing a real time MIDI application. Like all the other software I've written to date, I began by coding. I implemented a tiny GUI (GTK2) application that can control the transport state of the Jack Audio Connection Kit and its clients. I have never written a real-time application before, and have only ...