mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-19 10:36:42 -04:00
import tone always from @strudel/tone
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import * as Tone from 'tone';
|
||||
import { Tone } from '@strudel/tone';
|
||||
import { State, TimeSpan } from '@strudel/core';
|
||||
import { getPlayableNoteValue } from '@strudel/core/util.mjs';
|
||||
import { evaluate } from '@strudel/eval';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { useCallback, useMemo, useState } from 'react';
|
||||
import * as Tone from 'tone';
|
||||
import { Tone } from '@strudel/tone';
|
||||
import useRepl from '@strudel/hooks/useRepl.mjs';
|
||||
import CodeMirror, { markEvent } from '../CodeMirror';
|
||||
import cx from '../cx';
|
||||
|
||||
Reference in New Issue
Block a user