FF7/PSX/Sound/Opcodes/0xe8

From QhimmWiki
Jump to navigation Jump to search

0xE8 (Tempo)

Has 2 8-bit parameters, which represents one 16-bit tempo value.

As I understood, internal AKAO engine works with ticks, which calculated by next formula:

ticks = <tempo parameter> * <milliseconds passed> / 1000;

Using this parameter we can set sequence playing speed