Skip to content

yammine/elixir-synth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickie Synth

You'll need sox for this to work

brew install sox

or

sudo apt-get install sox

Get everything set up:

git clone git@github.com:OSChris/elixir-synth.git && cd elixir-synth
iex -S mix

An Elixir-based synthesizer. To use it, you can evaluate:

QuickieSynth.Sound.play("C")

If you want to build a composition, you can do it like so:

QuickieSynth.Composition.play(100, "CEGCEGAAB")

To run the keyboard UI, evaluate the following:

QuickieSynth.UI.start

Then click in the window and play with the bottom two rows of your keyboard

About

Making computer soundz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages