day4 sound file update

This commit is contained in:
Dooho Yi 2018-11-11 00:31:35 +09:00
parent d1bd23eb09
commit 19073322b6
32 changed files with 83 additions and 83 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -25,21 +25,21 @@ $(document).ready(function() {
//clap //clap
AudioImport_p5("./audio/clap@2/" + ("0" + getRandomInt(1, 2)).slice(-2) + ".mp3"), AudioImport_p5("./audio/clap@2/" + ("0" + getRandomInt(1, 2)).slice(-2) + ".mp3"),
//beach_sounds page 1 ==> 7 //beach_sounds page 1 ==> 7
AudioImport("./audio/beach/북+하모니카.mp3"),
AudioImport("./audio/beach/합주.mp3"), AudioImport("./audio/beach/합주.mp3"),
AudioImport("./audio/beach/낙엽.mp3"), AudioImport("./audio/beach/낙엽.mp3"),
AudioImport("./audio/beach/변했데.mp3"), AudioImport("./audio/beach/새소리.mp3"),
AudioImport("./audio/beach/물장구.mp3"), AudioImport("./audio/beach/물장구.mp3"),
AudioImport("./audio/beach/흥얼거림.mp3"), AudioImport("./audio/beach/이름들.mp3"),
AudioImport("./audio/beach/모래놀이.mp3"), AudioImport("./audio/beach/물방울.mp3"),
AudioImport("./audio/beach/사람들.mp3"),
//beach_sounds page 2 ==> 7 //beach_sounds page 2 ==> 7
AudioImport("./audio/beach/물소리.mp3"), AudioImport("./audio/beach/나무리듬.mp3"),
AudioImport("./audio/beach/하모니카.mp3"), AudioImport("./audio/beach/바람개비.mp3"),
AudioImport("./audio/beach/갈대마디.mp3"), AudioImport("./audio/beach/일이삼사.mp3"),
AudioImport("./audio/beach/바람불어오는.mp3"), AudioImport("./audio/beach/뻐꾸기웃음.mp3"),
AudioImport("./audio/beach/달팽이종소리.mp3"), AudioImport("./audio/beach/모래던지기.mp3"),
AudioImport("./audio/beach/나무다리건너.mp3"), AudioImport("./audio/beach/귀요미물소리.mp3"),
AudioImport("./audio/beach/안녕이름들.mp3"), AudioImport("./audio/beach/하모니카와멜로디온.mp3"),
// //
]).then(function(imports) { ]).then(function(imports) {
//imgs //imgs
@ -55,37 +55,37 @@ $(document).ready(function() {
//beach list //beach list
//NOTE: beware! same key is not allowed!! every keys should have different name!! //NOTE: beware! same key is not allowed!! every keys should have different name!!
var beach_sounds = { var beach_sounds = {
'북하모니': imports[8], '합주' : imports[8],
'합주': imports[9], '낙엽' : imports[9],
'낙엽': imports[10], '새소리' : imports[10],
'변했데': imports[11], '물장구' : imports[11],
'물장구': imports[12], '이름들' : imports[12],
'흥얼': imports[13], '물방울' : imports[13],
'모래놀이': imports[14], '사람들' : imports[14],
'물소리': imports[15], '나무리듬' : imports[15],
'하모니카': imports[16], '바람개비' : imports[16],
'갈대마디': imports[17], '일이삼사' : imports[17],
'바람': imports[18], '뻐꾸기웃음' : imports[18],
'달팽이': imports[19], '모래던지기' : imports[19],
'나무다리': imports[20], '귀요미물소리' : imports[20],
'이름': imports[21], '하모니카와멜로디온' : imports[21],
}; };
//NOTE: beware! same key is not allowed!! every keys should have different name!! //NOTE: beware! same key is not allowed!! every keys should have different name!!
var beach_players = { var beach_players = {
'북하모니': [],
'합주': [], '합주': [],
'낙엽': [], '낙엽': [],
'변했데': [], '새소리': [],
'물장구': [], '물장구': [],
'흥얼': [], '이름들': [],
'모래놀이': [], '물방울': [],
'물소리': [], '사람들': [],
'하모니카': [], '나무리듬': [],
'갈대마디': [], '바람개비': [],
'바람': [], '일이삼사': [],
'달팽이': [], '뻐꾸기웃음': [],
'나무다리': [], '모래던지기': [],
'이름': [], '귀요미물소리': [],
'하모니카와멜로디온': [],
}; };
//screen changer //screen changer

View file

@ -25,21 +25,21 @@ $(document).ready(function() {
//clap //clap
AudioImport_p5("./audio/clap@2/" + ("0" + getRandomInt(1, 2)).slice(-2) + ".mp3"), AudioImport_p5("./audio/clap@2/" + ("0" + getRandomInt(1, 2)).slice(-2) + ".mp3"),
//beach_sounds page 1 ==> 7 //beach_sounds page 1 ==> 7
AudioImport("./audio/beach/북+하모니카.mp3"),
AudioImport("./audio/beach/합주.mp3"), AudioImport("./audio/beach/합주.mp3"),
AudioImport("./audio/beach/낙엽.mp3"), AudioImport("./audio/beach/낙엽.mp3"),
AudioImport("./audio/beach/변했데.mp3"), AudioImport("./audio/beach/새소리.mp3"),
AudioImport("./audio/beach/물장구.mp3"), AudioImport("./audio/beach/물장구.mp3"),
AudioImport("./audio/beach/흥얼거림.mp3"), AudioImport("./audio/beach/이름들.mp3"),
AudioImport("./audio/beach/모래놀이.mp3"), AudioImport("./audio/beach/물방울.mp3"),
AudioImport("./audio/beach/사람들.mp3"),
//beach_sounds page 2 ==> 7 //beach_sounds page 2 ==> 7
AudioImport("./audio/beach/물소리.mp3"), AudioImport("./audio/beach/나무리듬.mp3"),
AudioImport("./audio/beach/하모니카.mp3"), AudioImport("./audio/beach/바람개비.mp3"),
AudioImport("./audio/beach/갈대마디.mp3"), AudioImport("./audio/beach/일이삼사.mp3"),
AudioImport("./audio/beach/바람불어오는.mp3"), AudioImport("./audio/beach/뻐꾸기웃음.mp3"),
AudioImport("./audio/beach/달팽이종소리.mp3"), AudioImport("./audio/beach/모래던지기.mp3"),
AudioImport("./audio/beach/나무다리건너.mp3"), AudioImport("./audio/beach/귀요미물소리.mp3"),
AudioImport("./audio/beach/안녕이름들.mp3"), AudioImport("./audio/beach/하모니카와멜로디온.mp3"),
// //
]).then(function(imports) { ]).then(function(imports) {
//imgs //imgs
@ -55,54 +55,54 @@ $(document).ready(function() {
//beach list //beach list
//NOTE: beware! same key is not allowed!! every keys should have different name!! //NOTE: beware! same key is not allowed!! every keys should have different name!!
var beach_sounds = { var beach_sounds = {
'북하모니': imports[8], '합주' : imports[8],
'합주': imports[9], '낙엽' : imports[9],
'낙엽': imports[10], '새소리' : imports[10],
'변했데': imports[11], '물장구' : imports[11],
'물장구': imports[12], '이름들' : imports[12],
'흥얼': imports[13], '물방울' : imports[13],
'모래놀이': imports[14], '사람들' : imports[14],
'물소리': imports[15], '나무리듬' : imports[15],
'하모니카': imports[16], '바람개비' : imports[16],
'갈대마디': imports[17], '일이삼사' : imports[17],
'바람': imports[18], '뻐꾸기웃음' : imports[18],
'달팽이': imports[19], '모래던지기' : imports[19],
'나무다리': imports[20], '귀요미물소리' : imports[20],
'이름': imports[21], '하모니카와멜로디온' : imports[21],
}; };
//NOTE: beware! same key is not allowed!! every keys should have different name!! //NOTE: beware! same key is not allowed!! every keys should have different name!!
var beach_players = { var beach_players = {
'북하모니': [],
'합주': [], '합주': [],
'낙엽': [], '낙엽': [],
'변했데': [], '새소리': [],
'물장구': [], '물장구': [],
'흥얼': [], '이름들': [],
'모래놀이': [], '물방울': [],
'물소리': [], '사람들': [],
'하모니카': [], '나무리듬': [],
'갈대마디': [], '바람개비': [],
'바람': [], '일이삼사': [],
'달팽이': [], '뻐꾸기웃음': [],
'나무다리': [], '모래던지기': [],
'이름': [], '귀요미물소리': [],
'하모니카와멜로디온': [],
}; };
//NOTE: beware! same key is not allowed!! every keys should have different name!! //NOTE: beware! same key is not allowed!! every keys should have different name!!
var beach_playcounts = { var beach_playcounts = {
'북하모니': 0,
'합주': 0, '합주': 0,
'낙엽': 0, '낙엽': 0,
'변했데': 0, '새소리': 0,
'물장구': 0, '물장구': 0,
'흥얼': 0, '이름들': 0,
'모래놀이': 0, '물방울': 0,
'물소리': 0, '사람들': 0,
'하모니카': 0, '나무리듬': 0,
'갈대마디': 0, '바람개비': 0,
'바람': 0, '일이삼사': 0,
'달팽이': 0, '뻐꾸기웃음': 0,
'나무다리': 0, '모래던지기': 0,
'이름': 0, '귀요미물소리': 0,
'하모니카와멜로디온': 0,
}; };
//screen changer //screen changer