Virtual Exhibition at ARTeFACTo2022MACAO
2025 on Tumblr: Trends That Defined the Year
official daine visual archive
Claire Keane
occasionally subtle
Cosimo Galluzzi
Show & Tell
"I'm Dorothy Gale from Kansas"

@theartofmadeline

#extradirty
taylor price
The Bowery Presents

Andulka
No title available
he wasn't even looking at me and he found me
No title available
Keni
Fai_Ryy

blake kathryn
YOU ARE THE REASON
d e v o n
seen from United States

seen from Germany

seen from China
seen from Singapore

seen from Lebanon

seen from United States
seen from United States

seen from Maldives
seen from India

seen from United States

seen from United States

seen from United Kingdom

seen from Türkiye
seen from United States

seen from United States
seen from Germany
seen from Russia

seen from Nicaragua
seen from Spain
seen from United States
@travasso
Virtual Exhibition at ARTeFACTo2022MACAO
MAD Clarinet 2.1. em estreia no FICA numa parceria com @luis_markes e com o apoio do @ciac.centro_de_investigacao e da @ualg_universidadedoalgarve A incrível foto é da autoria de @_nicole__sanchez_ #fica #madclarinet #ciac #feirainternacionaldeciencia #ualg https://www.instagram.com/p/Cjkch5Rg4dY/?igshid=NGJjMDIxMWI=
MAD Clarinet em preparação para o FIC.A - Festival Internacional de Ciência em Oeiras. Projeto em parceria com @luis_markes e @ciac.centro_de_investigacao #ciac #fica #festivalinternacionaldeciencia #madclarinet #mediaartedigital #mad https://www.instagram.com/p/CjIKHfRg1Ub/?igshid=NGJjMDIxMWI=
I just released my new single Hommage à J S Bach from Bela Kovacs. Thank you @orquestraclassicadosul @yamaha.bandandorchestra @yamahamusiceurope @daddariowoodwinds https://www.instagram.com/p/CdeSz-cMlkd/?igshid=NGJjMDIxMWI=
https://travasso.tumblr.com/post/676250831449899008/mad-clarinet-sampler-after-a-while-without #madclarinet #clarinet #travasso #yamahabandandorchestra #ocs #daddariowoodwinds https://www.instagram.com/p/CZ_0VEvMcF_/?utm_medium=tumblr
MAD Clarinet sampler
after a while without developments, I finished the device and now its working.
MAD Clarinet is about travels and the different kinds of travellers, so, in the video, we can see a sampler related to travellers from nomads and refugees.
Sensors working and triggering different audios.
Code lines working
Sound triggered through a sensor
Receiving signal
Processing code
Code for the Pir Sensor https://lastminuteengineers.com/pir-sensor-arduino-tutorial/
int ledPin = 13; // choose the pin for the LED int inputPin = 8; // choose the input pin (for PIR sensor) int pirState = LOW; // we start, assuming no motion detected int val = 0; // variable for reading the pin status void setup() { pinMode(ledPin, OUTPUT); // declare LED as output pinMode(inputPin, INPUT); // declare sensor as input Serial.begin(9600); } void loop(){ val = digitalRead(inputPin); // read input value if (val == HIGH) // check if the input is HIGH { digitalWrite(ledPin, HIGH); // turn LED ON if (pirState == LOW) { Serial.println("Motion detected!"); // print on output change pirState = HIGH; } } else { digitalWrite(ledPin, LOW); // turn LED OFF if (pirState == HIGH) { Serial.println("Motion ended!"); // print on output change pirState = LOW; } } }
I just began connecting the devices. I’m using an arduino uno connected to a breadboard and two ToF Sensor.
MAD Clarinet
Today I am starting a diary of my new musical project.
This project consists in a clarinet performance with some digital devices which trigger different sound effects.
On this first part of the project, the important thing is to connect all the devices and to learn how I can deal with it.
If anyone would like to interact with me about it, please do it.