Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.2 KB

Sunset

CodeFactor Codacy Badge Language grade: C/C++ License: Unlicense

A simple synthesizer programmable on shell script

Installation

You need just a C compiler with the default libraries, and make

Usage

There are 3 types of inputs

CONFIG (ex: #component key value)

Configures component variables

EVENT (ex: @name value)

The only default event is @play, that is handled by generators,
and accepts seconds or - (one frame) as its value

VALUE (ex: 0.5)

Usually PCM audio, numeric input

Components can be piped together, sunset or sunset COMPONENT to read more