FastLED 3.9.7
Loading...
Searching...
No Matches
midi_Settings.h
Go to the documentation of this file.
1
28#pragma once
29
30#include "midi_Defs.h"
31
32BEGIN_MIDI_NAMESPACE
33
50{
56 static const bool UseRunningStatus = false;
57
62 static const bool HandleNullVelocityNoteOnAsNoteOff = true;
63
68 static const bool Use1ByteParsing = true;
69
73 static const unsigned SysExMaxSize = 128;
74
79 static const bool UseSenderActiveSensing = false;
80
85 static const bool UseReceiverActiveSensing = false;
86
101 static const uint16_t SenderActiveSensingPeriodicity = 0;
102};
103
104END_MIDI_NAMESPACE
MIDI Library for the Arduino - Definitions.
Default Settings for the MIDI Library.
static const bool Use1ByteParsing
static const bool HandleNullVelocityNoteOnAsNoteOff
static const bool UseReceiverActiveSensing
static const bool UseRunningStatus
static const unsigned SysExMaxSize
static const uint16_t SenderActiveSensingPeriodicity
static const bool UseSenderActiveSensing