mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-11 08:16:46 -04:00
fix: remove prebake specific logic in transpiler
This commit is contained in:
@@ -43,7 +43,7 @@ import { debugAudiograph } from './audiograph';
|
||||
const { latestCode, maxPolyphony, audioDeviceName, multiChannelOrbits } = settingsMap.get();
|
||||
let modulesLoading, presets, drawContext, clearCanvas, audioReady;
|
||||
|
||||
const evaluateUserPrebake = (code) => evaluate(code, transpiler, { prebake: true });
|
||||
const evaluateUserPrebake = (code) => evaluate(code, transpiler, { addReturn: false });
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
audioReady = initAudioOnFirstClick({
|
||||
|
||||
Reference in New Issue
Block a user