Samurai_Crow |
Posted: 2015-12-30 13:36:25 |
|
|
Occasional visitor Posts: 23
Member since: 2007-01-16 00:52:06 |
I'm trying to embed some subsongs at the end of an existing AHX module for a "stage clear" blurb and a "game over" theme with a huge explosion at the beginning of each subsong for use in a game. I found out the hard way that if the length isn't updated globally, the subsong is discarded. I've also found out that if I try to enter a different loop point for the subsong than the main theme, it changes globally and the theme won't loop right. How is this supposed to work? Is it a bug or am I just doing it wrong? |
Xeron |
Posted: 2016-01-05 21:35:03 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
The subsongs are just the start position for each subsong. The global length is the total length of all songs.
At the end of each subsong, use a Bxx command to loop back. AHX forever! |