
14.05.2011, 11:27
|
 |
Активный
|
|
Регистрация: 22.01.2010
Сообщения: 211
Версия Delphi: 7, 2010
Репутация: 1349
|
|
Цитата:
Note that some MOD musics never reach the end; they may jump to another position first. If the BASS_MUSIC_STOPBACK flag is used with a MOD music (through BASS_MusicLoad or BASS_ChannelFlags), then this sync will also be called when a backward jump effect is played.
|
Код:
Melody := BASS_MusicLoad(False, MODFile, 0, 0, BASS_MUSIC_STOPBACK, 0);
|