Difference between revisions of "Yampa"

From HaskellWiki
Jump to navigation Jump to search
(more download links)
Line 17: Line 17:
 
==== George Giorgidze ====
 
==== George Giorgidze ====
   
  +
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YampaSynth Yampa Synth] - is a software synthesizer implemented in Yampa. It contains a framework of sound generating and sound shaping modules (e.g. oscillator, amplifier, mixer, envelope generator, filter, etc.) and example applications.
* [http://www.cs.nott.ac.uk/~ggg/software/yampasynth.tar.gz Yampa Synth] - source code (includes Yampa library), Linux binary, sound font, and sample music
 
   
 
== External Links ==
 
== External Links ==

Revision as of 10:39, 4 May 2008

Yampa is a domain-specific embedded language for the programming of hybrid systems using the concepts of Functional Reactive Programming (FRP). Yampa is structured using Arrows, which greatly reduce the chance of introducing space- and time-leaks into reactive, time-varying systems.

Yampa was originally developed by the Yale Haskell Group.

Downloads

Yale Haskell Group

Others

George Giorgidze

  • Yampa Synth - is a software synthesizer implemented in Yampa. It contains a framework of sound generating and sound shaping modules (e.g. oscillator, amplifier, mixer, envelope generator, filter, etc.) and example applications.

External Links