Environment: Siren
An instance of MIDIDump is used as a dependent of the MIDIPort to demonstrate the use of dependency for MIDI input. See the class example.
Instance Variables:
updating
verbose
live
eventList
notesOn
startedAt
initialize release
Setup the receiver's instance variables.
accessing
eventList: aValue
live: aValue
MetaClass: MIDIDump class
instance creation
examples
Set up a MIDI dump object as a dependent of the input port. Dump for 10 seconds,
then turn off. The default update: method just dumps the MIDI packet into the transcript;
customize this by writing your own update: method.
exampleEditor
Set up a MIDI dump object as a dependent of the input port. Capture it to an event list and update the view in real time BROKEN.
exampleList
Set up a MIDI dump object as a dependent of the input port. Capture it to an event list.