zeffii / air_tracker

an attempt at a c++ based music tracker. i have no idea what i'm doing. move along.
MIT License
2 stars 0 forks source link

Milestones #16

Open zeffii opened 3 years ago

zeffii commented 3 years ago

Some of these may be implemented early and require re-implementation as my understanding of C++/SDL develops.


Drawing

Pattern Editor

Instrument Editor panel

zeffii commented 3 years ago

While i'm not finished the pattern editing stuff, that's one area of the whole project that i'm confident I can fully grasp and make an intuitive interface. Therefor it;s time to shift gears and tackle things that i've been putting off.

zeffii commented 3 years ago

Sound is the endgoal of this thing, and it's time to figure out how to implement that part of it.

zeffii commented 3 years ago
zeffii commented 3 years ago

The bela tutorials are a good resource for learning about waveform reading / playing. I think i have everything I need now to start exclusively looking at how to get sound out of this thing. Anything else I do now that isn't directly sound related will be merely procastination. I don't want to use JUCE, but might.. or the other libraries above.