Default Settings for the MIDI Library.
To change the default settings, don't edit them there, create a subclass and override the values in that subclass, then use the MIDI_CREATE_CUSTOM_INSTANCE macro to create your instance. The settings you don't override will keep their default value. Eg:
Definition at line 49 of file midi_Settings.h.
#include <midi_Settings.h>
Static Public Attributes | |
static const bool | HandleNullVelocityNoteOnAsNoteOff = true |
static const uint16_t | SenderActiveSensingPeriodicity = 0 |
static const unsigned | SysExMaxSize = 128 |
static const bool | Use1ByteParsing = true |
static const bool | UseReceiverActiveSensing = false |
static const bool | UseRunningStatus = false |
static const bool | UseSenderActiveSensing = false |