-
hugo_s
posted in technical issues • read moreHi everyone,
I am starting to use pd's datastructures. But I am very surprised that there is no "drawcircle" object, with argument such as center coordinates and radius.
How do you draw circles ?By the way, if anyone knows where to find some advanced documentation on data structures, I've used PD's data structures tutorial by MR. Karman, which was very good, but I would like to have more complete information.
Thank you, -
hugo_s
posted in technical issues • read moreYou should try the zl object. It's in the cyclone library. It's got a 'nth' method which takes a list as argument and outputs the specified nth element.
-
hugo_s
posted in technical issues • read moreThanks, Katja (I love this forum).
Here is the link for the tutorial: http://puredata.info/Members/ggkarman/Tutoriales/datastruct_en_02/view
It was actually hidden somewhere on the maze that is pd's official website. -
hugo_s
posted in technical issues • read moreyeah, thank you, actually I was very afraid of this kind of answer ^^.
Anyway datastructures are an awesome feature.
I was planning to move to max, but I don't think there is anything equivalent.