CVS log for linuxsampler/src/engines/InstrumentManager.h

(logo)

Help

(back) Up to [ls] / linuxsampler / src / engines

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Fri Mar 27 12:16:12 2009 UTC (17 months, 1 week ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0, HEAD
Changes since 1.9: +6 -1 lines
Diff to previous 1.9
* added optional 3rd party user data parameter for following
  liblinuxsampler C++ API methods: InstrumentEditor::Main(),
  InstrumentEditor::Launch(), InstrumentManager::LaunchInstrumentEditor()
* minor cosmetics regarding configure script summary
* debian packaging: include DSSI and LV2 plugin binaries of the sampler
  into the liblinuxsampler package
* RPM packaging: include DSSI and LV2 plugin binaries of the sampler
  into the liblinuxsampler package
* bumped version to 0.5.1.12cvs

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Wed Mar 18 22:16:14 2009 UTC (17 months, 3 weeks ago) by schoenebeck
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
* C++ API method InstrumentManager::LaunchInstrumentEditor() now returns
  a pointer to the launched InstrumentEditor object

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 1 16:33:21 2009 UTC (18 months, 1 week ago) by persson
Branch: MAIN
Changes since 1.7: +7 -1 lines
Diff to previous 1.7
* fixed crash when a linuxsampler plugin is unloading

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Wed Sep 10 14:02:24 2008 UTC (23 months, 4 weeks ago) by iliev
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
* added new LSCP command: SEND CHANNEL MIDI_DATA which can be used by
  frontends to send MIDI messages to specific sampler channel
* added two additional fields to GET FILE INSTRUMENT INFO command -
  KEY_BINDINGS and KEYSWITCH_BINDINGS
* InstrumentResourceManager::GetInstrumentInfo now scans the specified
  instrument file only if it is not loaded in the instrument manager

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Mon Dec 3 16:41:17 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_5_1
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
* added index bounds check to quite new LSCP command
  "GET FILE INSTRUMENT INFO"

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Sun Nov 25 17:47:46 2007 UTC (2 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +27 -0 lines
Diff to previous 1.4
* LSCP: added new LSCP commands: "GET FILE INSTRUMENTS <file>",
  "LIST FILE INSTRUMENTS <file>" and
  "GET FILE INSTRUMENT INFO <file> <index>" for retrieving informations
  about an arbitrary instrument file on the system where the sampler is
  running on (LSCP specs yet to be updated!)
* bumped version to 0.5.0.1cvs
* bumped LSCP compliance to LSCP version 1.3

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Tue Sep 4 00:12:48 2007 UTC (3 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_5_0
Changes since 1.3: +34 -2 lines
Diff to previous 1.3
* 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 1.3 / (as text) / (view) - annotate - [select for diffs] , Tue May 29 22:59:35 2007 UTC (3 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.2: +17 -2 lines
Diff to previous 1.2
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Wed Nov 29 19:48:38 2006 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +0 -14 lines
Diff to previous 1.1
* 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 1.1 / (as text) / (view) - annotate - [select for diffs] , Mon Nov 27 21:34:54 2006 UTC (3 years, 9 months ago) by schoenebeck
Branch: MAIN
* implemented MIDI instrument mapping according to latest LSCP draft

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS