| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef CS_SETTINGSWRAPPER_HPP 
    2 #error "Do not include this file directly, use the wrapper!" 
   12 #include "NamespaceSettings.hpp" 
   48 #define IGNORE_SYSEX 0 
 
constexpr unsigned long HAIRLESS_BAUD
The baud rate to use for Hairless MIDI.
 
#define BEGIN_CS_NAMESPACE
 
constexpr unsigned long VU_PEAK_HOLD_TIME
The time in milliseconds that a VU meter display peak bar stays at the peak before decaying.
 
constexpr uint8_t MAX_FPS
The maximum frame rate of the displays.
 
constexpr unsigned long VU_PEAK_DECAY_TIME
The time in milliseconds it takes for the VU meter display peak bar to drop one unit (i....
 
constexpr uint8_t NOTE_VELOCITY_THRESHOLD
Determines when a note input should be interpreted as 'on'.
 
constexpr bool VU_PEAK_SMOOTH_DECAY
If set to true, the VU meter display peak bars will decay smoothly (i.e.
 
constexpr size_t SYSEX_BUFFER_SIZE
The length of the maximum System Exclusive message that can be received.