Yampa
From HaskellWiki
(Difference between revisions)
| Line 17: | Line 17: | ||
==== George Giorgidze ==== | ==== George Giorgidze ==== | ||
| - | * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YampaSynth | + | * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/YampaSynth YampaSynth] - is a software synthesizer implemented in Haskell using 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 == | == External Links == | ||
Revision as of 10:44, 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.
Contents |
1 Downloads
1.1 Yale Haskell Group
- Robotics Simulator Bundle v0.9.1
- AFRP Release 0.4:
1.2 Others
1.2.1 George Giorgidze
- YampaSynth - is a software synthesizer implemented in Haskell using Yampa. It contains a framework of sound generating and sound shaping modules (e.g. oscillator, amplifier, mixer, envelope generator, filter, etc.) and example applications.
2 External Links
- Yampa Home Page
- Yampa-Users mailing list - Yampa-related comments, questions, discussions, and announcements. You can also send bug reports to yampa-bugs@cs.yale.edu.
- George Giorgidze is working on a modular music synthesizer written in Haskell and using Yampa.
