i have created a shape using vertex an bezierVertex, how can i rotate this shape around its Center?
with shapeMode(Center) it rotates around the upper left corner,
maybe i can calculate the center but how?
Hey,
i just want to record a sound what will be generated with SineWave.
i just find examples how i can record the input...
but how can i record what the processing app does?
I dont need a single frames, I just want wo work with frames which are in a "group of frames". With for example 5 Frames.
i need this:
100
101
102
103
104
105
but not this:
120
121
and not this:
140
141
142
143
In the moment I check the frames
with
for(int i=1; i<datei.length; i++) {
if(element[i-1].frame-element[i].frame>=-1) {
println (element[i-1].frame);
println (element[i].frame);
}
but how can i check if the frame is in a "group of frames" too?
i want to load and display different files,
svg, png etc: no problem but is there a way to load a pdf?
i just know how i can export a pdf
but how can i import?