write_track_size Subroutine

public subroutine write_track_size(self)

Must be called when the track is finished. It writes its size at the memorized position in the track header.

Type Bound

MIDI_file

Arguments

Type IntentOptional Attributes Name
class(MIDI_file), intent(inout) :: self

Called by

proc~~write_track_size~~CalledByGraph proc~write_track_size MIDI_file%write_track_size proc~end_of_track MIDI_file%end_of_track proc~end_of_track->proc~write_track_size proc~new MIDI_file%new proc~new->proc~end_of_track program~blues blues program~blues->proc~end_of_track program~blues->proc~new program~canon canon program~canon->proc~end_of_track program~canon->proc~new program~circle_of_fifths circle_of_fifths program~circle_of_fifths->proc~end_of_track program~circle_of_fifths->proc~new program~la_folia la_folia program~la_folia->proc~end_of_track program~la_folia->proc~new program~motifs motifs program~motifs->proc~end_of_track program~motifs->proc~new program~third_kind third_kind program~third_kind->proc~end_of_track program~third_kind->proc~new