not safe to query sound while it's playing
This commit is contained in:
@@ -89,7 +89,7 @@ void ScreenTestSound::UpdateText(int n)
|
|||||||
"%i: %s\n"
|
"%i: %s\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"(%s) of %.3f\n"
|
"(%s)\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"%s",
|
"%s",
|
||||||
n+1, fn.GetString(),
|
n+1, fn.GetString(),
|
||||||
@@ -100,7 +100,6 @@ void ScreenTestSound::UpdateText(int n)
|
|||||||
"Continue until stopped":
|
"Continue until stopped":
|
||||||
"Loop",
|
"Loop",
|
||||||
pos.size()? pos.GetString(): "none playing",
|
pos.size()? pos.GetString(): "none playing",
|
||||||
s[n].s.GetLengthSeconds(),
|
|
||||||
s[n].s.IsStreaming()? "Streaming":"Preloaded",
|
s[n].s.IsStreaming()? "Streaming":"Preloaded",
|
||||||
selected == n? "^^^^^^":""
|
selected == n? "^^^^^^":""
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user