refactor sampler:
- delegate getSampleBufferSource logic to getSampleInfo + getSampleBuffer - move buffer logic up from onTriggerSample to those functions
This commit is contained in:
parent
e268802f3c
commit
73d49f152a
2 changed files with 65 additions and 51 deletions
|
|
@ -362,6 +362,7 @@ export const superdough = async (value, t, hapDuration) => {
|
|||
};
|
||||
if (bank && s) {
|
||||
s = `${bank}_${s}`;
|
||||
value.s = s;
|
||||
}
|
||||
|
||||
// get source AudioNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue