#include <MIDI_Senders/DigitalNoteSender.hpp>
Class that sends MIDI note on and off messages.
- Examples
- Note-ManyAddresses-Transposer.ino.
Definition at line 12 of file DigitalNoteSender.hpp.
◆ DigitalNoteSender()
◆ sendOn()
Send a note on message to the given address with this object's velocity as velocity.
Definition at line 17 of file DigitalNoteSender.hpp.
◆ sendOff()
Send a note off message to the given address with 0x7F as velocity.
Definition at line 21 of file DigitalNoteSender.hpp.
◆ setVelocity()
◆ getVelocity()
◆ velocity
The documentation for this class was generated from the following file: