Skip to content

jvoorhis/Siren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siren

Author

Jeremy Voorhis <jvoorhis@gmail.com>

Copyright

Copyright © 2010 Jeremy Voorhis

License

GPL3 (see LICENSE)

Siren is a domain specific language for synthesized music synthesis. It is unique in that it relies on LLVM for just-in-time compilation of DSP code from a simple specification.

After obtaining the source, cd to the ext/ directory and run rake.

$ rake

This will build the runtime and bundled libraries.

The examples directory contains a sample instrument and score that may be run from the project directory as follows:

$ ruby1.9 -Ipath/to/ruby-llvm/lib -Ilib -Ipath/to/diatonic -Iexamples examples/satie.rb

Improvements to distribution (binary releases, bundling PortAudio and LLVM), documentation, stability, usability, platform independence and obvious features like recording are forthcoming.

Requirements

  • OS X (needed for atomic ops, tested on 10.6.2)

  • ruby 1.9.1

  • ffi

  • gamelan

  • LLVM 2.6, compiled with SHARED_LIBRARY=1

  • ruby-llvm

  • PortAudio (v19 branch tested)

  • diatonic (for examples only)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published