That’s the same thing, said more kindly
And… “c’est pas faux”, it’s not false.
But I said, I’m not a pro, and I just wanted very much to have something to make music with, so I struggled to make something work.
When I said “a little help”, bah, I managed, in a dirty way, to make it work by myself. It was for windowing, resizing, components problems on Linux. But it’s me I don’t do it the right way and my mess is counterproductive. First, why haven’t I yet created a personnal class derived from Component for all my windows, before asking ? 
Yes I break all the rules
I dislike to do functions. I mix camel case and GNU style. I mix two languages, with many faults in both. It’s full of useless comments, with non uniform style. I ignore the warnings of my compiler. I prefer to take care of my pointers myself, it’s not so big a project. It’s C with classes, full of macros. I’ve no idea where to put some objects, methods and variables. I’ve done almost no reflexion about the global objects structure, and put everything in MainComponent. Have a big “Engine” object, inside PluginHostApp, where to put all the mess ?
One can even find pieces of the SAME code written TWO times !! 
For functions : more precisely, I dislike to have a 2 km tall stack for doing a simple thing 
Sometimes I feel I invent a style, like a messy litteral style, like a scratch, and that I work better with it.
But I didn’t realize that it’s so much work to refactorize, translate and write doc.
But well, I plan to compile without warnings.
And I recently read a motto on a book : “labeur sans soin, labeur de rien” : work without care, work of nothing.
I regret to have talked of obfuscation, it was idiot. Now I share it, so
A precision, it may have sound pretentious : I said ‘redo it in C, but that’s redoing a work well done’ : the work well done, I meant JUCE.
But I’m in the process of redoing it with Carla. It’ll not be so hard.
My program is just an user interface around a callback function 
I don’t want to go far further. I don’t want to reinvent the wheel.
I’ve done a video : http://yetanothersequencer.hd.free.fr/mySeq_video_with_subtitles_on_right_screen.mp4
And I’m writing some doc. Still messy of course. It’s on a mediawiki on my site. The link is on Codeberg.