codestyle(webaudio)
This commit is contained in:
parent
4e14718e93
commit
adf9596d07
1 changed files with 8 additions and 1 deletions
|
|
@ -5,7 +5,14 @@ This program is free software: you can redistribute it and/or modify it under th
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import * as strudel from '@strudel/core';
|
import * as strudel from '@strudel/core';
|
||||||
import { superdough, setDefaultAudioContext, getAudioContext, setLogger, doughTrigger, registerWorklet } from 'superdough';
|
import {
|
||||||
|
superdough,
|
||||||
|
setDefaultAudioContext,
|
||||||
|
getAudioContext,
|
||||||
|
setLogger,
|
||||||
|
doughTrigger,
|
||||||
|
registerWorklet,
|
||||||
|
} from 'superdough';
|
||||||
import './supradough.mjs';
|
import './supradough.mjs';
|
||||||
import { workletUrl } from 'supradough';
|
import { workletUrl } from 'supradough';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue