Creative Code Stammtisch

A monthly open conversation between artists, makers, designers, coders, performers, learners and anyone interested in the use of computing skills for artistic expression.

Edit this site on GitHub

CCStammtisch document (1st Friday every month)

CCJam document (3rd Saturday every month)

Follow us on Twitter:
@CreativeCodeBLN

Old list of events

August 4th, Stammtisch #112

~41 ppl

== introductions ==

Presentations part 1

Maren Strack

https://maren-strack.de/en/

Visual artist. Her next piece involves a costume with accordions.

Maren is asking a technical question regarding her new project where she plans to project two accordions into 2 huge fans attached to her arms. In a sense of interactive projection mapping.

Solutions proposed:

- Use an infrared light illuminating only the fans and performer but not the background wall. Then use an infrared camera to extract the contour from the black and white image captured by the camera. Then process this b\&w image using custom software.

- Kinect depth camera.

- IR LEDs attached to the fans.

- Use a phone to detect the fan orientation orientation, send the orientation value to a computer to produce visuals.

- Back projection so no need for tracking or segmentation.

- An crazy complex system of threads and wire pulleys that detects the exact position of the arms and the performer

- Small IMU sensors on the extremities of the fans.

- Rotary potentiometer controlled by someone, no sensors needed.

Josh

Josh presents the berghain box, an antique tin tabbaco box converted into a perpetual kick machine. The box includes an arduino running mozzi and produces an 8bit kick sound. Together with the physical knobs, Johsn can produce diverse 4n4 kick tracks.

PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM PUM

mozzi library

https://sensorium.github.io/Mozzi/

https://lucidbeaming.com/

https://lucidbeaming.com/art/bbox

Micha

Synesthesia audio-reactive visual instrument for VJs and AV performers

https://app.synesthesia.live/docs/

Uses they custom shader language, SSF (Synesthesia Shader Format) which is a variation of ISF (Interactive Shader Format). Easy to import shaders from shadertoy and other shader sandboxes.

Shows a live visuals demonstration with music and a MIDI controller to perform with parameters over a patch created using Synesthesia framework and custom shaders.

Note: Synesthesia is proprietary software with a license but it is “relatively cheap”

http://www.mokorebi.com/

https://www.instagram.com/jiagual.art/

https://twitter.com/jiagual

https://www.shadertoy.com/user/phreax

David

https://netart.today/

Curator of this prestigious gallery that exclusively collects broken net art that doesn’t work anymore.

There are organisations that are attempting to preserve it but it’s pretty hard and it doesn’t pay much.

David shows this work of net-art as an example: https://anthology.rhizome.org/airworld

Would like to receive suggestions on how to experience broken digital artworks in a better way than simple screenshots.

== announcements ==

https://creativecodehideout.gatsbyjs.io/

== break ==

Presentations part 2

Felix

https://felixbalda.com

He tweaked his website and made his logo interactive. The visitor can interact with it with the mouse, temporarily disolving it.

Warrier

https://www.instagram.com/vanilla__punk/

Animator, mixing 2D and 3D with Blender. Lately experimenting with AI.

Presents some of her amazing video loops.

Shows example of video with face tracking and generative “face mask”.

Irune Arancibia

https://vimeo.com/839376170

Edited with Touch Designer to add visual effects. She would like to learn more about TD and what you can do with it.

Anna and Tiago

https://github.com/akinml/buchla

Audio synthesis in Python in a Jupyter notebook

Recreating a Buchla synthesizer.

They demo a long study in sound generators of different kinds. The notebook can visualize the waveforms and play them aloud.

Reference for ByteBeats (online experimentation website):

https://greggman.com/downloads/examples/html5bytebeat/html5bytebeat.html