WIP oscillations
This commit is contained in:
parent
5e4eb7fc53
commit
608dfd515e
5 changed files with 763 additions and 15 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue