Safe Haskell | Safe-Inferred |
---|
Synopsis
- type Axis = Text
- select :: Eq b => [(Axis, b)] -> [(a, Map Axis b)] -> [(a, Map Axis b)]
- orderBy :: Ord b => [Axis] -> [(a, Map Axis b)] -> [a]
- pitch :: Axis
- art :: Axis
- dyn :: Axis
- tuning :: Axis
- var :: Axis
- data By
- sequence :: By -> Note.PatchName -> RealTime.RealTime -> [Attrs.Attributes] -> [Note.Element] -> Y -> Y -> [Note.Note]
- renderSequence :: FilePath -> RealTime.RealTime -> [Sample.SamplePath] -> IO ()
- renderStarts :: FilePath -> [Sample.Sample] -> IO ()
- renderDirect :: FilePath -> Maybe Audio.Seconds -> [(RealTime.RealTime, Sample.Sample)] -> IO ()
Documentation
render
Instances
sequence :: By -> Note.PatchName -> RealTime.RealTime -> [Attrs.Attributes] -> [Note.Element] -> Y -> Y -> [Note.Note] Source #
renderSequence :: FilePath -> RealTime.RealTime -> [Sample.SamplePath] -> IO () Source #
renderStarts :: FilePath -> [Sample.Sample] -> IO () Source #
renderDirect :: FilePath -> Maybe Audio.Seconds -> [(RealTime.RealTime, Sample.Sample)] -> IO () Source #