pixicoder / PS

Single file synth + demo song

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P.S. is a music track written from scratch using the C programming language. All sounds and notes were entered manually without using any music programs. One single source file contains synth code, patterns and player. No third party libraries are used except SDL2 to output the audio stream.

Usage:

  • just play the song: ./ps
  • export to WAV: ./ps -o filename.wav

Press CTRL+C to exit

How to make: just run one of the MAKE_* scripts

by NightRadio
https://warmplace.ru
nightradio@gmail.com
2005 - 2024

Please support my work:
https://warmplace.ru/donate

About

Single file synth + demo song

License:MIT License


Languages

Language:C 99.8%Language:Makefile 0.2%