1 / 11

1 . Project Title

1 . Project Title. Music Sketchbook = Make a piece of music with Tablet. 2. Project Description. It’s an Music Sketchbook. When you draw with any motion on tablet, it makes sound by position of a tablet pan and pressure of the pan. You are not just drawing a picture, you can drawing music.

veata
Télécharger la présentation

1 . Project Title

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 1. Project Title Music Sketchbook = Make a piece of music with Tablet

  2. 2. Project Description It’s an Music Sketchbook. When you draw with any motion on tablet,it makes sound by position of a tablet pan and pressure of the pan. You are not just drawing a picture, you can drawing music. What you are drawing becomes a piece of music.

  3. 3. Project Description tablet screen projector

  4. 4. Technology Research Processing+ Processing Library ‘Midibus’

  5. 4. Technology Research Processing code ; tablet test (position, pressure) import codeanticode.protablet.*; Tablet tablet; void setup() { size(640, 480); tablet = new Tablet(this); background(0); stroke(255); } void draw() { if (mousePressed) { strokeWeight(30 * tablet.getPressure()); line(pmouseX, pmouseY, mouseX, mouseY); } println("TiltX: " + tablet.getTiltX() + " " + "TiltY: " + tablet.getTiltY());

  6. 5. Problem & development point • Visual: remain possible to change colors • Remove button • Technical : Following color change, type of sound change • change Sound level, depend on pressure

  7. 6. Final Processing code

  8. THANK YOU :)

More Related