This commit is contained in:
Dooho Yi 2020-02-29 20:14:02 +09:00
parent 86af6fb44c
commit 6495ab3c6f
447 changed files with 74 additions and 5158 deletions

0
public/conductor/.tern-port → public/1/.tern-port Executable file → Normal file
View file

Binary file not shown.

Binary file not shown.

BIN
public/1/audio/2011_벨.mp3 Normal file

Binary file not shown.

BIN
public/1/audio/2011_숲.mp3 Normal 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.

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

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

View file

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

View file

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 420 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View file

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 212 B

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View file

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View file

@ -25,18 +25,18 @@ $(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/2011_2011.mp3"),
AudioImport("./audio/이현2.mp3"), AudioImport("./audio/2011_벨.mp3"),
AudioImport("./audio/이현3.mp3"), AudioImport("./audio/2011_숲.mp3"),
AudioImport("./audio/이현4.mp3"), AudioImport("./audio/2011_바람.mp3"),
AudioImport("./audio/미림1.mp3"), AudioImport("./audio/2011_헤비레인.mp3"),
AudioImport("./audio/부딪미림2.mp3"),
AudioImport("./audio/발걸음미림2.mp3"),
//beach_sounds page 2 ==> 7
AudioImport("./audio/고요8.mp3"),
AudioImport("./audio/고요9.mp3"),
AudioImport("./audio/고요10.mp3"), AudioImport("./audio/고요10.mp3"),
AudioImport("./audio/고요11.mp3"), AudioImport("./audio/고요11.mp3"),
//beach_sounds page 2 ==> 7
AudioImport("./audio/검은산_뚜루.mp3"),
AudioImport("./audio/검은산_다급.mp3"),
AudioImport("./audio/검은산_부엉.mp3"),
AudioImport("./audio/검은산_불안.mp3"),
AudioImport("./audio/고요12.mp3"), AudioImport("./audio/고요12.mp3"),
AudioImport("./audio/고요13.mp3"), AudioImport("./audio/고요13.mp3"),
AudioImport("./audio/고요14.mp3"), AudioImport("./audio/고요14.mp3"),
@ -55,15 +55,15 @@ $(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], '2011_2011' : imports[8],
'이현2' : imports[9], '2011_벨' : imports[9],
'이현3' : imports[10], '2011_숲' : imports[10],
'이현4' : imports[11], '2011_바람' : imports[11],
'미림1' : imports[12], '2011_헤비레인' : imports[12],
'부딪미림2' : imports[13], '검은산_뚜루' : imports[13],
'발걸음미림2' : imports[14], '검은산_다급' : imports[14],
'고요8' : imports[15], '검은산_부엉' : imports[15],
'고요9' : imports[16], '검은산_불안' : imports[16],
'고요10' : imports[17], '고요10' : imports[17],
'고요11' : imports[18], '고요11' : imports[18],
'고요12' : imports[19], '고요12' : imports[19],
@ -72,15 +72,15 @@ $(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': [], '2011_2011': [],
'이현2': [], '2011_벨': [],
'이현3': [], '2011_숲': [],
'이현4': [], '2011_바람': [],
'미림1': [], '2011_헤비레인': [],
'부딪미림2': [], '검은산_뚜루': [],
'발걸음미림2': [], '검은산_다급': [],
'고요8': [], '검은산_부엉': [],
'고요9': [], '검은산_불안': [],
'고요10': [], '고요10': [],
'고요11': [], '고요11': [],
'고요12': [], '고요12': [],

View file

View file

View file

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

0
public/favicon.ico → public/1/favicon.ico Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 466 B

View file

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 469 B

View file

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 420 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View file

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 212 B

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
public/imgs/litmus.png → public/1/imgs/litmus.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View file

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

74
public/index.js → public/1/index.js Executable file → Normal file
View file

@ -25,18 +25,18 @@ $(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/2011_2011.mp3"),
AudioImport("./audio/고요2.mp3"), AudioImport("./audio/2011_벨.mp3"),
AudioImport("./audio/고요3.mp3"), AudioImport("./audio/2011_숲.mp3"),
AudioImport("./audio/고요4.mp3"), AudioImport("./audio/2011_바람.mp3"),
AudioImport("./audio/고요5.mp3"), AudioImport("./audio/2011_헤비레인.mp3"),
AudioImport("./audio/고요6.mp3"),
AudioImport("./audio/고요7.mp3"),
//sounds page 2 ==> 7
AudioImport("./audio/고요8.mp3"),
AudioImport("./audio/고요9.mp3"),
AudioImport("./audio/고요10.mp3"), AudioImport("./audio/고요10.mp3"),
AudioImport("./audio/고요11.mp3"), AudioImport("./audio/고요11.mp3"),
//sounds page 2 ==> 7
AudioImport("./audio/검은산_뚜루.mp3"),
AudioImport("./audio/검은산_다급.mp3"),
AudioImport("./audio/검은산_부엉.mp3"),
AudioImport("./audio/검은산_불안.mp3"),
AudioImport("./audio/고요12.mp3"), AudioImport("./audio/고요12.mp3"),
AudioImport("./audio/고요13.mp3"), AudioImport("./audio/고요13.mp3"),
AudioImport("./audio/고요14.mp3"), AudioImport("./audio/고요14.mp3"),
@ -55,15 +55,15 @@ $(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], '2011_2011' : imports[8],
'고요2' : imports[9], '2011_벨' : imports[9],
'고요3' : imports[10], '2011_숲' : imports[10],
'고요4' : imports[11], '2011_바람' : imports[11],
'고요5' : imports[12], '2011_헤비레인' : imports[12],
'고요6' : imports[13], '검은산_뚜루' : imports[13],
'고요7' : imports[14], '검은산_다급' : imports[14],
'고요8' : imports[15], '검은산_부엉' : imports[15],
'고요9' : imports[16], '검은산_불안' : imports[16],
'고요10' : imports[17], '고요10' : imports[17],
'고요11' : imports[18], '고요11' : imports[18],
'고요12' : imports[19], '고요12' : imports[19],
@ -72,15 +72,15 @@ $(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': [], '2011_2011': [],
'고요2': [], '2011_벨': [],
'고요3': [], '2011_숲': [],
'고요4': [], '2011_바람': [],
'고요5': [], '2011_헤비레인': [],
'고요6': [], '검은산_뚜루': [],
'고요7': [], '검은산_다급': [],
'고요8': [], '검은산_부엉': [],
'고요9': [], '검은산_불안': [],
'고요10': [], '고요10': [],
'고요11': [], '고요11': [],
'고요12': [], '고요12': [],
@ -89,15 +89,15 @@ $(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, '2011_2011': 0,
'고요2': 0, '2011_벨': 0,
'고요3': 0, '2011_숲': 0,
'고요4': 0, '2011_바람': 0,
'고요5': 0, '2011_헤비레인': 0,
'고요6': 0, '검은산_뚜루': 0,
'고요7': 0, '검은산_다급': 0,
'고요8': 0, '검은산_부엉': 0,
'고요9': 0, '검은산_불안': 0,
'고요10': 0, '고요10': 0,
'고요11': 0, '고요11': 0,
'고요12': 0, '고요12': 0,

0
public/lib/Tone-r12.min.js → public/1/lib/Tone-r12.min.js vendored Executable file → Normal file
View file

View file

View file

View file

0
public/lib/jquery-3.2.1.min.js → public/1/lib/jquery-3.2.1.min.js vendored Executable file → Normal file
View file

Some files were not shown because too many files have changed in this diff Show more