Seemingly working version of supersaw FM and light cleanup
This commit is contained in:
parent
ed5bf3b3fc
commit
2e8a8b50df
3 changed files with 30 additions and 24 deletions
|
|
@ -83,4 +83,14 @@ export default [
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
// Properties provided by AudioWorkletGlobalScope
|
||||
files: ['packages/superdough/worklets.mjs'],
|
||||
languageOptions: {
|
||||
globals: {
|
||||
currentTime: 'readonly',
|
||||
sampleRate: 'readonly',
|
||||
},
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue