Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Aug 26, 2023
1 parent 43efe69 commit 4dadc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webaudio/scope.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Pattern, getDrawContext, clamp } from '@strudel.cycles/core';
import { analyser } from 'superdough';
import { analyser, getAnalyzerData } from 'superdough';

export function drawTimeScope(
analyser,
Expand Down

0 comments on commit 4dadc18

Please sign in to comment.