-
Yas
Hi,
I'm getting the same element code for two of the analogue channels on my HID, does anyone have a solution?
Here is the device info that PD is giving me:
TYPE_CODE_________#____EVENT NAME___________
abs abs_x 0 Miscellaneous Input, X-Axis
abs abs_y 0 Miscellaneous Input, Y-Axis
abs abs_z 0 Miscellaneous Input, Z-Axis
abs abs_rx 0 Miscellaneous Input, X-Rotation
abs abs_ry 0 Miscellaneous Input, Y-Rotation
abs abs_rz 0 Miscellaneous Input, Z-Rotation
abs abs_ry 1 Miscellaneous Input, Dial
abs abs_throttle 0 Miscellaneous Input, SliderI don't have an issue with other software which recognises it as "Dial", which PD is doing, but i can't access this tag...
Thanks!
Yas
-
Yas
hello!
can anyone suggest an object to convert midi note values into interval ratios/multiples?
for example: 60 in one inlet and 72 in the other outputs 2
or something along those lines...
if that makes any sense...
or a way to implement this with an expression.
thanks a lot!
-
Yas
you could use a pair of gates, have each of the outlets going to a different operator.
alternatively, probably better, you could use several semicolonated expressions and have the radio button control a switch to select the outlets.
or you could use if:
expr if ($f1 == 1, $f2 > $f3, if ($f1 == 2, $f2 == $f3, 0))
hope that helps!
-
-
Yas
haha, yeah
it's pretty obvious once someones shown you how!
thanks
-
Yas
i had a similar problem a while go, i found the best fix was to turn off the key repeat in the system prefs, or platform equiv.
weirdly, when key repeat is off, itunes won't let you jump to artist by striking keys...