GetMusicRow issue
Posted: Thu Nov 27, 2014 12:16 pm
Hello.
Can anyone confirm the getMusicRow function dosent fetch the position correctly ?
You can find Xm modules here
http://modarchive.org/
thx.
Can anyone confirm the getMusicRow function dosent fetch the position correctly ?
Code: Select all
EnableExplicit
InitSound()
Define win=OpenWindow(#PB_Any,0,0,320,240,"",#PB_Window_SystemMenu|#PB_Window_ScreenCentered)
LoadMusic(0,"name.xm")
PlayMusic(0)
Repeat
If WaitWindowEvent(5)=#PB_Event_CloseWindow
End
EndIf
Debug GetMusicRow(0)
ForEver
http://modarchive.org/
thx.