/[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 1716 by persson, Sat Jan 19 16:55:03 2008 UTC revision 1717 by iliev, Sun Mar 16 17:43:20 2008 UTC
# Line 124  namespace LinuxSampler { Line 124  namespace LinuxSampler {
124    
125              /**              /**
126               * Creates an instruments database file.               * Creates an instruments database file.
127               * @param File the pathname of the file to create.               * @param FilePath the pathname of the file to create.
128               * @throws Exception If the creation of the database file failed.               * @throws Exception If the creation of the database file failed.
129               */               */
130              static void CreateInstrumentsDb(String File);              static void CreateInstrumentsDb(String FilePath);
131    
132              /**              /**
133               * This method is used to access the instruments database.               * This method is used to access the instruments database.
# Line 714  namespace LinuxSampler { Line 714  namespace LinuxSampler {
714               * @param DbDir The instruments database directory               * @param DbDir The instruments database directory
715               * in which the instrument will be added.               * in which the instrument will be added.
716               * All slashes in the directory names should be replaced with '\0'.               * All slashes in the directory names should be replaced with '\0'.
717               * @param File The absolute path name of the instrument file.               * @param FilePath The absolute path name of the instrument file.
718               * @param Index The index of the instrument (in the given               * @param Index The index of the instrument (in the given
719               * instrument file) to add. If -1 is specified, all instruments in               * instrument file) to add. If -1 is specified, all instruments in
720               * the supplied instrument file will be added.               * the supplied instrument file will be added.
# Line 722  namespace LinuxSampler { Line 722  namespace LinuxSampler {
722               * Specify NULL if you don't want to monitor the scanning process.               * Specify NULL if you don't want to monitor the scanning process.
723               * @throws Exception if the operation failed.               * @throws Exception if the operation failed.
724               */               */
725              void AddGigInstruments(String DbDir, String File, int Index = -1, ScanProgress* pProgress = NULL);              void AddGigInstruments(String DbDir, String FilePath, int Index = -1, ScanProgress* pProgress = NULL);
726    
727              /**              /**
728               * Adds the specified GIG instrument.               * Adds the specified GIG instrument.

Legend:
Removed from v.1716  
changed lines
  Added in v.1717

  ViewVC Help
Powered by ViewVC