cue_point Subroutine

public subroutine cue_point(self, text)

Cue Point event: FF 07 len text

Type Bound

MIDI_file

Arguments

Type IntentOptional Attributes Name
class(MIDI_file), intent(inout) :: self
character(len=*), intent(in) :: text

Calls

proc~~cue_point~~CallsGraph proc~cue_point MIDI_file%cue_point proc~write_string MIDI_file%write_string proc~cue_point->proc~write_string proc~checked_int8 checked_int8 proc~write_string->proc~checked_int8 proc~delta_time MIDI_file%delta_time proc~write_string->proc~delta_time proc~write_variable_length_quantity MIDI_file%write_variable_length_quantity proc~write_string->proc~write_variable_length_quantity proc~delta_time->proc~write_variable_length_quantity proc~checked_int32 checked_int32 proc~delta_time->proc~checked_int32 proc~variable_length_quantity variable_length_quantity proc~write_variable_length_quantity->proc~variable_length_quantity