-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharbol.js
42 lines (40 loc) · 796 Bytes
/
arbol.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
var arbol= {
biometric: {
nombre:"Jose",
altura:170,
peso:60,
edad:18
},
entorno: {
localizacion:[0,0],
temperatura:20,
presion:1000,
viajes: [
"Giza",
"tenoctiklan",
"stonehenge",
"ibiza"
],
},
objetivos:{
relax:true,
dormir:false,
concentracion:false,
atraccion:false
},
teorias:{
solfeggio:false,
shumman:false,
chacras:false,
sheppard:false
},
}
let so={//aun no implementado
mainVol:.8,//0-1
notaBase:40,//10-72
numNubes:4,
numeroDeOctavas:4,//1-8... relacionado con notabase
duracion:100,// 1-1000
silencios:100,//por determinar
aroma:"major"
}