end_of_track Subroutine

public subroutine end_of_track(self)

A track must end with 0xFF2F00.

Type Bound

MIDI_file

Arguments

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

Calls

proc~~end_of_track~~CallsGraph proc~end_of_track MIDI_file%end_of_track proc~delta_time MIDI_file%delta_time proc~end_of_track->proc~delta_time proc~write_track_size MIDI_file%write_track_size proc~end_of_track->proc~write_track_size proc~checked_int32 checked_int32 proc~delta_time->proc~checked_int32 proc~write_variable_length_quantity MIDI_file%write_variable_length_quantity proc~delta_time->proc~write_variable_length_quantity proc~variable_length_quantity variable_length_quantity proc~write_variable_length_quantity->proc~variable_length_quantity

Called by

proc~~end_of_track~~CalledByGraph proc~end_of_track MIDI_file%end_of_track 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