@kandid@chaos.social
@kandid@chaos.social avatar

kandid

@kandid@chaos.social

visual experiments and video art.

license CC BY-NC-SA 4.0

This profile is from a federated server and may be incomplete. Browse more on the original instance.

kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar

A TV set in a white cube.

Nam June Paik
Zen for TV

On display at #ZKM.

kandid, to random
@kandid@chaos.social avatar

A reminiscence of the analog tube radios of my childhood. You could wind a red pointer over the scale to tune the receiver to a different frequency. And you could often hear several radio stations overlapping.

In this animation, vertical bars are constantly moving across the screen. These pointers determine which stations are superimposed.

Best listen with earphone. Or on a stereo player

#radiostation

Blue and yellow stripes are superimposed on a film of the Earth taken from the ISS. The movement of the stripes influences which transmitters can be heard. They also change the stereo panning.

noneuclideandreamer, to random German
@noneuclideandreamer@mathstodon.xyz avatar
kandid,
@kandid@chaos.social avatar

@noneuclideandreamer This question has been occupying me for some time:

I want to avoid adding a ready-made composition to an animation. Which has no relation to the events in the graphic animation.

I want to avoid generating only noise from the graphic movements or the graphic glitch effects. Without a musical structure.

And i am fascinated by the way Iannis Xenakis composed music.
https://de.wikipedia.org/wiki/Iannis_Xenakis#Kompositionen

noneuclideandreamer, to random German
@noneuclideandreamer@mathstodon.xyz avatar
kandid,
@kandid@chaos.social avatar

@noneuclideandreamer Das hört sich gut an.

kandid, to photography
@kandid@chaos.social avatar

a rose in different states of #databending

#photography

kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar

A teletypewriter of an LGP-30 machine.

Edward Lorenz worked on differential equations for atmospheric convection. Programming the LGP-30 was done by Ellen Fetter.

That's why I decided that these shapes should move on an Lorenz attractor.

https://gitlab.com/metagrowing/jean/-/blob/main/sketchbook/lgp-30-lorenz/LGP-30.clj?ref_type=heads

#Clojure #livecoding

Shapes move along a non-periodic path across the plane. In doing so, they reveal the underlying images. A mechanical teletype and the drawing of a flower.

kandid, to random
@kandid@chaos.social avatar
bleuje, (edited ) to random French
@bleuje@mastodon.social avatar

Here's a demo video of my interactive physarum project.

Longer video: https://www.youtube.com/watch?v=4hLtjlaVzsk
More information and code: https://github.com/Bleuje/interactive-physarum
(based on algorithm/parameters from Sage Jenson)

kandid,
@kandid@chaos.social avatar

@bleuje I had experimented with the Physarum Transport Network some years ago. The code for these two animations is written in OpenCL.

One example where the Physarum Transport Network "grows on a movie".
https://vimeo.com/581624373

And an example where the sound influences the growth of the network.
https://vimeo.com/586674396

kandid, to random
@kandid@chaos.social avatar

Another example that was created with Jean. Jean is a live coding software for visuals and sound. This example was recorded without sound and without the #Clojure code. Images in the background by Joseph Constantine Stadler (1780–1812).

#livecoding visuals.

https://gitlab.com/metagrowing/jean/-/blob/main/sketchbook/Joseph_Constantine_Stadler/blend-colorfull.clj?ref_type=heads

Drawings of flowers and a hummingbird are painted over with blue and orange shapes.

kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar

During the winter i developed another #livecoding tool. For visuals and for manipulating predefined sounds. The movements in the visuals are able to communicate with Synths in #SuperCollider.

Now i have published the source code and a few examples. The last days i started to write a description. The description is still very incomplete.

You can find out more here:
https://gitlab.com/metagrowing/jean

Moving red an blue shapes. The movement of the shapes has an influence on the sound.

noneuclideandreamer, to genart
@noneuclideandreamer@mathstodon.xyz avatar

Alright, May Theme is Sound!

Doesn't sound or look so great yet, but the month is young! Here I try out different ... Scales?

Gotta find a "Music Theory for Dummies" or so in the School Library...

#creativecoding #sound #scrappyfiddles

video/mp4

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer
Mit diesem Buch habe ich das programmieren von Sounds gelernt. Ich hatte kein Wissen über Notensysteme und was sonst alles noch zur Kompositionstheorie gehört. Die Programmiersprache für #SuperCollider stammt wahrscheinlich von der objektorientiertem Sprache Smalltalk ab.

The SuperCollider Book
Edited by Scott Wilson, David Cottle and Nick Collins
ISBN-13 ‏ : ‎ 978-0262232692

kandid,
@kandid@chaos.social avatar

Ich schreibe die visuellen Animationen in Java oder C++. Sende dann pro Frame oder bei einer “Kollision” ein OSC Paket an SuperCollider. Bei meinem letzten System waren mehr als 90% im Java, 5% in SuperCollider (und 5% LiveCoding in Clojure) programmiert. Ich will dies noch beschreiben und dann als open source veröffentlichen.
1/2

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer Beispiel: das 3 Körperproblem.
Vorbedingung: die Positionen können in Echtzeit berechnet werden.
Pro Frame werden die Geschwindigkeiten an SuperCollider gesendet und verändern die Tonhöhe (Oberschwingung ..) eines Soundgenerators.
Pro beinahe Kollision wird ein kurzer zusätzlicher Sound gestartet.

Das Stichwort ist Sonification.
2/2

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer Hier habe ich angefangen zu beschreiben wie ich #Java und #SuperCollider kopple. Das "Jean live coding System" ist damit noch nicht erklärt. Aber die Links zeigen wie die Visualisierung Open Sound Control Telegramme sendet. Und wie die passenden Empfänger in SuperCollider aussehen. Weiter oben im Text ist auch meine Motivation notiert warum ich die audio-visuelle Kopplung gerade so gelöst habe.

https://gitlab.com/metagrowing/jean#using-super-collider-to-generate-sounds

https://gitlab.com/metagrowing/jean/-/blob/main/src/jean/OSCout/ScStreamSender.java?ref_type=heads

https://gitlab.com/metagrowing/jean/-/blob/main/src/jean/OSCout/ScSynthSender.java?ref_type=heads

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer jMusic kannte ich nicht. Habe gerade die jMusic Homepage und Beispiele angesehen. OK, damit kann man vollständig in der Java Welt bleiben um einen Technologiemix zu vermeiden.
jMmusic kannte ich nicht. Habe gerade die Hompage und Beispiele angesehen. OK, damit kann man vollständig in der Java Welt bleiben um einen Technologiemix zu vermeiden.
1/2

kandid,
@kandid@chaos.social avatar

@noneuclideandreamer Mit dem konfigurieren der Audio Signale habe ich viel Zeit verbraucht und nicht das Gewünschte erreicht. Es gibt im Debian / Linux unterschiedliche Transportmechanismen, alsa, jack, pipewire das jack emuliert.... MIDI nur exklusive von einem genutzt, Aber digitale Sounds Samples können kombiniert werden. Ich habe bei eigentlich einfachen Dingen aufgegeben.
2/2

kandid, to random
@kandid@chaos.social avatar

A few days ago i was in the city.

#databending

kandid, to random
@kandid@chaos.social avatar

"Erdbeer Liebe" and #databending

kandid, to random
@kandid@chaos.social avatar

rococo #databending

kandid, to random
@kandid@chaos.social avatar
kandid, to random
@kandid@chaos.social avatar

The picture as a whole looks chaotic. And is in candy colors.

But if you look at the details in the image, parts of the original photo are still recognizable. A rose, a cushion cover, the number 2022.

#databending

The entire picture. Horizontal stripes in rainbow colors.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • GTA5RPClips
  • Youngstown
  • everett
  • slotface
  • rosin
  • osvaldo12
  • mdbf
  • ngwrru68w68
  • megavids
  • cubers
  • modclub
  • normalnudes
  • tester
  • khanakhh
  • Durango
  • ethstaker
  • tacticalgear
  • Leos
  • provamag3
  • anitta
  • cisconetworking
  • lostlight
  • All magazines