mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 11:21:47 -04:00
failing attempt at bundling everything into a single core object
This commit is contained in:
+3
-3
@@ -4,7 +4,8 @@ Copyright (C) 2022 Strudel contributors - see <https://github.com/tidalcycles/st
|
||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { cleanupDraw, cleanupUi, controls, evalScope, logger, pattern } from '@strudel.cycles/core';
|
||||
import core from '@strudel.cycles/core';
|
||||
const { cleanupDraw, cleanupUi, evalScope, logger } = core;
|
||||
import { CodeMirror, cx, flash, useHighlighting, useStrudel } from '@strudel.cycles/react';
|
||||
import {
|
||||
getAudioContext,
|
||||
@@ -46,8 +47,7 @@ const modules = [
|
||||
|
||||
evalScope(
|
||||
// Tone,
|
||||
controls, // sadly, this cannot be exported from core direclty
|
||||
pattern,
|
||||
core,
|
||||
{ WebDirt },
|
||||
...modules,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user