Archived
1
0
Fork
You've already forked libmonotone
0
MONTONE tracker playback library in C
This repository has been archived on 2025年10月01日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 98.5%
  • Shell 1.3%
  • QuickBASIC 0.2%
Find a file
2024年10月07日 04:09:34 +05:30
.github/workflows Add github workflow. 2024年10月07日 04:09:34 +05:30
songs New song, and display error message in cli. 2024年10月05日 05:09:02 +05:30
.gitignore Init 2024年10月04日 20:14:47 +05:30
compile_flags.txt Fix compilation. 2024年10月07日 03:57:19 +05:30
libmonotone.c Fix compilation. 2024年10月07日 03:57:19 +05:30
libmonotone.h Improve code aesthetics. 2024年10月06日 18:33:48 +05:30
LICENSE Init 2024年10月04日 20:14:47 +05:30
main.bas Add documentation for the MONOTONE song file format (.mon files) 2024年10月05日 04:27:48 +05:30
main.c New song, and display error message in cli. 2024年10月05日 05:09:02 +05:30
main.exe Add documentation for the MONOTONE song file format (.mon files) 2024年10月05日 04:27:48 +05:30
monotone.txt Add documentation for the MONOTONE song file format (.mon files) 2024年10月05日 04:27:48 +05:30
README.md Init 2024年10月04日 20:14:47 +05:30
run.sh Fix compilation. 2024年10月07日 03:57:19 +05:30

libmonotone

MONTONE tracker playback library in C.

Usage

See main.c for a command-line program that renders a MONOTONE song to a unsigned 8-bit stereo PCM file at 44.1kHz.