analyze Subroutine

subroutine analyze(string, note, chord_type, note_value)

Receives a string with an encoded chord, and returns its fundamental, the type of chord and its encoded value

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: string
character(len=3), intent(out) :: note
character(len=3), intent(out) :: chord_type
character(len=3), intent(out) :: note_value

Called by

proc~~analyze~~CalledByGraph proc~analyze analyze program~la_folia la_folia program~la_folia->proc~analyze