FastLED 3.9.15
Loading...
Searching...
No Matches
midi_Namespace.h
Go to the documentation of this file.
1
27
28#pragma once
29
30#define MIDI_NAMESPACE midi
31#define BEGIN_MIDI_NAMESPACE namespace MIDI_NAMESPACE {
32#define END_MIDI_NAMESPACE }
33
34#define USING_NAMESPACE_MIDI using namespace MIDI_NAMESPACE;
35
37
#define END_MIDI_NAMESPACE
#define BEGIN_MIDI_NAMESPACE