conductive-song-0.1: a library of functions which are useful for composing music

Sound.Conductive.Pitch

Documentation

notesOctave :: Show a => a -> [[Char]]Source

octaves :: Show a => [a] -> [[Char]]Source

pLookup :: ((Integer, Double) -> b) -> [Char] -> Maybe bSource