Dirk Krause

Results 104 comments of Dirk Krause
trafficstars

We have quite a few models here, so if you want to compile that list, give me a shout.

Of course you are right on both points, sorry for that. Description: On Oculus Quest, the mousedown event seems to fire twice. I think this is somehow related to https://github.com/aframevr/aframe/issues/3297...

@binzume Yes, I can confirm that this works! Thanks!

It's not ideal to provide code only as a ZIP especially when it doesn't contain all the files. Also, you don't need jQuery for such a basic example. I recommend...

To my knowledge this is out of scope for ToneJS. If I were to tackle this problem, I would try to access the WebAudio buffers 'under the hood' directly and...

Maybe I am understanding you wrong, but the source code is in the HTML file you linked to, everything in the script tag.

I am pretty sure Tone does this already: https://github.com/Tonejs/Tone.js/blob/c313bc6/Tone/instrument/Sampler.ts#L14 but I personally didn't try it yet.

I could, but what you are doing is most likely 'premature optimization'. Bandwidth is cheap and the browser cache will take care of all of this for you - this...

There is no export. The proper way to do this would be to [offline render](https://tonejs.github.io/docs/14.7.58/fn/Offline) the song, but this involves coding and is not easy to do. A faster and...