Format
This commit is contained in:
parent
91ebdd5ea6
commit
8f9967c76d
3 changed files with 8 additions and 10 deletions
|
|
@ -15,7 +15,7 @@ import {
|
|||
initAudio,
|
||||
setSuperdoughAudioController,
|
||||
resetGlobalEffects,
|
||||
errorLogger
|
||||
errorLogger,
|
||||
} from 'superdough';
|
||||
import './supradough.mjs';
|
||||
import { workletUrl } from 'supradough';
|
||||
|
|
@ -54,8 +54,8 @@ export async function renderPatternAudio(
|
|||
setSuperdoughAudioController(new SuperdoughAudioController(audioContext));
|
||||
await initAudio({
|
||||
maxPolyphony,
|
||||
multiChannelOrbits
|
||||
})
|
||||
multiChannelOrbits,
|
||||
});
|
||||
logger('[webaudio] preloading');
|
||||
|
||||
let haps = pattern.queryArc(begin, end, { _cps: cps });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue