20081108

MV concept2

The concept of making music using the images and sound of computer and machines.


1. Scanner

Original clip



Modified clip1





Modified clip2




Modified clip3




Modified clip4





2. Printer


Original clip



Modified clip1



Modified clip2





3. Switch

original clip




Modified clip





4. Electric circuit

Original clip




Modified clip



20081103

code:again

a_mc.stop();
a_mc._visible = false;
button_btn.onRelease = function() {
//a_mc._visible = true;
//a_mc.start();
/*
defaultLength = 4;
//char[] str = "c4d4e4f4g4a4b4c4";
str = musiccode1;
if (str != null || str.length > 0) {
for (i = 0; i < currentchar =" str[i];" nextchar =" 0;" nextchar =" str[i" length =" 0;" sharp =" 0;" nextchar ="="" sharp =" 1;" nextposition =" i"> 0 && i +1 + sharp < nextchar =" str[nextposition];">= '0' && nextchar <= '9') { length = nextchar - '0'; i = nextposition; } else { length = defaultLength; } // 여기까지해서 currentchar와 length확인 완료 if ((currentchar <= 'g' && currentchar >= 'a') || (currentchar <= 'G' && currentchar >= 'A') {
if (sharp == 0) {
gotoAndPlay(currentChar + "");
} else {
gotoAndPlay(currentChar + "+");
}
} else {
gotoAndPlay("r");
}
}
}
*/
};
submit_btn.onRelease = function() {
//a_mc._visible = true;
//a_mc.play();
gotoAndPlay("b");
//a_mc.stop();
};
stop();
//musiccode = musiccode1.toLowerCase();

concept1: reactive music video player

[concept]
The player processes music video automatically when I input codes of music.
music code's FORM is borrowed from an online game.
That code is used in the game as a music score to play.

The form of code is:




a~g: la~sol musical scale
r: pause
#: sharp
numeral: length od the note
<,>: octave moving


I'll use this strategy to incode a music.



[sketchs]