Module Song :: Class MidiInfoReader
[hide private]
[frames] | no frames]

Class MidiInfoReader

source code

??.MidiOutStream --+
                   |
                  MidiInfoReader

Nested Classes [hide private]
  Done
Instance Methods [hide private]
 
__init__(self) source code
 
note_on(self, channel, note, velocity)
channel: 0-15 note, velocity: 0-127
source code

Inherited from unreachable.MidiOutStream: abs_time, active_sensing, aftertouch, channel_message, channel_pressure, continuous_controller, copyright, cuepoint, end_of_track, eof, get_current_track, get_run_stat, header, instrument_name, key_signature, lyric, marker, meta_event, midi_ch_prefix, midi_port, midi_time_code, note_off, patch_change, pitch_bend, rel_time, reset_run_stat, reset_time, sequence_name, sequence_number, sequencer_specific, set_current_track, set_run_stat, smtp_offset, song_continue, song_position_pointer, song_select, song_start, song_stop, start_of_track, system_exclusive, system_reset, tempo, text, time_signature, timing_clock, tuning_request, update_time

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: unreachable.MidiOutStream.__init__

note_on(self, channel, note, velocity)

source code 
channel: 0-15 note, velocity: 0-127
Overrides: unreachable.MidiOutStream.note_on
(inherited documentation)