Week 16: Final Project

“Chromesthesian Piano Painting” Ornella Brown 2019318166Interactive Video “Chromesthesian Piano Painting” is an audio visualization application in which users click a key or color on a keyboard and a note is played. Each note corresponds with a color and the color is what a person with a condition known as Chromesthesia would see when they hear …

Week 10 Homework: Final Project Idea

Chromesthesian Piano Painting 2019318166Ornella BrownInteractive Video 2019, SKKU “Chromesthesian Piano Painting” is a data and audio visualization application in which users click a key or color on a keyboard and a note is played. Each note corresponds with a color and the color is what a person with a condition known as Chromesthesia would see …

Week 7 Homework

String[] name = { “Mon:”, “Tues:”, “Wed:”, “Thurs:”, “Fri:”, “Sat:”, “Sun:”, }; int[] airQuality = { 77, 39, 65, 104, 28, 84, 101, }; void setup(){ size(1000, 500); fill(#FFFFFF) ; } void draw(){ background(#A7E2FF) ; int x=0; for(int i=0;i<7;i++){ for(int n=0; n<airQuality[i]; n++){ pushMatrix(); scale(.55); //translate(-145,-240); translate(i*256-145, n*6-240); stroke (0); fill(255,255,255); beginShape(); vertex(202, 343); bezierVertex(138, …

Design a site like this with WordPress.com
Get started