FastLED 3.9.15
Loading...
Searching...
No Matches
midi_Settings.h
Go to the documentation of this file.
1
27
28#pragma once
29
30#include "midi_Defs.h"
31
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
MIDI Library for the Arduino - Definitions.
#define END_MIDI_NAMESPACE
#define BEGIN_MIDI_NAMESPACE
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
Default Settings for the MIDI Library.