WE Core
Loading...
Searching...
No Matches
RichterParameters.h
Go to the documentation of this file.
1/*
2 * File: RichterParameters.h
3 *
4 * Created: 25/09/2016
5 *
6 * This file is part of WECore.
7 *
8 * WECore is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * WECore is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with WECore. If not, see <http://www.gnu.org/licenses/>.
20 */
21
22#pragma once
23
25#include "RichterWavetables.h"
26
const ParameterDefinition::RangedParameter< double > FREQ(0, 20, 2)
const ParameterDefinition::RangedParameter< int > TEMPODENOM(1, 32, 1)
const OutputModeParameter OUTPUTMODE
const ParameterDefinition::RangedParameter< double > DEPTH(0, 1, 0.5)
const ParameterDefinition::RangedParameter< double > DEPTHMOD(0, 1, 0)
const ParameterDefinition::RangedParameter< double > FREQMOD(0, 1, 0)
const ParameterDefinition::RangedParameter< double > PHASE(0, 360, 0)
const ParameterDefinition::RangedParameter< int > TEMPONUMER(1, 32, 1)