travasso
travasso
Rui Travasso
19 posts
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.
travasso · 3 years ago
Photo
Tumblr media
Virtual Exhibition at ARTeFACTo2022MACAO
0 notes
travasso · 3 years ago
Photo
Tumblr media
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
travasso · 3 years ago
Photo
Tumblr media
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
travasso · 3 years ago
Photo
Tumblr media
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
travasso · 3 years ago
Photo
Tumblr media
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
travasso · 3 years ago
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.
2 notes · View notes
travasso · 4 years ago
Text
Sensors working and triggering different audios.
1 note · View note
travasso · 4 years ago
Text
Code lines working
0 notes
travasso · 4 years ago
Text
Sound triggered through a sensor
0 notes
travasso · 4 years ago
Text
Receiving signal
0 notes
travasso · 4 years ago
Text
Processing code
Tumblr media
0 notes
travasso · 4 years ago
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
travasso · 4 years ago
Text
Tumblr media
0 notes
travasso · 4 years ago
Text
I just began connecting the devices. I’m using an arduino uno connected to a breadboard and two ToF Sensor.
1 note · View note
travasso · 4 years ago
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.
Tumblr media
1 note · View note
travasso · 4 years ago
Text
1 note · View note
travasso · 4 years ago
Text
0 notes