mesoic / c-synth

A realtime command line synthesizer in C with polyphonic major, minor, and 7th chords. (beta)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introducing C-synth - the realtime command line keyboard synthesizer.
To install simply type ...

make
sudo make install

C-synth offers a wide variety of chords. Major, minor, and several 7th
chords as well ! To run csynth, simply type "csynth".

WARNING: Csynth is in beta mode, and might not be stable on some systems.
Right now csynth takes over your keyboard completely. If you encounter
probelms so be prepared to run "xset r rate 300 23" if for some reason
your keyboard does not revert to normal rate. 




About

A realtime command line synthesizer in C with polyphonic major, minor, and 7th chords. (beta)


Languages

Language:C 93.6%Language:Makefile 4.7%Language:C++ 1.7%