Yotam Mann

Results 85 comments of Yotam Mann

Make sure you're passing in the time that scheduleRepeat provides into `triggerAttack` otherwise the time will not be accurate

yeah i've noticed that too. probably because there is some randomness in one of the pattern types. I've updated the codecov config to not throw an error when the coverage...

has there been any progress on this issue? i am working on an ambitious multitrack audio player and it is unreasonable to use wavs for everything (4 tracks @ 4:00...

cool! this is a good start. thanks. looking through some of the documentation, both Firefox and Chrome support OGG out of the box. it doesn't seem like it would be...

@appsforartists great article. but doesn't really seem necessary to add sandboxing in the code itself. I'd rather keep it as simple as possible and let users decide what sort of...

You may be able to achieve something similar with the [createMediaElementSource](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext/createMediaElementSource) which will let you play audio through an element (which does streaming and buffering) but it will not have...

thank you!! really appreciate the time you put into making the library simpler and more maintainable 🙏🏻

> This appears to be an implementation bug(?) of the DynamicsCompressor in the Web Audio API. Same problem without using tone.js: > > https://codepen.io/provos/pen/zxGLZYQ Thanks for the really useful discussion...

meant to not close this, definitely worth doing!