Pierre Proske

Results 8 issues of Pierre Proske

In addition to sliders working with ofParameter, here's a boolean toggle version...

If I run one of the demo 480p hap videos I found online in the example, my CPU shoots to around 100-120% CPU usage according to the 'top' tool. Running...

While testing this addon, the default sample video worked fine, but when I tried these, I got crashes after around 5-20 seconds. Also, CPU usage went through the roof. I've...

When using p5.Part, both stop() and pause() are identical. They only pause playback. Stop() should reset to the first step and halt there. Here's a code example of the problem:...

This is useful to disable/enable GUI elements. I'm using this for example together with multiple GUI objects in different scenes.

When a scene is terminated by calling nextScene(), an exit( function is called. This is useful for cleaning up stuff after a scene is finished.

Please rename setPixelFormat to setPixelInputFormat. This makes things a lot clearer imo. Also please add an h264 .mp4 example...it's a very common target. Thanks! e.g. fileExt = ".mp4"; vidRecorder.setVideoCodec("libx264"); vidRecord.setPixelOutputFormat("yuv420p");

The following line is commented out in the QuadWarper (in setup), meaning that the corners are not editable. Discovered this when I was updating an older project. Any reason for...