Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MIDI TextLCD mbed
events.h
00001 #include "RingBuffer.h" 00002 00003 #ifndef __EVENTS_H_ 00004 #define __EVENTS_H_ 00005 00006 void dispatchNoteOff(uint8_t statusByte, uint8_t noteNumber); 00007 void dispatchNoteOn(uint8_t statusByte, uint8_t noteNumber, uint8_t velocity); 00008 void setControlChange(uint8_t statusByte, uint8_t controlNumber, uint8_t value); 00009 void setProgramChange(uint8_t statusByte, uint8_t programNumber); 00010 void setPitchBend(uint8_t statusByte, uint16_t bend); 00011 00012 #endif
Generated on Tue Jul 12 2022 22:18:32 by
1.7.2