hommage-0.0.5: Haskell Offline Music Manipulation And Generation EDSLSource codeContentsIndex
Sound.Hommage.Tools
Synopsis
testSound :: Sound a => Maybe String -> String -> Bool -> Double -> a -> IO ()
testSong :: Sound a => Maybe String -> String -> Bool -> Double -> Song a -> IO ()
stepSequencer :: Eq c => [(c, a)] -> Dur -> [c] -> Notation a
rhythmize :: Dur -> [Int] -> [Maybe a] -> Notation a
pitchlist :: (Num a, Ord a) => Bool -> a -> [a]
Documentation
testSound :: Sound a => Maybe String -> String -> Bool -> Double -> a -> IO ()Source

Usage: testSound mb_wavplayer outputfileprefix stereo? bpm sound

Example: testSound (Just "c:/Programme/coolpro/coolpro.exe") "out_" True 110.0 $ Interpolate Linear (0,1)

testSong :: Sound a => Maybe String -> String -> Bool -> Double -> Song a -> IO ()Source
stepSequencer :: Eq c => [(c, a)] -> Dur -> [c] -> Notation aSource
rhythmize :: Dur -> [Int] -> [Maybe a] -> Notation aSource
pitchlist :: (Num a, Ord a) => Bool -> a -> [a]Source
Produced by Haddock version 2.4.2