packages feed

hsc3-0.8: hsc3.cabal

Name:              hsc3
Version:           0.8
Synopsis:          Haskell SuperCollider
Description:       hsc3 provides Sound.SC3, a haskell module that 
                   facilitates using haskell as a client to the 
                   SuperCollider synthesis server.  
License:           GPL
Category:          Sound
Copyright:         (c) Rohan Drape and others, 2006-2010
Author:            Rohan Drape
Maintainer:        rd@slavepianos.org
Stability:         Experimental
Homepage:          http://slavepianos.org/rd/?t=hsc3
Tested-With:       GHC == 6.10.3
Build-Type:        Simple
Cabal-Version:     >= 1.6

Data-files:        README
                   emacs/hsc3.el
                   Help/hsc3.help.lhs
                   Help/tutorial.lhs
                   Help/Server/*.help.lhs
                   Help/UGen/Analysis/*.help.lhs
                   Help/UGen/Buffer/*.help.lhs
                   Help/UGen/Chaos/*.help.lhs
                   Help/UGen/Control/*.help.lhs
                   Help/UGen/Demand/*.help.lhs
                   Help/UGen/DiskIO/*.help.lhs
                   Help/UGen/Envelope/*.help.lhs
                   Help/UGen/External/*.help.lhs
                   Help/UGen/FFT/*.help.lhs
                   Help/UGen/Filter/*.help.lhs
                   Help/UGen/Granular/*.help.lhs
                   Help/UGen/Information/*.help.lhs
                   Help/UGen/IO/*.help.lhs
                   Help/UGen/MachineListening/*.help.lhs
                   Help/UGen/Math/*.help.lhs
                   Help/UGen/Noise/*.help.lhs
                   Help/UGen/Oscillator/*.help.lhs
                   Help/UGen/Panner/*.help.lhs
                   Help/UGen/Trigger/*.help.lhs

Library
  Build-Depends:   base == 4.*,
                   binary,
                   bytestring,
                   containers,
                   hosc == 0.8,
                   network,
                   process,
                   random,
                   split
  GHC-Options:     -Wall -fwarn-tabs
  Exposed-modules: Sound.SC3
                   Sound.SC3.ID
                   Sound.SC3.Monadic
                   Sound.SC3.Server
                   Sound.SC3.Server.Command
                   Sound.SC3.Server.Command.Completion
                   Sound.SC3.Server.NRT
                   Sound.SC3.Server.Play
                   Sound.SC3.Server.Status
                   Sound.SC3.Server.Synthdef
                   Sound.SC3.UGen
                   Sound.SC3.UGen.Analysis
                   Sound.SC3.UGen.Buffer
                   Sound.SC3.UGen.Chaos
                   Sound.SC3.UGen.Composite
                   Sound.SC3.UGen.Composite.Monadic
                   Sound.SC3.UGen.Demand
                   Sound.SC3.UGen.Demand.ID
                   Sound.SC3.UGen.Demand.Monadic
                   Sound.SC3.UGen.DiskIO
                   Sound.SC3.UGen.Enum
                   Sound.SC3.UGen.Envelope
                   Sound.SC3.UGen.Envelope.Construct
                   Sound.SC3.UGen.External
                   Sound.SC3.UGen.External.ATS
                   Sound.SC3.UGen.External.LPC
                   Sound.SC3.UGen.FFT
                   Sound.SC3.UGen.FFT.ID
                   Sound.SC3.UGen.FFT.Monadic
                   Sound.SC3.UGen.Filter
                   Sound.SC3.UGen.Granular
                   Sound.SC3.UGen.IO
                   Sound.SC3.UGen.Information
                   Sound.SC3.UGen.MachineListening
                   Sound.SC3.UGen.Math
                   Sound.SC3.UGen.Noise.ID
                   Sound.SC3.UGen.Noise.Monadic
                   Sound.SC3.UGen.Operator
                   Sound.SC3.UGen.Oscillator
                   Sound.SC3.UGen.Panner
                   Sound.SC3.UGen.Rate
                   Sound.SC3.UGen.UGen
                   Sound.SC3.UGen.UGen.Lift
                   Sound.SC3.UGen.UId
  Other-modules:   Sound.SC3.Server.Utilities
                   Sound.SC3.UGen.Utilities

Source-Repository  head
  Type:            darcs
  Location:        http://slavepianos.org/~rd/sw/hsc3/