Skip to content

philipluk/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

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 77.5%
  • C 22.4%
  • Shell 0.1%