Ryan Helsing
Ryan Helsing
@guillermooo this seems to have gotten better.. any updates?
That's okay.. I have made a note to be on the lookout for a reproducible example for you
Thats fair, I cheat sometimes 😠I will wait patiently
To further improve the process (lots of ideas flowing today), some of the mixing process as well as the mastering could be taken into account. If source separation were applied...
@danigb I would like to know how this would be possible too? I've tried the following but it does not work: ```javascript var AudioContext = window.AudioContext || window.webkitAudioContext || false;...
I'm a little further along but it seems to be playing the effected audio as well as the uneffected audio: ```javascript var AudioContext = window.AudioContext || window.webkitAudioContext || false; var...
I would also like to see/help with instructions to get it running on linux
@psobot Hey there, whats the current status on this PR?
Here is what I built to wrap around the regular sampler. It supports round robin and velocity ranges. ```javascript window.CustomSampler = function CustomSampler(options) { var parent = this var options...
@guillermooo Has any work been done on implementing this? Where should I start to begin implementing this feature?