Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
Settings
Settings/SettingsWrapper.hpp
Go to the documentation of this file.
1
#ifndef CS_SETTINGSWRAPPER_HPP
2
#define CS_SETTINGSWRAPPER_HPP
3
4
// ---- User Settings ---- //
5
// ======================= //
6
#include "NamespaceSettings.hpp"
7
#include "Settings.hpp"
8
9
#ifndef ARDUINO
10
#undef IGNORE_SYSEX
11
#define IGNORE_SYSEX 0
12
#undef NO_SYSEX_OUTPUT
13
#define NO_SYSEX_OUTPUT 0
14
#define MIDI_NUM_CABLES 16
15
#endif
16
17
#include <
AH/Settings/SettingsWrapper.hpp
>
18
19
#endif
// CS_SETTINGSWRAPPER_HPP
SettingsWrapper.hpp
Generated by
1.10.0