Skip to content

A commandline audio synthetizer for the raspberry pi, it allows to script the audio

License

Notifications You must be signed in to change notification settings

jagenjo/synthberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synthberry

A commandline audio synthetizer with MIDI support for the Raspberry Pi.

The synth patches are loaded from a text file that specifies how the audio must be created:

patch1:
voices=4
portamento=0.1
//audio setup
decay=MIDICC[3]
ADSR( OSC("SQUARE", pitch,0.4) , 0.2, decay, 0.5, 0.3 );

About

A commandline audio synthetizer for the raspberry pi, it allows to script the audio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published