ParentContentsIndex
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 ()

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 ()
stepSequencer :: (Eq c) => [(c, a)] -> Dur -> [c] -> Notation a
rhythmize :: Dur -> [Int] -> [Maybe a] -> Notation a
pitchlist :: (Num a, Ord a) => Bool -> a -> [a]
Produced by Haddock version HADDOCK_VERSION