Merge pull request #1193 from daslyfe/orgin/daslyfe/feat/pinmenu

Menu Panel Improvements!
This commit is contained in:
Jade (Rose) Rowland 2024-10-18 22:28:35 -04:00 committed by GitHub
commit 835c7b6879
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 185 additions and 117 deletions

View file

@ -1,7 +1,6 @@
import { useState, useRef, useCallback, useMemo, useEffect } from 'react';
import { Icon } from './Icon';
import { silence, noteToMidi, _mod } from '@strudel/core';
import { clearHydra } from '@strudel/hydra';
import { getDrawContext, getPunchcardPainter } from '@strudel/draw';
import { transpiler } from '@strudel/transpiler';
import { getAudioContext, webaudioOutput, initAudioOnFirstClick } from '@strudel/webaudio';