AnClark / SO-KL5

A "piano" synthsizer using Karplus-Strong string synthesis.

Home Page:http://d00m.org/~someone/sokl5/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SO-KL5 v.1.2 by 50m30n3 2009-1011

SO-KL5 is a string based "piano" synthezizer. The strings are
modeled using the Karplus-Strong String simulation method.

To run the synth you need Jack and ALSA. You can set a different midi channel
by starting the program using the channel number as argument. The default
channel is zero.

All synthesis parameters can be edited using MIDI CC messages.

Parameter list:
CC#1	-	Sustain
CC#7	-	Volume
CC#64	-	Sustain
CC#71	-	Filter Resonance
CC#73	-	Attack
CC#74	-	Filter Cutoff

Sustain can be controlled by CC#1 (Mod Wheel) and CC#64 (Sustain) to make
control easier for people without a sustain pedal.

To compile the code you need the ALSA and Jack developement files.

This software is licensed under the GNU GPL V3 see LICENSE for details.
Bugreports, questions and death threats to someone@d00m.org.

About

A "piano" synthsizer using Karplus-Strong string synthesis.

http://d00m.org/~someone/sokl5/

License:GNU General Public License v3.0


Languages

Language:C 100.0%