Merge branch 'tidalcycles:main' into gainmod

This commit is contained in:
Jade (Rose) Rowland 2024-05-09 23:55:13 -04:00 committed by GitHub
commit 1509ff1793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 180 additions and 45 deletions

View file

@ -130,6 +130,7 @@ class AMProcessor extends AudioWorkletProcessor {
}
registerProcessor('am-processor', AMProcessor);
const blockSize = 128;
class CoarseProcessor extends AudioWorkletProcessor {
static get parameterDescriptors() {
return [{ name: 'coarse', defaultValue: 1 }];