Report current information about note-ons and note-offs
| bang | In right inlet: Resets borax by sending note-offs for all notes currently being held, erasing the borax object's memory of all notes received, and setting its counters and its clock to 0. | |
| int | MIDI pitch value [int] | 
 In left inlet: The number is the pitch value of a MIDI note-on message or note-off message (note-on with a velocity of 0). The pitch is paired with the velocity in the middle inlet. borax ignores note-on messages for pitches it is already holding, and ignores note-off messages for pitches that have already been turned off. If the note is not a duplicate, borax sends out the pitch and velocity values, as well as other information.  In middle inlet: The number is stored as the velocity, to be paired with pitch numbers received in the left inlet.  | 
| (inlet1) | MIDI velocity value [int] | 
In middle inlet: The number is stored as the velocity, to be paired with pitch numbers received in the left inlet. | 
| delta | In left inlet: Causes the delta time (the time elapsed since the last note-on) and the delta count (the number of delta times that have been reported) to be sent out. | |
| list | MIDI pitch-velocity pair [list] | 
In left inlet: The second number is stored as the velocity, and the first number is used as the pitch, of a pitch-velocity pair. If the note is not a duplicate, borax sends out the pitch and velocity values, as well as other information. | 
