instrument-chord-0.1.0.9: Render Instrument Chords

Safe HaskellNone

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

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

getPositionPatternRange :: Ord c => [[c]] -> (c, c)Source

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

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

chordToScale :: Chord -> NewScaleSource

slash :: Note -> Chord -> NewChordSource