-
rjp9
@whale-av I think I understood everything about that floss tutorial EXCEPT the bit about the [hip~ ]. How does [hip~ } effectively translate a signal in the same way {-~ 1] does?
-
-
rjp9
@maxdavidson Some links you can check out:
https://puredata.info/docs/faq/macosx
https://puredata.info/docs/faq/help-pd-crashes-on-startup-on-mac-osx-10-7
http://forum.pdpatchrepo.info/topic/7236/pd-extended-has-stopped-working-on-mac-help/11Also, make sure you have X11 installed. pd needs that to run. Used to be installed by default but every since OS 10.6 or so Apple stopped including it in their operating systems.
-
rjp9
@maxdavidson What kind of computer do you have and what OS ? What version of pd are you installing?
-
rjp9
@csschupp I mean...we can help you for free too! Are you allowed to post your patch?
-
rjp9
@mx This could take a long time to type out the explanation for all this. I'd be glad to help you. but here's some stuff you might want to look at first. Your patch is essentially just G09.pitchshift from the pd tutorials. Check out that file for some documentation. Also, here's what Miller has to say:
http://msp.ucsd.edu/techniques/latest/book-html/node115.html#sect7.pitchshift
and more specifcically:
http://msp.ucsd.edu/techniques/latest/book-html/node125.htmlAfter reading, let me know if there's anything you would like help with understanding
edit: less technical explanations:
http://www.katjaas.nl/pitchshift/pitchshift.html
http://pd-tutorial.com/english/ch03s07.html
And a vid for max instead of pd but the concepts are the same
-
rjp9
@moih Usually the help file will tell you. Although the help file for this particular object is pretty sparse. I shined my phone light into my mac's camera and would get values around 9000 before the number boxes simply outputted a "+" which typically means overload. You might have to do some math to get these sensors numbers into a reasonable range.
-
rjp9
@moih {expr ($f1 /HighestIncomingValue)*127]
Or in english: Your incoming sensor data, divided by the max level possible, multiplied by 127. This scales your incoming range to 0-127