/[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 1352 by iliev, Sun Sep 16 23:06:10 2007 UTC revision 1353 by iliev, Mon Sep 17 23:15:25 2007 UTC
# Line 437  namespace LinuxSampler { Line 437  namespace LinuxSampler {
437              StringListPtr FindInstruments(String Dir, SearchQuery* pQuery, bool Recursive);              StringListPtr FindInstruments(String Dir, SearchQuery* pQuery, bool Recursive);
438    
439              /**              /**
440                 * Removes the old instruments datbase and re-creates
441                 * the instruments database from scratch.
442                 */
443                void Format();
444    
445                /**
446               * All '\0' chars in the string are replaced with "\x2f";               * All '\0' chars in the string are replaced with "\x2f";
447               * ', ", \ are escaped with backslash and               * ', ", \ are escaped with backslash and
448               * <CR> and <LF> are replaced with \r and \n.               * <CR> and <LF> are replaced with \r and \n.

Legend:
Removed from v.1352  
changed lines
  Added in v.1353

  ViewVC Help
Powered by ViewVC