mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
5 lines
171 B
HTML
5 lines
171 B
HTML
|
|
<script>
|
||
|
|
o1 = new window.AudioContext(2, 7, 44100);
|
||
|
|
o5 = o1.createDelay(1);
|
||
|
|
o5.delayTime.setValueCurveAtTime(new Float32Array(3), 1.7976931348623157e+308, 0.64);
|
||
|
|
</script>
|