tidal-0.3.4: Pattern language for improvised music

Safe HaskellNone

Sound.Tidal.Stream

Documentation

data Param Source

Constructors

S 
F 
I 

Fields

name :: String
 
iDefault :: Maybe Int
 

Instances

data OscShape Source

Constructors

OscShape 

Fields

path :: String
 
params :: [Param]
 
timestamp :: Bool
 

isSubset :: Eq a => [a] -> [a] -> BoolSource

tpb :: Num a => aSource

bpb :: Num a => aSource

doAt :: RealFrac a => a -> IO () -> IO ()Source