add cross dependencies

This commit is contained in:
Felix Roos 2022-03-25 23:52:06 +01:00
parent 134d29d82c
commit 6f838c555c
14 changed files with 2729 additions and 2688 deletions

View file

@ -1,4 +1,4 @@
import { Tone } from '@strudel/tone';
import { Tone } from './tone.mjs';
import { Pattern } from '@strudel/core';
export const getDrawContext = (id = 'test-canvas') => {

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,7 @@
},
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel/core": "*",
"@tonejs/piano": "^0.2.1",
"chord-voicings": "^0.0.1",
"tone": "^14.7.77"

View file

@ -1,4 +1,4 @@
import { Tone } from '@strudel/tone';
import { Tone } from './tone.mjs';
export const hideHeader = () => {
document.getElementById('header').style = 'display:none';