Uncategorized

Measure and Discourse (2019–2021)

About MEDIS is developed as an environment that provides tools and methods to investigate audience experiences during live performances. Project details Tasks Conception, method, design, coding, research. ToolsFusion360, Arduino, Prusa3D, JavaFX The MEDIS environment 1 MEDIShost http://andreaspirchner.com/wp-content/uploads/2021/01/MEADIS1-klein.mp4 2 MEDISanalysis http://andreaspirchner.com/wp-content/uploads/2021/01/vid-timeline-layout-2.mov 3 Interfaces: Marker // MEDIS // Type of Hardware: Stick-Interface // Type of Software: Firmware …

Measure and Discourse (2019–2021) Read More »

UNIKO Annual Report

http://andreaspirchner.com/wp-content/uploads/2023/02/Animation.mp4 // –––––––––––––––––––––––––––––––––––––––––––––––––––––––– // Program to produce the generative illustration // for the cover of UNIKO annual report. // Andreas Pirchner, 2022 // –––––––––––––––––––––––––––––––––––––––––––––––––––––––– import processing.pdf.*; // Initialize the increment values for the 3 types of shapes (cubes, lines, and points) float incCubes = 0.09; float incLines = 0.05; float incPoints = 0.015; // Initialize …

UNIKO Annual Report Read More »

Audiovisual Study

Listen with headphones. n = 3 http://andreaspirchner.com/wp-content/uploads/2022/06/n3.mp4 n = 10 http://andreaspirchner.com/wp-content/uploads/2022/06/n10.mp4 n = 30 http://andreaspirchner.com/wp-content/uploads/2022/06/n30.mp4 // –––––––––––––––––––––––––––––––––––––––––––––––––––––––– // Audiovisual Study // Andreas Pirchner, 2018 // –––––––––––––––––––––––––––––––––––––––––––––––––––––––– // This p5.js sketch generates an animated graphical representation of dots that move in circles around a central point. // The following variables are used to customize the appearance …

Audiovisual Study Read More »

Audioreactive

http://andreaspirchner.com/wp-content/uploads/2022/06/noten_cubus.mp4 Quarzt Composer, visuals temp festival, 2006 http://andreaspirchner.com/wp-content/uploads/2022/06/zahlen_matrix.mp4http://andreaspirchner.com/wp-content/uploads/2022/06/Ohne-Titel.mov Processing, visuals,  http://andreaspirchner.com/wp-content/uploads/2022/06/37991393_1617743131682085_5239702687301241478_n_17944153189080380.mp4 Binaural Audiovisual Sketch. Processing, OSC, MAX. 2018. http://andreaspirchner.com/wp-content/uploads/2022/06/37355007_128703494719231_6575331553414363611_n_17886658279245683.mp4 Binaural Audiovisual Sketch. Processing, OSC, MAX. 2018. Audioreactive Material-Displacement, C4D, 2019. Audioreactive Material-Displacement, C4D, 2019.

Austrian Musseums Association – Project Report ›Collections Reviewed‹ (2020)

About Collections are not only the unique institutional feature of museums, they are also the heart of every museum and thus the starting point for all considerations and activities. Collecting is in the nature of man and is a phenomenon that cannot be completely explained. The reasons for collecting are manifold: financial security in the …

Austrian Musseums Association – Project Report ›Collections Reviewed‹ (2020) Read More »

Ö1 Museumsommer

Radio Ö1 Museum Summer (2020)

# —————————————————————————– # Python Script to use Geo-Data in C4D for maps # Also creates a network from the lacation points. # Andreas Pirchner 2020 # —————————————————————————– import c4d import json import random import math # Needed C4D Objects: # “CityPin”, “MuseumPin”, “SplineNet” class museum: def __init__(self, name, lat, lon): self.name = name self.lat = …

Radio Ö1 Museum Summer (2020) Read More »

KUG Broschure (2019)

/*————————————————-*/ /* Random Walk Generator */ /* Made with Processing */ /* Andreas Pirchner, 2019 */ /*————————————————-*/ import processing.pdf.*; PointCloud cloudy; PVector cloudOrigin; float spacing; int pathLength = 500; ArrayList neighbours; ArrayList randomWalk; void setup(){ size(1000,1000,P2D); background(255); cloudOrigin = new PVector(0,0,0); spacing = width / 100; cloudy = new PointCloud(80,80, cloudOrigin, spacing); randomWalk = new …

KUG Broschure (2019) Read More »