Chtracker
Fakebit chiptune tracker with the idea of having various base instruments
Install / Use
/learn @Chasyxx/ChtrackerREADME
chTRACKER: A fakebit chiptune tracker with the idea of having various base instruments
Usage
See doc/help.txt: https://github.com/Chasyxx/chtracker/blob/main/doc/help.txt. It says hi!
Dependencies
- SDL2 (
sudo apt-get install libsdl2-devorsudo pacman -S sdl2) - libfmt (
sudo apt-get install libfmt-devorsudo pacman -S fmt)
Compilation
Ensure you're in the source tree (the directory contaaining src, not src itself).
./configure- This sets everything up for you.
- If you have MinGW-w64 and want to make a Windows build, try the below command instead. It assumes you cross-compiled SDL statically to
$HOME/.local/sdl2-mingw-w64, and libfmt to$HOME/.local/fmt-mingw-w64. You can change these paths if needed.
make clean all- Time to build the source tree!
Now you have chtracker or chtracker.exe.
# Example windows cross compilation command
CFLAGS="-O2 -I$HOME/.local/{sdl2,fmt}-mingw-w64/include/ -Dmain=SDL_main -I$PWD/src/headers -Wall -Wextra -Werror" LIBS="$($HOME/.local/sdl2-mingw-w64/bin/sdl2-config --libs) -L$HOME/.local/fmt-mingw-w64/lib/ -lfmt --static" CC="x86_64-w64-mingw32-gcc -c" CXX="x86_64-w64-mingw32-g++ -c" CCLD=x86_64-w64-mingw32-g++ RES=x86_64-w64-mingw32-windres ./configure --disable-sdl --icon
# big command!
If you are using a language server
After configuring, you'll need to do some things to ensure you don't get any errors that shouldn't be there:
- Add the headers folder (run
echo $(pwd)/src/headersto get a path) to your include path (This is just for the language server, the build itself has this done by the configure script) make fontremoves an error invisual.oaboutfont.inot existing.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
