/[svn]/linuxsampler/trunk/src/common/ResourceManager.h
ViewVC logotype

Log of /linuxsampler/trunk/src/common/ResourceManager.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1321 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 4 01:12:49 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 29273 byte(s)
Diff to previous 1040
* added highly experimental code for synchronizing instrument editors
  hosted in the sampler's process to safely edit instruments while playing
  without a crash (hopefully) by either suspending single regions wherever
  possible or - if unavoidable - whole engine(s)
* disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS
  instead of fix values
* removed legacy Makefiles in meanwhile deleted src/lib directory and its
  subdirectories
* bumped version to 0.4.0.7cvs


Revision 1040 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 7 15:41:31 2007 UTC (17 years, 1 month ago) by schoenebeck
File length: 26709 byte(s)
Diff to previous 970
* bugfix: sampler crashed when trying to persistently map a not existent or
  corrupt .gig file ("MAP MIDI_INSTRUMENT ... PERSISTENT")
* behavior fix: reset FX send levels i.e. when receiving a MIDI "reset all
  controllers" message
* bumped version to 0.4.0.3cvs


Revision 970 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 6 22:28:17 2006 UTC (17 years, 3 months ago) by schoenebeck
File length: 26727 byte(s)
Diff to previous 958
* fixed crash occuring in conjunction with the new 'MAP MIDI_INSTRUMENT'
  LSCP command (cause: RingBuffer was not able to do deep copies)


Revision 958 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 29 19:48:38 2006 UTC (17 years, 4 months ago) by schoenebeck
File length: 22689 byte(s)
Diff to previous 947
* store volume for each MIDI instrument mapper entry individually instead
  of managing the volume as shared setting with the respective instrument
  entry of its InstrumentManager


Revision 947 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 27 21:34:55 2006 UTC (17 years, 4 months ago) by schoenebeck
File length: 21660 byte(s)
Diff to previous 925
* implemented MIDI instrument mapping according to latest LSCP draft


Revision 925 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 21 14:50:32 2006 UTC (17 years, 5 months ago) by schoenebeck
File length: 13455 byte(s)
Diff to previous 835
* fixed crash when instrument loading failed previously on the same
  sampler channel (fixes bug #36)


Revision 835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 6 18:07:17 2006 UTC (18 years, 1 month ago) by persson
File length: 13100 byte(s)
Diff to previous 517
* fixed some memory management errors


Revision 517 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 8 00:26:21 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 13007 byte(s)
Diff to previous 386
* implemented progress indicator for loading instruments
  (can be polled with "GET CHANNEL INFO", field "INSTRUMENT_STATUS")


Revision 386 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 17 10:45:30 2005 UTC (19 years, 1 month ago) by letz
File length: 11047 byte(s)
Diff to previous 351
Add missing virtual destructor


Revision 351 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 25 22:11:43 2005 UTC (19 years, 2 months ago) by schoenebeck
File length: 11015 byte(s)
Diff to previous 56
* fixed some memory leaks (patch by Gene Anders)


Revision 56 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 09:21:58 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 11013 byte(s)
Diff to previous 53
updated copyright header for 2004


Revision 53 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 11013 byte(s)
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default


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