/[svn]/linuxsampler/trunk/src/db/InstrumentsDb.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/db/InstrumentsDb.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3091 by schoenebeck, Mon Jan 16 15:01:21 2017 UTC revision 3092 by schoenebeck, Mon Jan 16 22:02:36 2017 UTC
# Line 761  namespace LinuxSampler { Line 761  namespace LinuxSampler {
761               * Specify NULL if you don't want to monitor the scanning process.               * Specify NULL if you don't want to monitor the scanning process.
762               * @throws Exception if the operation failed.               * @throws Exception if the operation failed.
763               */               */
764              void AddGigInstruments(String DbDir, String FilePath, int Index = -1, ScanProgress* pProgress = NULL);              void AddInstrumentsFromFilePriv(String DbDir, const int dirId, String FilePath, File file, int Index = -1, ScanProgress* pProgress = NULL);
765    
             /**  
              * Adds the specified GIG instrument.  
              * @param DbDir The instruments database directory  
              * in which the instrument will be added.  
              * All slashes in the directory names should be replaced with '\0'.  
              * @throws Exception if the operation failed.  
              */  
             void AddGigInstrument(sqlite3_stmt* pStmt, String DbDir, int DirId, String File, ::gig::Instrument* pInstrument, int Index);  
               
766              void DirectoryTreeWalk(String AbstractPath, DirectoryHandler* pHandler);              void DirectoryTreeWalk(String AbstractPath, DirectoryHandler* pHandler);
767    
768              void DirectoryTreeWalk(DirectoryHandler* pHandler, String AbstractPath, int DirId, int Level);              void DirectoryTreeWalk(DirectoryHandler* pHandler, String AbstractPath, int DirId, int Level);

Legend:
Removed from v.3091  
changed lines
  Added in v.3092

  ViewVC Help
Powered by ViewVC