refactor: remove now redundant controls imports
This commit is contained in:
parent
8efadd2547
commit
664a19a5c4
12 changed files with 20 additions and 41 deletions
|
|
@ -12,9 +12,8 @@ npm i @strudel/webaudio --save
|
|||
## Example
|
||||
|
||||
```js
|
||||
import { repl, controls } from "@strudel/core";
|
||||
import { repl, note } from "@strudel/core";
|
||||
import { initAudioOnFirstClick, getAudioContext, webaudioOutput } from "@strudel/webaudio";
|
||||
const { note } = controls;
|
||||
|
||||
initAudioOnFirstClick();
|
||||
const ctx = getAudioContext();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue