Popularity
7.5
Stable
Activity
0.0
Stable
30
4
6

Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.1.0.4

tomato-rubato-openal alternatives and similar packages

Based on the "Data" category.
Alternatively, view tomato-rubato-openal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tomato-rubato-openal or a related project?

Add another 'Data' Package

README

What is tomato-rubato?

Tomato-rubato is an easy to use library for live audio programming in Haskell. Instant gratification from your speakers by typing into GHCi!

WARNING: This project is still in pre-alpha stage. For adventurers only.

See the project homepage for documentation, examples and so on.

Compilation and Installation

tomato-rubato-openal.cabal

Prerequisites:

  • The OpenAL bindings for Haskell are used to output sound.

  • To install the tomato-rubato-openal libary, simply type

    cd tomato-rubato-openal && cabal install
    

tomato-rubato.cabal

Prerequisites:

  • SuperCollider 3 serves as backend to generate the actual audio. Simply install one of the prepackaged version on your computer and start the server before using tomato-rubato. (Let me know if you have any problems with this step.) The corresponding Haskell bindings are installed by simply typing

    cabal install hsc3-0.9
    
  • PortMidi is used to read from external MIDI devices. You have to install the C library on your system and then install the corresponding Haskell bindings by typing

    cabal install PortMidi
    
  • To build the tomato-rubato library, simply type

    cd tomato-rubato && cabal configure && cabal build
    

Contribute

Send me your examples, bindings, problems, suggestions, etc!