lib Modulove
Library for building custom scripts for Modulove modules.
Loading...
Searching...
No Matches
synclfo_config.h
Go to the documentation of this file.
1
11#ifndef SYNCLFO_CONFIG_H
12#define SYNCLFO_CONFIG_H
13
14namespace modulove {
15namespace synclfo {
16
17// Configuration settings for the A-RYTH-MATIK module.
18struct Config {
19 // Indicates that additional Synchronizer hardware components present.
20 bool Synchronizer;
21};
22
23} // namespace synclfo
24} // namespace modulove
25
26#endif
Definition synclfo_config.h:18