Merge branch 'main' into docs/xen/added-tune
This commit is contained in:
commit
e87bb4376f
4 changed files with 39 additions and 26 deletions
|
|
@ -13,6 +13,7 @@ import {
|
|||
resetGlobalEffects,
|
||||
resetLoadedSounds,
|
||||
initAudioOnFirstClick,
|
||||
resetDefaults,
|
||||
} from '@strudel/webaudio';
|
||||
import { setVersionDefaultsFrom } from './util.mjs';
|
||||
import { StrudelMirror, defaultSettings } from '@strudel/codemirror';
|
||||
|
|
@ -181,6 +182,7 @@ export function useReplContext() {
|
|||
|
||||
const resetEditor = async () => {
|
||||
(await getModule('@strudel/tonal'))?.resetVoicings();
|
||||
resetDefaults();
|
||||
resetGlobalEffects();
|
||||
clearCanvas();
|
||||
clearHydra();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue