WIP oscillations

This commit is contained in:
Jade (Rose) Rowland 2025-05-27 14:37:55 +02:00
parent 5e4eb7fc53
commit 608dfd515e
5 changed files with 763 additions and 15 deletions

View file

@ -158,10 +158,13 @@ export function registerSynthSounds() {
);
const holdend = begin + duration;
const end = holdend + release + 0.01;
const frequency = getFrequencyFromValue(value);
let o = getWorklet(
ac,
'byte-beat-processor',
{
frequency,
begin,
end,
},