mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
5 lines
151 B
HTML
5 lines
151 B
HTML
<script>
|
|
o1 = new window.AudioContext(2, 8, 44100);
|
|
o4 = o1.createBiquadFilter();
|
|
o4.detune.setValueAtTime(0.0843, 1.7976931348623157e+308);
|
|
</script>
|