This commit is contained in:
Dooho Yi 2019-08-10 16:18:06 +09:00
parent 02effbbd20
commit fd2184b1d7
10 changed files with 28 additions and 28 deletions

Binary file not shown.

BIN
public/public1/audio/이현2.mp3 Executable file

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,10 +25,10 @@ $(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/고요1.mp3"), AudioImport("./audio/이현1.mp3"),
AudioImport("./audio/고요2.mp3"), AudioImport("./audio/이현2.mp3"),
AudioImport("./audio/고요3.mp3"), AudioImport("./audio/이현3.mp3"),
AudioImport("./audio/고요4.mp3"), AudioImport("./audio/이현4.mp3"),
AudioImport("./audio/고요5.mp3"), AudioImport("./audio/고요5.mp3"),
AudioImport("./audio/고요6.mp3"), AudioImport("./audio/고요6.mp3"),
AudioImport("./audio/고요7.mp3"), AudioImport("./audio/고요7.mp3"),
@ -55,10 +55,10 @@ $(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 = {
'고요1' : imports[8], '이현1' : imports[8],
'고요2' : imports[9], '이현2' : imports[9],
'고요3' : imports[10], '이현3' : imports[10],
'고요4' : imports[11], '이현4' : imports[11],
'고요5' : imports[12], '고요5' : imports[12],
'고요6' : imports[13], '고요6' : imports[13],
'고요7' : imports[14], '고요7' : imports[14],
@ -72,10 +72,10 @@ $(document).ready(function() {
}; };
//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': [], '이현1': [],
'고요2': [], '이현2': [],
'고요3': [], '이현3': [],
'고요4': [], '이현4': [],
'고요5': [], '고요5': [],
'고요6': [], '고요6': [],
'고요7': [], '고요7': [],

View file

@ -25,10 +25,10 @@ $(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/고요1.mp3"), AudioImport("./audio/이현1.mp3"),
AudioImport("./audio/고요2.mp3"), AudioImport("./audio/이현2.mp3"),
AudioImport("./audio/고요3.mp3"), AudioImport("./audio/이현3.mp3"),
AudioImport("./audio/고요4.mp3"), AudioImport("./audio/이현4.mp3"),
AudioImport("./audio/고요5.mp3"), AudioImport("./audio/고요5.mp3"),
AudioImport("./audio/고요6.mp3"), AudioImport("./audio/고요6.mp3"),
AudioImport("./audio/고요7.mp3"), AudioImport("./audio/고요7.mp3"),
@ -55,10 +55,10 @@ $(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 = {
'고요1' : imports[8], '이현1' : imports[8],
'고요2' : imports[9], '이현2' : imports[9],
'고요3' : imports[10], '이현3' : imports[10],
'고요4' : imports[11], '이현4' : imports[11],
'고요5' : imports[12], '고요5' : imports[12],
'고요6' : imports[13], '고요6' : imports[13],
'고요7' : imports[14], '고요7' : imports[14],
@ -72,10 +72,10 @@ $(document).ready(function() {
}; };
//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': [], '이현1': [],
'고요2': [], '이현2': [],
'고요3': [], '이현3': [],
'고요4': [], '이현4': [],
'고요5': [], '고요5': [],
'고요6': [], '고요6': [],
'고요7': [], '고요7': [],
@ -89,10 +89,10 @@ $(document).ready(function() {
}; };
//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 = {
'고요1': 0, '이현1': 0,
'고요2': 0, '이현2': 0,
'고요3': 0, '이현3': 0,
'고요4': 0, '이현4': 0,
'고요5': 0, '고요5': 0,
'고요6': 0, '고요6': 0,
'고요7': 0, '고요7': 0,