Virtual Exhibition at ARTeFACTo2022MACAO

pixel skylines
dirt enthusiast
Cosmic Funnies
Lint Roller? I Barely Know Her
let's talk about Bridgerton tea, my ask is open

No title available
No title available

titsay
Monterey Bay Aquarium
he wasn't even looking at me and he found me
Game of Thrones Daily
will byers stan first human second
No title available

JBB: An Artblog!
🪼
d e v o n
RMH

Product Placement
Alisa U Zemlji Chuda
TVSTRANGERTHINGS

seen from United States

seen from Slovakia

seen from Italy

seen from Malaysia

seen from Germany
seen from United States

seen from Malaysia

seen from Indonesia
seen from United States

seen from Singapore

seen from Malaysia

seen from Malaysia
seen from Singapore

seen from United States
seen from Germany
seen from Sweden

seen from United States

seen from United States

seen from Italy

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.