Dependencies for YampaSynth-0.2
Executables
yampasynth-wav
- if flag(wav)
- array
- base (<5)
- bytestring
- containers
- HCodecs (>=0.5)
- Yampa
- buildable: False
yampasynth-openal
yampasynth-gtk
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. | Disabled |
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. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info