Control_Change Subroutine

public subroutine Control_Change(self, channel, type, ctl_value)

Many MIDI parameters can be set by Control Change. See the list.

Type Bound

MIDI_file

Arguments

Type IntentOptional Attributes Name
class(MIDI_file), intent(inout) :: self
integer, intent(in) :: channel
integer, intent(in) :: type
integer, intent(in) :: ctl_value

Calls

proc~~control_change~~CallsGraph proc~control_change MIDI_file%Control_Change proc~checked_int8 checked_int8 proc~control_change->proc~checked_int8 proc~delta_time MIDI_file%delta_time proc~control_change->proc~delta_time 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~~control_change~~CalledByGraph proc~control_change MIDI_file%Control_Change program~blues blues program~blues->proc~control_change program~canon canon program~canon->proc~control_change program~circle_of_fifths circle_of_fifths program~circle_of_fifths->proc~control_change program~la_folia la_folia program~la_folia->proc~control_change program~motifs motifs program~motifs->proc~control_change