Update of /cvsroot/alpp/openalpp/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv29427
Modified Files:
testfstream.cpp
Log Message:
Made stream looping
Index: testfstream.cpp
===================================================================
RCS file: /cvsroot/alpp/openalpp/tests/testfstream.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** testfstream.cpp 16 Apr 2003 11:15:10 -0000 1.4
--- testfstream.cpp 23 May 2003 14:51:43 -0000 1.5
***************
*** 42,45 ****
--- 42,46 ----
try {
FileStream stream(argv[1]);
+ stream.SetLooping(); // Remove this to play file once only.
Source source(stream);
|