You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ available at https://github.com/cutelabnyc/pink-trombone-cpp
28
28
29
29
-[ ] Pallete Close / Nasal Only (Gate)
30
30
31
-
>
31
+
> I **think** this is just ToungeY going negative
32
32
33
33
-[x] Limit Pitch range to prevent loss of output - limit seems to be ~ 135hz
34
34
@@ -38,7 +38,10 @@ available at https://github.com/cutelabnyc/pink-trombone-cpp
38
38
39
39
> They seem to have no effect?
40
40
41
-
-[ ] Figure out why pitch wobble occassionaly stops?
41
+
-[x] Figure out why pitch wobble occassionaly stops?
42
+
43
+
> ~~This might have to do with `glottis->totalTime` and the size of timeStep, but I'm not sure yet. This really does ruin the vocal effect to not have this, so this NEEDS fixed~~
44
+
time was limited to 512. The solution is hacky and probably in a bad place, but at least it's fixed.
42
45
43
46
-[ ] Determine if any other parameters should have controls
44
47
@@ -59,6 +62,8 @@ available at https://github.com/cutelabnyc/pink-trombone-cpp
59
62
-[ ] Nose len
60
63
61
64
> At least for now this doesn't appear to do anything, but I haven't yet figured out how to colse the pallete / use the nose, so that makes sense.
65
+
>
66
+
> ... Okay, obviously it does something. Set the nose length to 44 (the same as `n`, which I still don't know what is) and it seems to be closer to the web version now?
glottis->setIntensity(inputs[SOFTPALATE_INPUT].getVoltage() / 10.f); // This works, however, intensity needs to be clamped between 0 and 1, otherwise the the tenseness prameter has no effect.
163
+
if (inputs[SOFTPALATE_INPUT].isConnected()){
164
+
glottis->setIntensity(inputs[SOFTPALATE_INPUT].getVoltage() / 10.f); // This works, however, intensity needs to be clamped between 0 and 1, otherwise the the tenseness prameter has no effect.
0 commit comments