The DaftPunKonsole
21–30 of 33 posts
Re: The DaftPunKonsole
#22This is super fun to play with, but the delay between the key press and audio playback is killing me. Are the sounds loaded into a buffer? Perhaps this is the best latency you can get with Web Audio (on Linux). Also, the semicolon key is not working for me. A fun toy nonetheless!
on my keyboard, I have a "ñ" key there. It would be awesome if you could use keys "hjkl" instead.
Re: The DaftPunKonsole
#23Your hot-linking cross domain made this impossible to try, as I block this. Please serve your javascript directly, even if it is a third party library. Additionally, the "Over" button (;) does not work for me for whatever reason. Firefox 30.
It says 186, but console.log(code) returns 59 for me. If I update the javascript to replace the 186 with 59 the sound will play, but to get proper CSS effects I think the JSON file needs to be corrected.
Re: The DaftPunKonsole
#24Clearly built for nerds, but no DVORAK option? Come on.
Re: The DaftPunKonsole
#25Clearly built for nerds, but no DVORAK option? Come on.
Re: The DaftPunKonsole
#26Re: The DaftPunKonsole
#27This is super fun to play with, but the delay between the key press and audio playback is killing me. Are the sounds loaded into a buffer? Perhaps this is the best latency you can get with Web Audio (on Linux). Also, the semicolon key is not working for me. A fun toy nonetheless!
> Also, the semicolon key is not working for me. A fun toy nonetheless! on my keyboard, I have a "ñ" key there. It would be awesome if you could use keys "hjkl" instead.
Re: The DaftPunKonsole
#28Clearly built for nerds, but no DVORAK option? Come on.
It's a gap in the web platform that there's no solid cross-browser way to automatically adapt these sorts of control layouts to the user's actual keyboard layout. :( I type Dvorak too, and just have to switch to qwerty for certain games and things like this (both web and native).
Hmm, caniuse doesn't seem to have it, I'll have to look for info.
Edit: ah, and looks like Fx38 will be the very first to have it. https://bugzilla.mozilla.org/show_bug.cgi?id=1126673
Re: The DaftPunKonsole
#29This is super fun to play with, but the delay between the key press and audio playback is killing me. Are the sounds loaded into a buffer? Perhaps this is the best latency you can get with Web Audio (on Linux). Also, the semicolon key is not working for me. A fun toy nonetheless!
This will probably be about as responsive as this can get without a low latency audio driver. At least on Windows, this is similar to the latency when using a MIDI keyboard and a DAW with non-ASIO/WaveRT audio drivers. I think for Linux the analogue would be higher-latency with PulseAudio than with JACK.