Show
Ignore:
Timestamp:
11/05/08 14:51:11 (5 years ago)
Author:
wolke
Message:

samples play reverse and pingpong

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/new_fx_rack_and_sample_fun/libs/hydrogen/src/local_file_mgr.cpp

    r602 r625  
    249249 
    250250//test if the file exists  
    251         QFile testfile(sPatternXmlFilename); 
     251        QFile testfile( sPatternXmlFilename ); 
    252252        if ( testfile.exists() && mode == 1) 
    253253                return 1; 
     
    298298        doc.SaveFile(); 
    299299 
    300  
     300        QFile anotherTestfile( sPatternXmlFilename );  
     301                if ( ! anotherTestfile.exists() )  
     302                return 1;  
    301303 
    302304        return 0; // ok