empty default sounds..

This commit is contained in:
Dooho Yi 2019-08-10 15:31:34 +09:00
parent bb0ae736b5
commit 608087e295
89 changed files with 170 additions and 170 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
public/.DS_Store vendored

Binary file not shown.

View file

@ -24,22 +24,22 @@ $(document).ready(function() {
SVGImport_size1('./imgs/iconmonstr-minus-4.svg'), SVGImport_size1('./imgs/iconmonstr-minus-4.svg'),
//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 //sounds page 1 ==> 7
AudioImport("./audio/beach/합주.mp3"), AudioImport("./audio/고요1.mp3"),
AudioImport("./audio/beach/낙엽.mp3"), AudioImport("./audio/고요2.mp3"),
AudioImport("./audio/beach/새소리.mp3"), AudioImport("./audio/고요3.mp3"),
AudioImport("./audio/beach/물장구.mp3"), AudioImport("./audio/고요4.mp3"),
AudioImport("./audio/beach/이름들.mp3"), AudioImport("./audio/고요5.mp3"),
AudioImport("./audio/beach/물방울.mp3"), AudioImport("./audio/고요6.mp3"),
AudioImport("./audio/beach/사람들.mp3"), AudioImport("./audio/고요7.mp3"),
//beach_sounds page 2 ==> 7 //sounds page 2 ==> 7
AudioImport("./audio/beach/나무리듬.mp3"), AudioImport("./audio/고요8.mp3"),
AudioImport("./audio/beach/바람개비.mp3"), AudioImport("./audio/고요9.mp3"),
AudioImport("./audio/beach/일이삼사.mp3"), AudioImport("./audio/고요10.mp3"),
AudioImport("./audio/beach/뻐꾸기웃음.mp3"), AudioImport("./audio/고요11.mp3"),
AudioImport("./audio/beach/모래던지기.mp3"), AudioImport("./audio/고요12.mp3"),
AudioImport("./audio/beach/귀요미물소리.mp3"), AudioImport("./audio/고요13.mp3"),
AudioImport("./audio/beach/하모니카와멜로디온.mp3"), AudioImport("./audio/고요14.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], '고요1' : imports[8],
'낙엽' : imports[9], '고요2' : imports[9],
'새소리' : imports[10], '고요3' : imports[10],
'물장구' : imports[11], '고요4' : imports[11],
'이름들' : imports[12], '고요5' : imports[12],
'물방울' : imports[13], '고요6' : imports[13],
'사람들' : imports[14], '고요7' : imports[14],
'나무리듬' : imports[15], '고요8' : imports[15],
'바람개비' : imports[16], '고요9' : imports[16],
'일이삼사' : imports[17], '고요10' : imports[17],
'뻐꾸기웃음' : imports[18], '고요11' : imports[18],
'모래던지기' : imports[19], '고요12' : imports[19],
'귀요미물소리' : imports[20], '고요13' : imports[20],
'하모니카와멜로디온' : imports[21], '고요14' : 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 = {
'합주': [], '고요1': [],
'낙엽': [], '고요2': [],
'새소리': [], '고요3': [],
'물장구': [], '고요4': [],
'이름들': [], '고요5': [],
'물방울': [], '고요6': [],
'사람들': [], '고요7': [],
'나무리듬': [], '고요8': [],
'바람개비': [], '고요9': [],
'일이삼사': [], '고요10': [],
'뻐꾸기웃음': [], '고요11': [],
'모래던지기': [], '고요12': [],
'귀요미물소리': [], '고요13': [],
'하모니카와멜로디온': [], '고요14': [],
}; };
//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, '고요1': 0,
'낙엽': 0, '고요2': 0,
'새소리': 0, '고요3': 0,
'물장구': 0, '고요4': 0,
'이름들': 0, '고요5': 0,
'물방울': 0, '고요6': 0,
'사람들': 0, '고요7': 0,
'나무리듬': 0, '고요8': 0,
'바람개비': 0, '고요9': 0,
'일이삼사': 0, '고요10': 0,
'뻐꾸기웃음': 0, '고요11': 0,
'모래던지기': 0, '고요12': 0,
'귀요미물소리': 0, '고요13': 0,
'하모니카와멜로디온': 0, '고요14': 0,
}; };
//screen changer //screen changer

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.

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"),
//sounds page 1 ==> 7 //sounds page 1 ==> 7
AudioImport("./audio/합주.mp3"), AudioImport("./audio/고요1.mp3"),
AudioImport("./audio/낙엽.mp3"), AudioImport("./audio/고요2.mp3"),
AudioImport("./audio/새소리.mp3"), AudioImport("./audio/고요3.mp3"),
AudioImport("./audio/물장구.mp3"), AudioImport("./audio/고요4.mp3"),
AudioImport("./audio/이름들.mp3"), AudioImport("./audio/고요5.mp3"),
AudioImport("./audio/물방울.mp3"), AudioImport("./audio/고요6.mp3"),
AudioImport("./audio/사람들.mp3"), AudioImport("./audio/고요7.mp3"),
//sounds page 2 ==> 7 //sounds page 2 ==> 7
AudioImport("./audio/나무리듬.mp3"), AudioImport("./audio/고요8.mp3"),
AudioImport("./audio/바람개비.mp3"), AudioImport("./audio/고요9.mp3"),
AudioImport("./audio/일이삼사.mp3"), AudioImport("./audio/고요10.mp3"),
AudioImport("./audio/뻐꾸기웃음.mp3"), AudioImport("./audio/고요11.mp3"),
AudioImport("./audio/모래던지기.mp3"), AudioImport("./audio/고요12.mp3"),
AudioImport("./audio/귀요미물소리.mp3"), AudioImport("./audio/고요13.mp3"),
AudioImport("./audio/하모니카와멜로디온.mp3"), AudioImport("./audio/고요14.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], '고요1' : imports[8],
'낙엽' : imports[9], '고요2' : imports[9],
'새소리' : imports[10], '고요3' : imports[10],
'물장구' : imports[11], '고요4' : imports[11],
'이름들' : imports[12], '고요5' : imports[12],
'물방울' : imports[13], '고요6' : imports[13],
'사람들' : imports[14], '고요7' : imports[14],
'나무리듬' : imports[15], '고요8' : imports[15],
'바람개비' : imports[16], '고요9' : imports[16],
'일이삼사' : imports[17], '고요10' : imports[17],
'뻐꾸기웃음' : imports[18], '고요11' : imports[18],
'모래던지기' : imports[19], '고요12' : imports[19],
'귀요미물소리' : imports[20], '고요13' : imports[20],
'하모니카와멜로디온' : imports[21], '고요14' : 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 = {
'합주': [], '고요1': [],
'낙엽': [], '고요2': [],
'새소리': [], '고요3': [],
'물장구': [], '고요4': [],
'이름들': [], '고요5': [],
'물방울': [], '고요6': [],
'사람들': [], '고요7': [],
'나무리듬': [], '고요8': [],
'바람개비': [], '고요9': [],
'일이삼사': [], '고요10': [],
'뻐꾸기웃음': [], '고요11': [],
'모래던지기': [], '고요12': [],
'귀요미물소리': [], '고요13': [],
'하모니카와멜로디온': [], '고요14': [],
}; };
//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, '고요1': 0,
'낙엽': 0, '고요2': 0,
'새소리': 0, '고요3': 0,
'물장구': 0, '고요4': 0,
'이름들': 0, '고요5': 0,
'물방울': 0, '고요6': 0,
'사람들': 0, '고요7': 0,
'나무리듬': 0, '고요8': 0,
'바람개비': 0, '고요9': 0,
'일이삼사': 0, '고요10': 0,
'뻐꾸기웃음': 0, '고요11': 0,
'모래던지기': 0, '고요12': 0,
'귀요미물소리': 0, '고요13': 0,
'하모니카와멜로디온': 0, '고요14': 0,
}; };
//screen changer //screen changer

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.

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"),
//sounds page 1 ==> 7 //sounds page 1 ==> 7
AudioImport("./audio/합주.mp3"), AudioImport("./audio/고요1.mp3"),
AudioImport("./audio/낙엽.mp3"), AudioImport("./audio/고요2.mp3"),
AudioImport("./audio/새소리.mp3"), AudioImport("./audio/고요3.mp3"),
AudioImport("./audio/물장구.mp3"), AudioImport("./audio/고요4.mp3"),
AudioImport("./audio/이름들.mp3"), AudioImport("./audio/고요5.mp3"),
AudioImport("./audio/물방울.mp3"), AudioImport("./audio/고요6.mp3"),
AudioImport("./audio/사람들.mp3"), AudioImport("./audio/고요7.mp3"),
//sounds page 2 ==> 7 //sounds page 2 ==> 7
AudioImport("./audio/나무리듬.mp3"), AudioImport("./audio/고요8.mp3"),
AudioImport("./audio/바람개비.mp3"), AudioImport("./audio/고요9.mp3"),
AudioImport("./audio/일이삼사.mp3"), AudioImport("./audio/고요10.mp3"),
AudioImport("./audio/뻐꾸기웃음.mp3"), AudioImport("./audio/고요11.mp3"),
AudioImport("./audio/모래던지기.mp3"), AudioImport("./audio/고요12.mp3"),
AudioImport("./audio/귀요미물소리.mp3"), AudioImport("./audio/고요13.mp3"),
AudioImport("./audio/하모니카와멜로디온.mp3"), AudioImport("./audio/고요14.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], '고요1' : imports[8],
'낙엽' : imports[9], '고요2' : imports[9],
'새소리' : imports[10], '고요3' : imports[10],
'물장구' : imports[11], '고요4' : imports[11],
'이름들' : imports[12], '고요5' : imports[12],
'물방울' : imports[13], '고요6' : imports[13],
'사람들' : imports[14], '고요7' : imports[14],
'나무리듬' : imports[15], '고요8' : imports[15],
'바람개비' : imports[16], '고요9' : imports[16],
'일이삼사' : imports[17], '고요10' : imports[17],
'뻐꾸기웃음' : imports[18], '고요11' : imports[18],
'모래던지기' : imports[19], '고요12' : imports[19],
'귀요미물소리' : imports[20], '고요13' : imports[20],
'하모니카와멜로디온' : imports[21], '고요14' : 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 = {
'합주': [], '고요1': [],
'낙엽': [], '고요2': [],
'새소리': [], '고요3': [],
'물장구': [], '고요4': [],
'이름들': [], '고요5': [],
'물방울': [], '고요6': [],
'사람들': [], '고요7': [],
'나무리듬': [], '고요8': [],
'바람개비': [], '고요9': [],
'일이삼사': [], '고요10': [],
'뻐꾸기웃음': [], '고요11': [],
'모래던지기': [], '고요12': [],
'귀요미물소리': [], '고요13': [],
'하모니카와멜로디온': [], '고요14': [],
}; };
//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, '고요1': 0,
'낙엽': 0, '고요2': 0,
'새소리': 0, '고요3': 0,
'물장구': 0, '고요4': 0,
'이름들': 0, '고요5': 0,
'물방울': 0, '고요6': 0,
'사람들': 0, '고요7': 0,
'나무리듬': 0, '고요8': 0,
'바람개비': 0, '고요9': 0,
'일이삼사': 0, '고요10': 0,
'뻐꾸기웃음': 0, '고요11': 0,
'모래던지기': 0, '고요12': 0,
'귀요미물소리': 0, '고요13': 0,
'하모니카와멜로디온': 0, '고요14': 0,
}; };
//screen changer //screen changer

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.

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.