Dan Rossi

Results 222 comments of Dan Rossi

Would that be more useful integrated at all or best to separate the bloat ? Those extra defs might work best in the main project perhaps to help with documenting...

I've made a request that the ubuntu package get updated but there might be a need to still deliver the binary directly ? I need it specifically to work on...

OK thanks for that no worries. If you need me to create a pull request for the OSX and windows binaries I can have a go compiling them up. I'm...

OK. I have forked that rep and will try and make a Makefile out of it also. I have made a request with ubuntu to have the package updated here...

It seems that macports and homebrew is up to date. Perhaps the makefile could check for that and install and copy that over instead. https://trac.macports.org/browser/trunk/dports/audio/libsndfile/Portfile

Are you saying this version produces a regression ? I have not run unit tests on it. I have compiled it on osx fine and it runs fine for my...

OK. sounds significant to hold out then.

You can do this in your app. It needs to capture a user click to ask permission and cannot be done while going fullscreen. The notification is underneath the fullscreen...

I made a heap of changes to be able to module the gamepad update process. Sadly that wouldnt work. This seems to work ``` if( this.controllers[ i ] === undefined...

I put the fix here now and added a method to disconnect all controllers. I am working on an Es6 version as this code is hard to maintain and needs...