javamannen |
Posted: 2009-12-10 19:58:33 |
|
|
Just looking around Posts: 7
Member since: 2007-06-19 08:28:45 |
You can set the speed multiplier to a value between 1..6 in the editor, but the actual range in hvl_load_ahx() is only 1..4.
If you set it to 6, save your song and reload it, it will have a value of 2.
If you set it to 5, save your song and reload it, it will have a value of 1.
From the replayer hvl_load_ahx():
ht->ht_SpeedMultiplier = ((buf[6]>>5)&3)+1;
So, only 2 bits (4 values) are used when a song is loaded from disk.
/Adam
|
bruce101 |
Posted: 2010-03-12 11:31:17 |
|
|
Just looking around Posts: 1
Member since: 2010-03-12 11:28:04 |
got the same issue. any ideas on this one? Please help.
Bruce
propellerhead reason |
Xeron |
Posted: 2010-03-17 14:31:26 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
You're right. I suck. I really should find some time to work on HT soon... AHX forever! |
Xeron |
Posted: 2013-05-07 18:03:14 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
Fixed in SVN revision 47 ready for the next release. AHX forever! |