|
@ -177,7 +177,7 @@ export function playTabModelSonification(pannerVal, frequencyVal, endReached) { |
|
|
offCooldown = true; |
|
|
offCooldown = true; |
|
|
synth.disconnect(); |
|
|
synth.disconnect(); |
|
|
loop.stop(); |
|
|
loop.stop(); |
|
|
}, 500); |
|
|
|
|
|
|
|
|
}, 900); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -231,6 +231,6 @@ export function playDetailModelSonification(textDensity, linkDensity) { |
|
|
synth.disconnect(); |
|
|
synth.disconnect(); |
|
|
reverbSynth.disconnect(); |
|
|
reverbSynth.disconnect(); |
|
|
Tone.Transport.stop(); |
|
|
Tone.Transport.stop(); |
|
|
}, 500); |
|
|
|
|
|
|
|
|
}, 900); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |