You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
4klang | 4 years ago | |
clinkster | 4 years ago | |
oidos | 4 years ago | |
v2 | 4 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 4 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
README.md
Linux templates for PC intro synths
Small template code to get 4klang, Clinkster, Oidos and V2 running on Linux :)
Quickly hacked together by PoroCYon.
Hugs to Alkama and noby for providing 4klang test tracks! And greets to
Punqtured for publishing the .xrns
files too in Tiny Sound
Planet.
How to use
Requirements
- A C compiler, make, sed, awk
- nasm or yasm
- Python 2, for the converters used in Clinkster and Oidos.
Usage
4klang
- Put the exported 4klang files in the
mus
folder (4klang.asm
,4klang.inc
and4klang.h
). - Run
make
- Run
bin/runner
Clinkster
- Put the
.xrns
files in themus
folder. - Run
make
- Run
bin/play-<songname> | aplay
Oidos
- Put the
.xrns
files in themus
folder. - Run
make
- Run
bin/play-<songname> | aplay
V2
- Put the exported
.v2m
files in themus
folder. - Run
make
- Run
bin/lplayer-<songname> | aplay -c2 -r44100 -fFLOAT_LE
License
The code under the clinkster/Clinkster
directory and all code in the git
submodules, are all published under their respective licenses.