synthesizer-llvm: Efficient signal processing using runtime compilation
Efficient signal processing
using runtime compilation and vector instructions.
It uses LLVM library, thus it is not bound to a specific CPU.
If you compile with Cabal flag buildExamples
you get the executable synthi-llvm-server
,
that is a realtime software synthesizer
that receives MIDI events via ALSA
and in response plays some tones via ALSA.
Modules
[Index]
- Synthesizer
- LLVM
- ALSA
- Causal
- CausalParameterized
- Filter
- Synthesizer.LLVM.Filter.Allpass
- Synthesizer.LLVM.Filter.Butterworth
- Synthesizer.LLVM.Filter.Chebyshev
- Synthesizer.LLVM.Filter.ComplexFirstOrder
- Synthesizer.LLVM.Filter.ComplexFirstOrderPacked
- Synthesizer.LLVM.Filter.FirstOrder
- Synthesizer.LLVM.Filter.Moog
- Synthesizer.LLVM.Filter.SecondOrder
- Synthesizer.LLVM.Filter.SecondOrderCascade
- Synthesizer.LLVM.Filter.SecondOrderPacked
- Synthesizer.LLVM.Filter.Universal
- Frame
- Generator
- Synthesizer.LLVM.Parameter
- Parameterized
- Synthesizer.LLVM.Sample
- Server
- Simple
- Storable
- Synthesizer.LLVM.Wave
- LLVM
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables | Disabled |
buildtests | Build test suite | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- synthesizer-llvm-0.2.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
- 0.8.2, 0.8.2.1, 0.8.3, 0.9, 1.0.0.0.0.1
Versions [RSS] | 0.2, 0.2.0.1, 0.3, 0.5, 0.5.0.1, 0.5.0.2, 0.6, 0.7, 0.7.0.1, 0.8, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2, 0.8.2.1, 0.8.3, 0.9, 1.0, 1.1, 1.1.0.1 |
---|---|
Dependencies | alsa-pcm (>=0.5 && <0.6), alsa-seq (>=0.5 && <0.6), base (>=4 && <5), containers (>=0.1 && <0.4), event-list (>=0.1 && <0.2), functional-arrow (>=0.0 && <0.1), HList (>=0.2 && <0.3), llvm-extra (>=0.1 && <0.2), llvm-ht (>=0.7.0 && <0.7.1), midi (>=0.1.5 && <0.2), non-negative (>=0.1 && <0.2), numeric-prelude (>=0.2 && <0.3), QuickCheck (>=1 && <3), random (>=1.0 && <1.1), sample-frame (>=0.0.1 && <0.1), sample-frame-np (>=0.0.1 && <0.1), sox (>=0.2 && <0.3), storable-record (>=0.0.2 && <0.1), storable-tuple (>=0.0.2 && <0.1), storablevector (>=0.2.6 && <0.3), synthesizer-alsa (>=0.3 && <0.4), synthesizer-core (>=0.4 && <0.5), transformers (>=0.2 && <0.3), type-level (>=0.2.3 && <0.3), utility-ht (>=0.0.1 && <0.1) [details] |
Tested with | ghc ==6.10.4 |
License | LicenseRef-GPL |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Sound, Music |
Home page | http://www.haskell.org/haskellwiki/Synthesizer |
Uploaded | by HenningThielemann at 2010-09-26T21:11:10Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | synthi-llvm-test, synthi-llvm-server, synthi-llvm-example |
Downloads | 10486 total (0 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] |