instrument-chord-0.1.0.8: Render Instrument Chords

Safe HaskellNone

Music.Instrument.Chord

Documentation

renderGuitarConcept :: (PositionPatternProgression a, NewNotes a) => Bool -> ControlAnnotation -> Bool -> Bool -> Bool -> [Note] -> a -> Int -> Int -> Bool -> Bool -> [[Bool]] -> Bool -> [Char]Source

findPositionPatterns :: (NewNotes a, PositionPatternProgression a) => Bool -> a -> [Note] -> Int -> Bool -> Bool -> [[Bool]] -> [[[[Int]]]]Source

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