How To

How do i speed up a track?

0

Mrlegoboy 2019-10-23 04:35

Idk how to change the speed of a track so that it plays faster (or slower)


Timo 2019-10-23 07:12

You mean dynamically from the game? There is no command yet, but maybe it’s possible to copy the song to working RAM and poke a speed “sound command” into it. I didn’t try it yet though.


was8bit 2019-10-24 13:33

if you wanted 2 set speeds, you could copy first track then set each track to the 2 different speeds... then you could choose different tracks at different times...


Mrlegoboy 2019-10-24 15:07

What i did was i went into the code for lowres composer and set playspeed to 1(the fastest speed)
How do i recreate the way that it plays back?


was8bit 2019-10-24 19:12

I just now set my tempo to 1 on my latest memory game, and it plays lightning fast... check it out :)


was8bit 2019-10-24 19:23 (Edited)

I changed back to 4 speed... 1speed is below it...

I noticed it you start a track that doesnt have the speed setting it will play with default speed... each track that you will start playing with will need a speed setting at the top


Timo 2019-10-25 06:45

Check the “sound commands” subchapter of Sound Composer in the manual.


Log in to reply.