lib Modulove
Library for building custom scripts for Modulove modules.
Loading...
Searching...
No Matches
arythmatik_config.h
Go to the documentation of this file.
1
11
#ifndef ARYTHMATIK_CONFIG_H
12
#define ARYTHMATIK_CONFIG_H
13
14
namespace
modulove {
15
namespace
arythmatik {
16
17
// Configuration settings for the A-RYTH-MATIK module.
18
struct
Config
{
19
// When compiling for the "updside down" A-RYTH-MATIK panel, set this to true.
20
bool
RotatePanel;
21
22
// Set ReverseEncoder to true if rotating the encoder counterclockwise should increment.
23
bool
ReverseEncoder;
24
25
// Disable the echoing the CLK input on the facepanel Clock symbol.
26
bool
DisableEchoClock;
27
};
28
29
}
// namespace arythmatik
30
}
// namespace modulove
31
32
#endif
modulove::arythmatik::Config
Definition
arythmatik_config.h:18
Generated by
1.9.8