Writes a chord, waits for its duration, and writes the OFF events
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MIDI_file), | intent(inout) | :: | self | |||
integer, | intent(in) | :: | channel | |||
integer, | intent(in) | :: | note | |||
integer, | intent(in), | dimension(:) | :: | chord | ||
integer, | intent(in) | :: | velocity | |||
integer, | intent(in) | :: | value |