Christopher Pitt
assertchris.dev
Christopher Pitt
@assertchris.dev
Maker of things https://assertchris.dev
Thanks :)
March 17, 2024 at 5:12 PM
Getting an invalid site key for reCaptcha, can't register at the moment.
March 17, 2024 at 5:44 AM
Ok, cool. Thanks for the info :)
March 15, 2024 at 10:02 AM
Out of curiosity: how long do you retain the non-verified users before deleting or is that command just deleting all unverified at that point?
March 15, 2024 at 8:52 AM
Don't get me wrong, I love SQLite and use it as much as I can. I'm just nervous about using it for anything high-traffic because of the file locking.
March 6, 2024 at 8:22 AM
Surely, full-file locking must hurt concurrency; without heavy application of caching...
March 6, 2024 at 8:21 AM
Cocos and GameMaker xD
March 3, 2024 at 6:22 PM
Yuck!
February 26, 2024 at 11:28 AM
lol, hopefully.
December 14, 2023 at 1:18 AM
Already integrated it 😅
December 4, 2023 at 10:59 AM
Turn your headset down, volume isn't being applied yet and it's very loud.
December 1, 2023 at 4:19 PM
I still need to update all the docs and examples on floaty.dev, for all this new audio stuff. Then, I can start adding the new instruments and a "snap to tone" feature that will make music creation much better.
December 1, 2023 at 3:47 PM
This code is triggered when someone clicks the "play" button in the assets editor.
December 1, 2023 at 3:46 PM
We can't load Tone (or use AudioContext) unless it is triggered by a click or a keypress. So, the default behaviour is to load Tone the first time the sfx method is called; unless you use instance.enableAudio before starting your game (as the result of a click or keypress).
December 1, 2023 at 3:45 PM
However tunejs will give me more features for audio effects and to help with the addition of new instruments; so I think I don’t have a choice.
December 1, 2023 at 4:05 AM
Ok, sorry for the frustration, will dig in and get back to you.
November 28, 2023 at 11:12 AM
You’d need to “await engine.load()” before “sfx” if you’re using preloads in your own games.
November 28, 2023 at 11:07 AM