-
Would it be possible to use `SDL_WINDOWEVENT_HIDDEN` and `SDL_WINDOWEVENT_EXPOSED`/`SDL_WINDOWEVENT_SHOWN` to pause rendering when the background isn't in view, and so save same cycles/battery?
I _…
-
Add a 5 second pause during the song once you hit resume so that if you pause in the middle of a note sequence you don't have to prepare to press a note immediately after the pause
-
I notice after some time, song randomly paused for like 1 seconds. This only happen when it has played a few songs. Currently, I'm not able to reproduce the bug.
-
It would be mighty handy to be able to pause the timer. :smile:
-
```
There should be a play/pause button. I'm not sure where it should go in the
UI, but it shouldn't be hard to get the buttons to do the right thing.
```
Original issue reported on code.google.com …
-
```
There should be a play/pause button. I'm not sure where it should go in the
UI, but it shouldn't be hard to get the buttons to do the right thing.
```
Original issue reported on code.google.com …
-
```
There should be a play/pause button. I'm not sure where it should go in the
UI, but it shouldn't be hard to get the buttons to do the right thing.
```
Original issue reported on code.google.com …
-
```
There should be a play/pause button. I'm not sure where it should go in the
UI, but it shouldn't be hard to get the buttons to do the right thing.
```
Original issue reported on code.google.com …
-
```
When a transaction commits, but fails due to a WriteConflict, you want to
retry. The problem is that this could lead to hammering because the system
is in a livelock.
A limit on the retry would b…
-
is it possible to pause recording and resume later?