FastLED 3.9.7
Loading...
Searching...
No Matches
midi_Namespace.h
Go to the documentation of this file.
1
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
36BEGIN_MIDI_NAMESPACE
37
38END_MIDI_NAMESPACE