YampaSynth: Software synthesizer
YampaSynth is a software synthesizer implemented in Yampa, domain specific language embedded in Haskell. It contains a little framework of sound generating and sound shaping modules (e.g. oscillator, amplifier, mixer, envelope generator, filter, etc.) and example applications:
"yampasynth-wav" is an application which synthesizes a MIDI music and writes result into a WAVE audio file.
"yampasynth-openal" is an application which synthesizes a MIDI music and sends audio data in real-time to a sound card. We use Haskell binding of OpenAL library as an interface to audio hardware.
"yampasynth-gtk" is an application with the simple graphical user interface which allows you to play a music with various instruments in real-time using the keyboard of your computer. We use Haskell binding of GTK library for GUI programming and Haskell binding of OpenAL library as an interface to audio hardware.
Software synthesizer uses the MIDI standard as a music description and the SoundFont standard as an instrument description.
Implementation is based on the paper "Switched-on Yampa: Declarative Programming of Modular Synthesizers", by George Giorgidze and Henrik Nilsson (http://www.cs.nott.ac.uk/~ggg/publications/padl2008.pdf), In Proceedings of 10th International Symposium on Practical Aspects of Declarative Languages, San Francisco, CA, USA, January 7-8, 2008.
This is mainly a proof of concept, but already useful to some extent.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
wav | Builds yampasynth-wav executable which synthesizes a MIDI music and writes result into a WAVE audio file. | Enabled |
openal | Builds yampasynth-openal executable which synthesizes MIDI music and sends audio data in real-time to a sound card. We use Haskell binding of OpenAL library as an interface to audio hardware. | Enabled |
gtk | Builds yampasynth-gtk executable with simple graphical user interface which allows you to play music with various instruments in real-time using keyboard of your computer. We use Haskell binding of GTK library for GUI programming and Haskell binding of OpenAL library as an interface to audio hardware. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- YampaSynth-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.1, 0.1.1, 0.1.2, 0.2 |
---|---|
Dependencies | array, base, bytestring, containers, glade, gtk, HCodecs, OpenAL, Yampa [details] |
License | BSD-3-Clause |
Copyright | (c) 2007-2008 George Giorgidze and Henrik Nilsson |
Author | George Giorgidze and Henrik Nilsson |
Maintainer | George Giorgidze (GGG at CS dot NOTT dot AC dot UK) |
Category | Sound, Music |
Home page | http://www.cs.nott.ac.uk/~ggg/ |
Uploaded | by GeorgeGiorgidze at 2008-04-07T05:42:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | yampasynth-gtk, yampasynth-openal, yampasynth-wav |
Downloads | 6195 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2017-01-03 [all 8 reports] |