Radek Titěra

Results 6 issues of Radek Titěra

### mistake in comments line 8 import processing.sound.*; SawOsc saw; void setup() { size(640, 360); background(255); **// Create square wave oscillator.** saw = new SawOsc(this); saw.play(); } void draw() {...

### mistake in comments line 8 ``` import processing.sound.*; SawOsc saw; void setup() { size(640, 360); background(255); **// Create square wave oscillator.** saw = new SawOsc(this); saw.play(); } void draw()...

I have looked at the first few pages (before Matt's General Store) and here are all the page configurations that are in use. ## 1. Image + Options ![Screenshot from...

Maybe a `input` element is enough

Right now for rendering a new line you must add a new element in the JSON string array. @shiffman already suggested using the `text()` function where you can specify the...

This algorithm was invented with fixing images with missing pixels. It however doesn't work that well for that, but what it works well for is art. [Wikipedia](https://en.wikipedia.org/wiki/Kuwahara_filter) Kuwahara Filtering works...