Rui Travasso (1979), clarinetista e doutorando em Média-Arte Digital pela Universidade Aberta e Universidade do Algarve.
Don't wanna be here? Send us removal request.
Photo
Virtual Exhibition at ARTeFACTo2022MACAO
0 notes
Photo

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=
0 notes
Photo

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=
0 notes
Photo

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=
0 notes
Photo

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
1 note
·
View note
Video
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.
#madclarinet#media arte digital#clarinet#new media art#performance#music performance#classical music#new music#sound art
2 notes
·
View notes
Text
Sensors working and triggering different audios.
#clarinet#clarinete#newmusic#art#art digital media#digital art#instrument#media arte digital#moviment maker#fablab#madclarinet
1 note
·
View note
Text
Sound triggered through a sensor
0 notes
Text
Receiving signal
#clarinet#clarinete#newmusic#instrument#art#art digital media#digital art#media arte digital#makersmovement#moviment maker#fablab
0 notes
Text
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; } } }
0 notes
Text
0 notes
Text
I just began connecting the devices. I’m using an arduino uno connected to a breadboard and two ToF Sensor.
#clarinet#clarinete#newmusic#fablab#moviment maker#art#art digital media#media arte digital#digital art
1 note
·
View note
Text
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.

1 note
·
View note
Text
1 note
·
View note
Text
0 notes