PLEBTracker
PLEBTracker copied to clipboard
Ncurses based audio tracker program inspired by goattracker and milkytracker
Currently I do not see any movement or position indication when playing a track using plebtrk's `:play` function. Would be nice to have.
When I started the project I underestimated the value of stereo in music. When I get to live interpretation in the tracker (using OpenAL?) I should also add panning. These...
Is there any plan to support any of popular tracker formats? Thanks.
This may help when adding waveforms together, may sound nicer. Investigate
I am trying to add a Dockerfile to this project, to ease installation (you can try it out by just installing docker) I am having trouble getting it to run...
Hello sir. You have a great app, unfortunately this app does not have a logo yet, may I donate a logo for your app?
Bytes Per Row is exactly what the number is, "bytes" is vague. Hold on. It's only bytes per row for 8 bit implementation. Shouldn't it be samples per row? Regardless....
I don't think this will fix the issue all of the time, but it might improve it in a lot of cases. Regardless it's something to check out.
I had a problem compiling PLEBTracker When I make, g++ (and clang) said `get_wch` is not defined. But I can use gcc to call `get_wch` It seem like `NCURSES_WIDECHAR` flag...