| Source code: | hciTemplate.cpp | prettified | 
The hciTemplate program is an empty program which is to be filled in by a programmer working with MIDI sensor data.
An hciImprov program requires that six functions be defined:
| intime | arrival time of the MIDI message | 
| command | command byte of the MIDI message | 
| p1 | first parameter of the MIDI message | 
| p2 | second parameter of the MIDI message | 
Here is the shortest possible template without comments and with empty function definitions:
| 
 |