Seemingly working version of supersaw FM and light cleanup

This commit is contained in:
Aria 2025-08-08 22:27:05 -05:00
parent ed5bf3b3fc
commit 2e8a8b50df
3 changed files with 30 additions and 24 deletions

View file

@ -83,4 +83,14 @@ export default [
],
},
},
{
// Properties provided by AudioWorkletGlobalScope
files: ['packages/superdough/worklets.mjs'],
languageOptions: {
globals: {
currentTime: 'readonly',
sampleRate: 'readonly',
},
},
},
];