WE Core
Loading...
Searching...
No Matches
MONSTRParameters.h File Reference

Go to the source code of this file.

Namespaces

namespace  WECore
 
namespace  WECore::MONSTR
 
namespace  WECore::MONSTR::Parameters
 

Functions

const ParameterDefinition::RangedParameter< double > WECore::MONSTR::Parameters::CROSSOVER_FREQUENCY (40, 19500, 1000)
 
const ParameterDefinition::RangedParameter< int > WECore::MONSTR::Parameters::NUM_BANDS (2, _MAX_NUM_BANDS, _DEFAULT_NUM_BANDS)
 

Variables

constexpr bool WECore::MONSTR::Parameters::BANDSWITCH_OFF {false}
 
constexpr bool WECore::MONSTR::Parameters::BANDSWITCH_ON {true}
 
constexpr bool WECore::MONSTR::Parameters::BANDSWITCH_DEFAULT {BANDSWITCH_ON}
 
constexpr bool WECore::MONSTR::Parameters::BANDMUTED_OFF {false}
 
constexpr bool WECore::MONSTR::Parameters::BANDMUTED_ON {true}
 
constexpr bool WECore::MONSTR::Parameters::BANDMUTED_DEFAULT {BANDMUTED_OFF}
 
constexpr bool WECore::MONSTR::Parameters::BANDSOLO_OFF {false}
 
constexpr bool WECore::MONSTR::Parameters::BANDSOLO_ON {true}
 
constexpr bool WECore::MONSTR::Parameters::BANDSOLO_DEFAULT {BANDSOLO_OFF}
 
constexpr int WECore::MONSTR::Parameters::_MAX_NUM_BANDS {6}
 
constexpr int WECore::MONSTR::Parameters::_DEFAULT_NUM_BANDS {2}