Building on my previous Quartz Composer audio responsive sphere’s, I’ve changed the sphere’s to particles that float from the bottom to the top of the screen. The particles pulse to noise that is picked up from the microphone with the Audio Input patch. You can have a look at responsive_particles.qtz here.

I have also added a colour control so that the colours of the particles are controlled by the audio spectrum.

Audio Responsive Spheres

June 3rd, 2008

Using Quartz Composer and the Audio Input patch, I’ve created a series of spheres that respond to audio input through the microphone.

In the file responsive_spheres.qtz I have two set’s of spheres. One of which, the set of sphere’s is always visible and they get bigger with audio input. The other set of sphere’s vanish in silence, and as the volume of audio increases, the amount of spheres and their size increases.

Introduction to Flex

May 1st, 2008

Adobe Flex is similar to Flash in that both of them use the same graphics engine and they both allow you to use Actionscript.

However, Flex is free, open source, and is written using MXML. It consists of Actionscrupt libraries that give access to the Flash drawing engine and a compiler, however, rather than compiling through the development environment such as in flash, it is done via the command line. Flash is also based more around the time line than Flex.

Flex has similarities to HTML and to my understanding is based on XML, so most of it seems fairly easy to read to me. The Actionscript files are virtually the same as the appearance of the Actionscript files you would use in Flash.

Read the rest of this entry »

The root macro patch for the rotating Marilyn Cube in Quartz Composer.The second exercise of the week 7 KKB210: Computational Arts 1 tutorial was to have a look at a couple of files, cube-marilyn.qtz and 5-marilyn.qtz and effectively combine the two. The first file, cube-marilyn.qtz has a rotating cube, with a single Marilyn image on each side similar to what we had to make in the first exercise, except that it has two extra interpolations, so it now has one for each axis that it can rotate on. It also has a different duration on each axis, so it creates the appearance of changing speed. The second file, 5-marilyn.qtz contains a grid of four Marilyn images. They are all the same original image, but each of the four runs variations of exposure adjustments, gamma adjustments, alpha masks, colour inverts and other effects.

Read the rest of this entry »

Quartz Composer Exercise 1, Rotating CubeDuring week 7 of KKB210: Computational Arts 1, we were introduced to Quartz Composer. Quartz Composer uses patches to create a composition framework of audio and video through different classes and protocols.

Our first exercise was to make a rotating cube and apply the provided Marilyn painting to each side in a different colour. This was reasonably easy as the colours could all be controlled just by changing the settings in the cube Patch Inspector.

Read the rest of this entry »