webaudio optimizations
- samples with obejct format for pitch declaration - support note to repitch samples - support choke to fit samples to hap duration - support "legacy" context.velocity in .out - support ":" inside s or note to set n - fix sample fadeout for soundfonts and choke - move gain before filters
This commit is contained in:
parent
eca76dd7c4
commit
c1ce72469c
4 changed files with 91 additions and 25 deletions
|
|
@ -744,6 +744,7 @@ const generic_params = [
|
|||
['f', 'uid', ''],
|
||||
['f', 'val', ''],
|
||||
['f', 'cps', ''],
|
||||
['f', 'choke', ''],
|
||||
];
|
||||
|
||||
// TODO: slice / splice https://www.youtube.com/watch?v=hKhPdO0RKDQ&list=PL2lW1zNIIwj3bDkh-Y3LUGDuRcoUigoDs&index=13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue