Safe Haskell | None |
---|---|
Language | Haskell2010 |
PitchTrack
- data PitchTrack a :: * -> *
- runPitchTrack :: Int -> PitchTrack a -> IO a
- module PitchTrack.Track
- module PitchTrack.Pipes
- neededSampleNum :: Int -> Int
Base type
data PitchTrack a :: * -> *
Arguments
:: Int | Number of samples to be used for each computation |
-> PitchTrack a | Computations |
-> IO a |
Run the PitchTrack
monad
Re-exported modules
module PitchTrack.Track
module PitchTrack.Pipes
Utilities
Calculate the number of samples needed, based on the lowest frequency