Skip to content

Commit 3999ce2

Browse files
committed
Fix spelling
1 parent d0a6e20 commit 3999ce2

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

res/pinktromboneold.svg

+4-4
Loading

src/PinkTrombone.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct PinkTrombone : Module {
135135
configParam(BLADE_PARAM, 0.f, 1.f, 0.87, "Blade");
136136
configParam(FRICFC_PARAM, 0.f, 1.f, 0.5, "Fricative & Aspiration Fc");
137137
configParam(FRICFCA_PARAM, -1.f, 1.f, 0.f, "Fricative & Aspiration Fc Attenuversion");
138-
configParam(FRICQ_PARAM, 1.2, 0.00001, 0.5, "Frciative & Aspiration Q");
138+
configParam(FRICQ_PARAM, 1.2, 0.00001, 0.5, "Fricative & Aspiration Q");
139139
configParam(FRICQA_PARAM, -1.f, 1.f, 0.f, "Fricative Q Attenuversion");
140140
configParam(FRICL_PARAM, 0.f, 1.f, 0.7325, "Fricative Level");
141141
configParam(FRICLA_PARAM, -1.f, 1.f, 0.f, "Fricative Level Attenuversion");
@@ -147,13 +147,13 @@ struct PinkTrombone : Module {
147147
configParam(FMA_PARAM, -1.f, 1.f, 0.f, "FM Attenuversion");
148148
configParam(VIBA_PARAM, 0.f, 1.f, 0.f, "Vibrato Attenuversion");
149149
configParam(VIB_PARAM, 0.f, 1.f, 0.35, "Vibrato");
150-
configInput(TONGUEXI_INPUT, "Tounge X");
151-
configInput(TONGUEYI_INPUT, "Tounge Y");
150+
configInput(TONGUEXI_INPUT, "Tongue X");
151+
configInput(TONGUEYI_INPUT, "Tongue Y");
152152
configInput(THROATXI_INPUT, "Throat X");
153153
configInput(THROATYI_INPUT, "Throat Y");
154154
configInput(FRICFCI_INPUT, "Fricative Fc");
155-
configInput(FRICQI_INPUT, "Frciative Q");
156-
configInput(FRICL_INPUT, "Frciative Level");
155+
configInput(FRICQI_INPUT, "Fricative Q");
156+
configInput(FRICL_INPUT, "Fricative Level");
157157
configInput(TENSEI_INPUT, "Tenseness");
158158
configInput(VOCT_INPUT, "VOct");
159159
configInput(FMI_INPUT, "FM");

src/PinkTromboneback.cpp

+9-9
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
// CAVITYYO_PARAM,
3030
// CAVITYYA_PARAM,
3131
// TONGUEXO_PARAM,
32-
// TOUNGEXA_PARAM,
32+
// TONGUEXA_PARAM,
3333
// TONGUEYO_PARAM,
34-
// TOUNGEYA_PARAM,
34+
// TONGUEYA_PARAM,
3535
// SOFTPALATE_PARAM,
3636
// PARAMS_LEN
3737
// };
@@ -99,9 +99,9 @@
9999
// configParam(CAVITYYO_PARAM, 0.575, 0.69125, 0.69125, "Cavity Y Offset");
100100
// configParam(CAVITYYA_PARAM, 0.f, 1.f, 0.f, "Cavity Y Attenuation");
101101
// configParam(TONGUEXO_PARAM, -1.f, 1.f, 0.f, "Tongue X Offset");
102-
// configParam(TOUNGEXA_PARAM, 0.f, 1.f, 0.f, "Tounge X Attenuation");
103-
// configParam(TONGUEYO_PARAM, -1.f, 1.f, 0.f, "Tounge Y Offset");
104-
// configParam(TOUNGEYA_PARAM, 0.f, 1.f, 0.f, "Tounge Y Attenuation");
102+
// configParam(TONGUEXA_PARAM, 0.f, 1.f, 0.f, "Tongue X Attenuation");
103+
// configParam(TONGUEYO_PARAM, -1.f, 1.f, 0.f, "Tongue Y Offset");
104+
// configParam(TONGUEYA_PARAM, 0.f, 1.f, 0.f, "Tongue Y Attenuation");
105105
// configParam(SOFTPALATE_PARAM, 0.f, 1.f, 0.f, "Soft Palate Toggle");
106106
// configInput(PITCH_INPUT, "Pitch V/Oct");
107107
// configInput(VOL_INPUT, "VCA Control");
@@ -190,8 +190,8 @@
190190
// // I think vocal output is the actual audio out, so that should be good to go - however, it's a double, so it will need to be scaled down to a float with the correct voltage range.
191191

192192

193-
// tongueX = params[TONGUEXO_PARAM].getValue() + (params[TOUNGEXA_PARAM].getValue() * inputs[TONGUEX_INPUT].getVoltage());
194-
// tongueY = params[TONGUEYO_PARAM].getValue() + (params[TOUNGEYA_PARAM].getValue() * inputs[TONGUEY_INPUT].getVoltage());
193+
// tongueX = params[TONGUEXO_PARAM].getValue() + (params[TONGUEXA_PARAM].getValue() * inputs[TONGUEX_INPUT].getVoltage());
194+
// tongueY = params[TONGUEYO_PARAM].getValue() + (params[TONGUEYA_PARAM].getValue() * inputs[TONGUEY_INPUT].getVoltage());
195195
// //Constriction X has some impact, but not as much as I think it should.
196196
// constrictionX = params[CAVITYXO_PARAM].getValue() + (params[CAVITYXA_PARAM].getValue() * inputs[CAVITYX_INPUT].getVoltage());
197197
// constrictionY = params[CAVITYYO_PARAM].getValue() + ((params[CAVITYYA_PARAM].getValue() * inputs[CAVITYY_INPUT].getVoltage()) * 0.1);
@@ -280,9 +280,9 @@
280280
// addParam(createParamCentered<HexKnob>(mm2px(Vec(8.0, 67.941)), module, PinkTrombone::CAVITYYO_PARAM));
281281
// addParam(createParamCentered<SmallHexKnobInv>(mm2px(Vec(8.0, 67.941)), module, PinkTrombone::CAVITYYA_PARAM));
282282
// addParam(createParamCentered<HexKnob>(mm2px(Vec(17.0, 82.0)), module, PinkTrombone::TONGUEXO_PARAM));
283-
// addParam(createParamCentered<SmallHexKnobInv>(mm2px(Vec(17.0, 82.0)), module, PinkTrombone::TOUNGEXA_PARAM));
283+
// addParam(createParamCentered<SmallHexKnobInv>(mm2px(Vec(17.0, 82.0)), module, PinkTrombone::TONGUEXA_PARAM));
284284
// addParam(createParamCentered<HexKnob>(mm2px(Vec(8.0, 85.941)), module, PinkTrombone::TONGUEYO_PARAM));
285-
// addParam(createParamCentered<SmallHexKnobInv>(mm2px(Vec(8.0, 85.941)), module, PinkTrombone::TOUNGEYA_PARAM));
285+
// addParam(createParamCentered<SmallHexKnobInv>(mm2px(Vec(8.0, 85.941)), module, PinkTrombone::TONGUEYA_PARAM));
286286
// addParam(createParamCentered<CKD6>(mm2px(Vec(8.0, 104.0)), module, PinkTrombone::SOFTPALATE_PARAM));
287287

288288
// addInput(createInputCentered<InJack>(mm2px(Vec(33.0, 46.0)), module, PinkTrombone::PITCH_INPUT));

0 commit comments

Comments
 (0)