Log In  

Whereas in PICO-8 v0.1.11 it was possible to run a cart at 60 FPS and get a higher sampling frequency (than at 30 FPS) when querying the value of stat(26) (i.e. number of ticks played on current pattern), it seems that in v0.1.12 this behavior has been changed so that in 60 FPS the stat(26) value still only updates 30 times per second.

What led to my discovering this was that I thought I perceived a visual difference when using v0.1.12 to run part of my "Not A Creature Was Stirring" cart that uses stat(26) ticks as the input for some easing functions, so I created a standalone test cart and ran it in both v0.1.11 and v0.1.12 and it looks like the behavior has indeed changed.

Here's a test cart. Try changing the "_update60" function to "_update" and see that in v0.1.12 the average diff between sampled ticks (only counting when there is an actual change) is the same (roughly 5.59) either way. But if you run the same cart (I had to change the cart version to 16 to do this) in v0.1.11 you can see that in 60 FPS mode, the average diff between sampled ticks is roughly half (about 2.8), which is better for syncing things to music.

Cart #jigudetipo-0 | 2019-04-20 | Code ▽ | Embed ▽ | No License
3

EDIT: oh well now that I see it on the web, it seems the 0.1.12c web player does not have this bug :D (it says about 2.8 for me) so apparently the problem is only with the native (I'm using Linux btw) version?

P#63742 2019-04-20 23:12 ( Edited 2019-04-20 23:16)

FYI this bug is still present in 0.2.1b, but again it only happens on the native versions (tested on Linux and Raspberry Pi), not the HTML version

P#85723 2020-12-23 20:40
1

this is still present in 0.2.2

P#88210 2021-02-26 18:34

Yeah, I've been trying to make a rhythm game using stat(26) and it always updates slowly AND sporatically. Sometimes 2 frames, up to around 5 I think? I've got a video proving it here that I just filmed in slo-mo on my phone.

P#92759 2021-05-29 05:12

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 21:52:00 | 0.010s | Q:19