temporal-csound-0.4.0: library to make electronic music, brings together temporal-music-notation and csound-expression packages

Safe HaskellNone

Csound.Converter

Contents

Description

Converters for the instruments.

Synopsis

Pitched instruments

fromF :: SigSpace a => (D -> a) -> CsdNote Unit -> aSource

fromFs :: SigSpace a => (Sig -> a) -> CsdNote Unit -> aSource

fromAF :: (D -> D -> a) -> CsdNote Unit -> aSource

fromAsFs :: (Sig -> Sig -> a) -> CsdNote Unit -> aSource

fromAFs :: (D -> Sig -> a) -> CsdNote Unit -> aSource

fromAsF :: (Sig -> D -> a) -> CsdNote Unit -> aSource

Drums

fromDrum :: SigSpace a => a -> Dr -> aSource