GMU:Keeping Track/assignment three: Difference between revisions

From Medien Wiki
(No difference)

Revision as of 09:25, 11 November 2010

Henning: Controlling Frequency

Sine scratch.png

In this patch the movement in x-direction is mapped to the frequency of a cosine wave oscillator. The movement in y-direction is mapped to the amplitude of the cosine wave.

Henning: Visual Scratch

Scratch patch.png

In this patch the movement in x-direction controls the index of an array. The array contains the data of a sound file, so the index points to a position in the sound file. Through movement the pointer plays the sound file.