|
29 | 29 | // CAVITYYO_PARAM,
|
30 | 30 | // CAVITYYA_PARAM,
|
31 | 31 | // TONGUEXO_PARAM,
|
32 |
| -// TOUNGEXA_PARAM, |
| 32 | +// TONGUEXA_PARAM, |
33 | 33 | // TONGUEYO_PARAM,
|
34 |
| -// TOUNGEYA_PARAM, |
| 34 | +// TONGUEYA_PARAM, |
35 | 35 | // SOFTPALATE_PARAM,
|
36 | 36 | // PARAMS_LEN
|
37 | 37 | // };
|
|
99 | 99 | // configParam(CAVITYYO_PARAM, 0.575, 0.69125, 0.69125, "Cavity Y Offset");
|
100 | 100 | // configParam(CAVITYYA_PARAM, 0.f, 1.f, 0.f, "Cavity Y Attenuation");
|
101 | 101 | // 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"); |
105 | 105 | // configParam(SOFTPALATE_PARAM, 0.f, 1.f, 0.f, "Soft Palate Toggle");
|
106 | 106 | // configInput(PITCH_INPUT, "Pitch V/Oct");
|
107 | 107 | // configInput(VOL_INPUT, "VCA Control");
|
|
190 | 190 | // // 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.
|
191 | 191 |
|
192 | 192 |
|
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()); |
195 | 195 | // //Constriction X has some impact, but not as much as I think it should.
|
196 | 196 | // constrictionX = params[CAVITYXO_PARAM].getValue() + (params[CAVITYXA_PARAM].getValue() * inputs[CAVITYX_INPUT].getVoltage());
|
197 | 197 | // constrictionY = params[CAVITYYO_PARAM].getValue() + ((params[CAVITYYA_PARAM].getValue() * inputs[CAVITYY_INPUT].getVoltage()) * 0.1);
|
|
280 | 280 | // addParam(createParamCentered<HexKnob>(mm2px(Vec(8.0, 67.941)), module, PinkTrombone::CAVITYYO_PARAM));
|
281 | 281 | // addParam(createParamCentered<SmallHexKnobInv>(mm2px(Vec(8.0, 67.941)), module, PinkTrombone::CAVITYYA_PARAM));
|
282 | 282 | // 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)); |
284 | 284 | // 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)); |
286 | 286 | // addParam(createParamCentered<CKD6>(mm2px(Vec(8.0, 104.0)), module, PinkTrombone::SOFTPALATE_PARAM));
|
287 | 287 |
|
288 | 288 | // addInput(createInputCentered<InJack>(mm2px(Vec(33.0, 46.0)), module, PinkTrombone::PITCH_INPUT));
|
|
0 commit comments