Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display amplitude on patches #23

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ansgarprause
Copy link

No description provided.

@vercel
Copy link

vercel bot commented Apr 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
patchcab ❌ Failed (Inspect) Apr 27, 2023 6:03pm

core/src/components/Patch.svelte Outdated Show resolved Hide resolved
analyser = item.node.context.createAnalyser();
buffer = new Float32Array(analyser.frequencyBinCount);
item.node.connect(analyser);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing the else case for handling bangs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants