rename: superdough.mjs > webaudio.mjs
(to keep history?)
This commit is contained in:
parent
738e714f45
commit
75281afe05
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { getAudioContext } from './superdough.mjs';
|
||||
import { getAudioContext } from './webaudio.mjs';
|
||||
|
||||
export function gainNode(value) {
|
||||
const node = getAudioContext().createGain();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue