instrument-chord-0.1.0.11: 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 a => Int -> ControlAnnotation -> a -> [Char] Source #

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

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

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

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

chordToScale :: Chord -> NewScale Source #

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