/[svn]/linuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/db/InstrumentsDbUtilities.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3705 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 8 20:26:53 2020 UTC (4 years, 3 months ago) by schoenebeck
File length: 28074 byte(s)
Diff to previous 3101 , to selected 1781
Fixed compiler warnings about exception handling:

Use re-throw semantic instead of copying exception objects.


Revision 3101 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 5 18:03:58 2017 UTC (7 years, 2 months ago) by schoenebeck
File length: 28054 byte(s)
Diff to previous 3092 , to selected 1781
* Instruments DB: Fixed undefined DB transaction behavior.
* Fixed general compiler warnings.
* Bumped version (2.0.0.svn43).


Revision 3092 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 22:02:36 2017 UTC (7 years, 3 months ago) by schoenebeck
File length: 28030 byte(s)
Diff to previous 3091 , to selected 1781
* Instruments DB: Added support for scanning SFZ (.sfz) files.
* Instruments DB: Added support for scanning Sound Font (.sf2) files.
* Bumped version (2.0.0.svn40).


Revision 3091 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 15:01:21 2017 UTC (7 years, 3 months ago) by schoenebeck
File length: 21491 byte(s)
Diff to previous 2840 , to selected 1781
* Cleanup of instruments DB file creation and opening code.
* The instrument DB path of linuxsampler's --create-instruments-db argument
  is now optional, if it is missing, then a default location is used.
* Bumped version (2.0.0.svn39).


Revision 2840 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 30 10:00:44 2015 UTC (8 years, 7 months ago) by persson
File length: 21445 byte(s)
Diff to previous 1943 , to selected 1781
* use unique_ptr instead of auto_ptr when building with C++11


Revision 1943 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 14 18:25:11 2009 UTC (14 years, 9 months ago) by persson
File length: 21285 byte(s)
Diff to previous 1908 , to selected 1781
* fixed instrument database recursive import, which was broken on
  Windows


Revision 1908 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 1 18:50:06 2009 UTC (14 years, 10 months ago) by persson
File length: 21178 byte(s)
Diff to previous 1781
* VST: avoid opening Fantasia more than once for each VST instance
* VST: export main function as "main" on Linux too (fix for energyXT)
* VST: prepare code for multiple output channels
* work-around for missing fnmatch function on Windows to make
  instrument database compilable


Revision 1781 - (view) (download) (annotate) - [selected]
Modified Mon Sep 29 18:21:21 2008 UTC (15 years, 6 months ago) by iliev
File length: 20901 byte(s)
Diff to previous 1717
* Implemented option for adding instruments in separate directories
  in the instruments database
  (patch by Chris Cherrett & Andrew Williams, a bit adjusted)


Revision 1717 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 16 17:43:20 2008 UTC (16 years, 1 month ago) by iliev
File length: 20644 byte(s)
Diff to previous 1424 , to selected 1781
* moved all OS dependent file operation to File class


Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 22387 byte(s)
Diff to previous 1345 , to selected 1781
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0


Revision 1345 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 13 21:46:25 2007 UTC (16 years, 7 months ago) by iliev
File length: 22390 byte(s)
Diff to previous 1208 , to selected 1781
* added support for escape sequences to the instruments database


Revision 1208 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 26 22:20:46 2007 UTC (16 years, 10 months ago) by iliev
File length: 22294 byte(s)
Diff to previous 1200 , to selected 1781
* added --instruments-db-location command line switch
* fixed bug regarding the scanning progress notifications
* directories containing no instrument files are now not re-created
  in the instruments databese when recursive scan is performed


Revision 1200 - (view) (download) (annotate) - [select for diffs]
Added Thu May 24 14:04:18 2007 UTC (16 years, 10 months ago) by iliev
File length: 21108 byte(s)
Diff to selected 1781
* Implemented instrument scanning in background
  and commands for monitoring the scan progress


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC