Receives a string with an encoded chord, and returns its fundamental, the type of chord and its encoded value
Type | Intent | Optional | 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 |