Results 14 comments of Foaly

Seeing the last commit made me wonder. From my knowledge SFML uses 44100 Hz for playback internally. If Opus is read out at 48000 Hz the sound should be pitched...

Ah I did not know that! Very interesting! Thank you

Hmm no it does not seem to be documented. I took it from [here](https://stackoverflow.com/questions/7442939/opening-a-window-that-has-no-title-bar-with-win32) and naivly assumed that 0 meant no state... I didn't double check with the windows documentation....

This is great! Thank you for contributing! Maybe I missed something here, but I was wondering why did you chose to make another event? There is already an event for...

I wanted to start the windows implementation for the window states this evening. I might be able to give this a try if I remember. But if somebody else wants...

I had a quick test and it seems like without `WS_POPUP` a border is created around the window. I might have found another solution though. Will send a pull request...

I was able to implement this using Leaflets polygon cutout feature: ```javascript let terminatorConfig = { stroke: false, fillColor: '#FFFFFF', fillOpacity: 0.15 }; // get the coordinates of the terminator...

Hello! I think this is a great idea. I work on audio software in my dayjob, so I warmly welcome better audio UX. I have a few audio curves for...

Hmm it doesn't work for me. The controls get hidden in fullscreen, but the mouse cursor stays visible. I'm using Firefox 57.0.4 on MacOS 10.11.6.

I noticed something today that might be related. When switching to fullscreen using the F key (but not by clicking on a control) the mouse cursor is hidden. Once the...