Followbutton

viernes, 26 de agosto de 2011

User survey

For my Master Thesis in the Pompeu Fabra University, I had to make a user evaluation survey, which I did entirely on Google Docs and then mailed to all the participants, and enabled resend so that they could further share it with other people. The Form will be closed for answers September 1st, 2011.

Thanks to all of the people who collaborated and filled out this form.


miércoles, 9 de marzo de 2011

Painting with the Novation Launchpad

This is a personal project I started to see if i could use my Novation Launchpad to paint. Basically, to see if i could use the 8x8 grid as an output device, or a very low resolution screen. Also, to try to learn some Max/MSP in the process.

At first I downloaded the Launchpad programmers reference but found it too advanced for my initial purposes. This controller is able to send and receive MIDI data in order to light up the LEDs that are in the matrix. So my initial guess was to just use some sort of matrix interface in Max and map it to the MIDI notes that make them light up. The decimal equivalent for the Launchpad LEDs is this:

From the reference manual

What this means is that if you send a MIDI note with note number 0 and a velocity number as indicated in the following table:

Also from the manual
The top left led in the matrix will light up in the desired color. So far, so good. The problem was that the matrix control in Max doesn't have the same format, it uses column and row number at the output. to convert this into the MIDI note that you want I simply did this:

MIDI Note =  column  + 16*row

So that the LED corresponding to the sixth row and third column then is 2 + 16*5 = 82 (since the first row and column number is 0,0). For the velocity a simple selector between the values 12, 15, 62, 63 and 60 was mapped to the circular buttons on the right of the launchpad, so the color is selected only from those buttons.

The patch has a few bugs still, like you have to go into edit mode and manually select the Launchpad input and output ports. However, you can download it here. I will edit this post later to include some images and videos from the patch working, so that is not so abstract. 


martes, 8 de marzo de 2011

This has started

I started this post for three main reasons:

To show work that I've done in the past or I'm currently working on, to show other interesting projects and to simply have some space in which I can give my personal opinion on certain things, and maybe share it with others.

Since I have nothing new I'll just share a project I did with some colleagues in the Master of Sound and Music Computing at the UPF for a workshop on interactive systems.The project video is in Spanish, but many posts will be in Spanish anyway, so I hope that won't be a problem.


In this project we were (in alphabetical order, not in order of importance, obviously):

- Andrés Bucci
- Jorge García
- Imanol Gómez
- Álvaro Sarasúa

I'll put more comments on the project in a later post. It's time to have a first entrance.