Merge branch 'main' into supradough

This commit is contained in:
Jade (Rose) Rowland 2025-08-31 22:42:07 -04:00
commit b8e1b8d7ac
60 changed files with 1247 additions and 255 deletions

View file

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