streamed: Programmatically edit MIDI event streams via ALSA
Please note:
This package shall be replaced by reactive-balsa
in the future.
MIDI is the Musical Instrument Digital Interface,
ALSA is the Advanced Linux Sound Architecture.
This package allows to manipulate a sequence of MIDI events via ALSA.
It is intended to be plugged as a playing assistant
between a MIDI input device
(e.g. a keyboard or a controller bank)
and a MIDI controlled synthesizer
(e.g. a software synthesizer or an external synthesizer).
For software synthesizers see the Haskell packages
synthesizer-alsa
, synthesizer-llvm
, supercollider-midi
,
hsc3
, YampaSynth
or the C packages fluidsynth
and Timidity
.
Applications include: Remapping of channels, controller, instruments, keys, Keyboard splitting, Conversion from notes to controllers, Latch mode, Convert parallel chords to serial patterns, Automated change of MIDI controllers, Echo simulation.
It is intended that you write programs for MIDI stream manipulation. It is not intended to provide an executable program with all the functionality available in a custom programming interface. It is most fun to play with the stream editors in GHCi. However we provide an example module that demonstrates various effects.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
buildexamples | Build example executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- streamed-0.2.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.1, 0.2 |
---|---|
Dependencies | alsa-core (>=0.5 && <0.6), alsa-seq (>=0.5 && <0.6), base (>=1.0 && <5), containers (>=0.2 && <0.5), data-accessor (>=0.2.1 && <0.3), data-accessor-transformers (>=0.2.1 && <0.3), event-list (>=0.1 && <0.2), midi (>=0.1.5 && <0.2), midi-alsa (>=0.1.1 && <0.2), non-negative (>=0.1 && <0.2), random (>=1 && <2), transformers (>=0.2 && <0.3), utility-ht (>=0.0.5 && <0.1) [details] |
Tested with | ghc ==6.10.4, ghc ==6.12.3 |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Sound, Music |
Home page | http://www.haskell.org/haskellwiki/MIDI |
Source repo | head: darcs get http://code.haskell.org/~thielema/streamed/ this: darcs get http://code.haskell.org/~thielema/streamed/ --tag 0.2 |
Uploaded | by HenningThielemann at 2012-03-03T10:29:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1709 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |