Hi everyone.
This is my first C++ project, which I've been working on for about a month now.
It's an attempt on making a very simple music tracker (or mod tracker if you will), or rather an experiment that'll help me get into the C/C++ world.
I'm not entirely new to programming, as I've used some VB6 in my youth and more recently GML. I finally overcame my fear of learning a more "proper" language, after my
son encouraged me to watch together the Handmade Hero series.
I instantly became a fan, and although I stay into the comfort zone of using external libraries (like Dear ImGui and FMOD for this project), I'm slowly discovering memory manipulation, pointers, and all the lower level stuff.
As it stands, this tracker can create patterns/instruments, load samples, edit sample maps, and play-back the result. There's no saving/loading yet but I'm planning on doing a simple file format, as well as a wav export.
As soon as I have something a bit more usable I'll upload a working version here. For the time being here's a screenshot: