instrument-chord-0.1.0.10: Render Instrument Chords

Safe HaskellNone
LanguageHaskell2010

Music.Instrument.Chord

Documentation

renderGuitarConcept :: NewNotes a => Bool -> ControlAnnotation -> Bool -> Bool -> Bool -> [Note] -> a -> Int -> Int -> Bool -> Bool -> [[Bool]] -> Bool -> Bool -> Bool -> Bool -> Bool -> [[String]] Source #

renderPianoConcept :: NewNotes t => Int -> ControlAnnotation -> t -> [Char] Source #

findPositionPatterns :: NewNotes t => Bool -> t -> [Note] -> Int -> Bool -> Bool -> [[Bool]] -> Bool -> Bool -> [[[[[Int]]]]] Source #

getPositionPatternRange :: (Ord a, Foldable t) => t [a] -> (a, a) Source #

sus2 :: NewNotes t => t -> [Note] Source #

sus4 :: NewNotes t => t -> [Note] Source #

chordToScale :: Chord -> NewScale Source #

slash :: Note -> Chord -> NewChord Source #