Techmino icon indicating copy to clipboard operation
Techmino copied to clipboard

Add Hz counter to Classic modes

Open Not-A-Normal-Robot opened this issue 3 years ago • 3 comments

also tidied up 1 line of code

Not-A-Normal-Robot avatar Aug 29 '22 00:08 Not-A-Normal-Robot

tips: using local xxx={...} will use lots of memory, I recommend to replace if ... then color={r,g,b} with if ... then setColor(r,g,b), it looks longer but can runs faster (and without "memory leak")

MrZ626 avatar Aug 29 '22 05:08 MrZ626

wow thanks lol

I should change this when I can

drafting this PR for now so you don't accidentally merge it

Not-A-Normal-Robot avatar Aug 31 '22 19:08 Not-A-Normal-Robot

PR is ready to be merged btw

Not-A-Normal-Robot avatar Oct 10 '22 10:10 Not-A-Normal-Robot

wait, you added more hooks

MrZ626 avatar Oct 25 '22 17:10 MrZ626

yeah to make the code faster and simpler

Not-A-Normal-Robot avatar Oct 27 '22 23:10 Not-A-Normal-Robot

also how do you add hooks properly? the way I did it failed and I had to add another failsafe which probably means I did it completely incorrectly

Not-A-Normal-Robot avatar Oct 29 '22 19:10 Not-A-Normal-Robot

alright i think ill remake this some other day because the current code isn't that good

Not-A-Normal-Robot avatar Aug 28 '23 01:08 Not-A-Normal-Robot