Closed ghost closed 2 years ago
No. Please learn to code, all of those can be done by writing the correct expression in the existing modes. Adding new modes is entirely the wrong way to use bytebeat/floatbeat.
I'd be like asking for 2X mode. You don't need 2x mode. You just multiply t
by 2. Same with all of those other modess
No. Please learn to code, all of those can be done by writing the correct expression in the existing modes. Adding new modes is entirely the wrong way to use bytebeat/floatbeat. I'd be like asking for 2X mode. You don't need 2x mode. You just multiply
t
by 2. Same with all of those other modess
but... its like from "Chasyxx Enchanced Bytebeat", please add it.
Do you know understand
Sorry but No. The whole point of bytebeat and floatbeat is to do your own math. Putting math in the player is missing the entire point. That's not "enhanced", that's dumbed down.
Put it in bytebeat mode then use one of these expressions
bitBeat = value => (value & 1) * 255,
sinMode = value => Math.sin(value | 0) * 128 + 128,
m2048 = value => value>>2 & 255,
sinFreq = value => Math.sin((value * Math.PI) / 128) * 128 + 128,
logMode = value => Math.log2(value) * 32 & 255,
logMode10 = value => Math.log10(value) * 106.301699 & 255,
Example:
vs
pi pi pi irut
stolen song by @JarredThePelmeni
Please add Sinmode. Bitbeat. 2048. Sinfreq. Logmode, Logmode10. and RAW.