beep boop beep boop boop beep?
This commit is contained in:
parent
e47338485d
commit
a80d0d45fb
|
@ -1170,7 +1170,7 @@ function drawGenderAgeEmotions(emotion_values,gender,age,index,mode,selected)
|
||||||
{
|
{
|
||||||
if (j === selected) {
|
if (j === selected) {
|
||||||
console.log(emotion_values[j]);
|
console.log(emotion_values[j]);
|
||||||
beep(300, 500 + 500 * emotion_values[j], 1, "sine", () => {
|
beep(300 + 500 * emotion_values[j], 500 + 500 * j/7, 1, "sine", () => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
var length = emotion_values[j] * (backgroundWidth-emotionsBarOffset-xOffset*3);
|
var length = emotion_values[j] * (backgroundWidth-emotionsBarOffset-xOffset*3);
|
||||||
|
|
Loading…
Reference in New Issue