/[svn]/linuxsampler/trunk/src/plugins/InstrumentEditorFactory.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/plugins/InstrumentEditorFactory.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 4021 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 5 16:11:04 2022 UTC (2 years, 3 months ago) by schoenebeck
File length: 13338 byte(s)
Diff to previous 4010
* Sampler::Reset() no longer unloads instrument editor plugins, this is a
  workaround for the issue that instrument editor plugins were no longer
  available after sending a LSCP "RESET" command (probably due to a race).

* Bumped version (2.2.0.svn16).


Revision 4010 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 23 15:26:02 2021 UTC (2 years, 3 months ago) by schoenebeck
File length: 12556 byte(s)
Diff to previous 3034
* Additional more verbose error output in case an appropriate
  instrument editor could not be found (if there is not any
  editor at all then say so, if there is one but not capable
  to handle the instrument, then make this case clear to the
  user; in both cases print the expected location for instrument
  editor plugins).

* Bumped version (2.2.0.svn9).


Revision 3034 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 31 00:05:00 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 11522 byte(s)
Diff to previous 2053
* Fixed a bunch of minor issues (mostly compiler warnings).
* Bumped version (2.0.0.svn31).


Revision 2053 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 27 20:29:36 2010 UTC (14 years, 2 months ago) by schoenebeck
File length: 11518 byte(s)
Diff to previous 1951
* Introduced support for optional environment variable
  "LINUXSAMPLER_PLUGIN_DIR" which allows to override the directory
  where the sampler shall look for instrument editor plugins
  (patch by Luis Garrido, slightly modified).
* bumped version to 1.0.0.cvs3


Revision 1951 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 29 15:31:09 2009 UTC (14 years, 8 months ago) by persson
File length: 11052 byte(s)
Diff to previous 1897
* ASIO fixes: avoid initializing the device twice, avoid throwing
  exception when getting parameters from a disconnected device
* Windows: add the installation directory to the DLL search path when
  loading an editor plugin (solves problems with VST and gigedit on
  systems with other GTK versions installed)
* fixed minor memory leak in ALSA MIDI driver


Revision 1897 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 10 09:31:51 2009 UTC (14 years, 11 months ago) by persson
File length: 10297 byte(s)
Diff to previous 1653
* Windows: look for editor plugins and Fantasia using base directory
  of liblinuxsampler dll
* lscp bugfix: SET CHANNEL MIDI_INPUT_TYPE didn't work with the MME
  driver


Revision 1653 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 30 01:51:46 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 10694 byte(s)
Diff to previous 1642
* added support for notifying instrument editors on note-on / note-off
  events (e.g. to highlight the pressed keys on the virtual keyboard
  of gigedit)
* fixed return value of recently added Thread::TestCancel() method
* be verbose on DLL load errors (on Linux)


Revision 1642 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 13 16:36:14 2008 UTC (16 years, 3 months ago) by nagata
File length: 10664 byte(s)
Diff to previous 1602
* OSX: Definition of ATOMIC_INIT is added
* OSX: "~" in DB/plugin names are expanded to "$HOME"
* OSX: MIDI device name are now "linuxsampler_in_%d" where %d=0,1,etc.


Revision 1602 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 29 22:02:29 2007 UTC (16 years, 3 months ago) by schoenebeck
File length: 10218 byte(s)
Diff to previous 1601
* fixed endless loop which occured when loading an instrument editor
  plugin DLL on Windows systems failed (note: completely untested yet :) )


Revision 1601 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 29 20:27:53 2007 UTC (16 years, 3 months ago) by schoenebeck
File length: 10705 byte(s)
Diff to previous 1481
* bugfix: on some POSIX systems instrument editor plugins refused to
  load as we used a non-portable Linux specific struct field
  (fixes bug #70, patch by Ronald Baljeu)


Revision 1481 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 14 23:42:15 2007 UTC (16 years, 5 months ago) by senoner
File length: 10492 byte(s)
Diff to previous 1478
* win32 port work in progress:
* - implemented win32 support in the following classes:
* Thread, Condition, Mutex, Path, LscpServer
* - lscp.y use DONTCARE instead of VOID
*  (a win32 symbol defined)
* - completed win32 editor plugin loader


Revision 1478 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 13 19:19:18 2007 UTC (16 years, 5 months ago) by senoner
File length: 8558 byte(s)
Diff to previous 1425
* work in progress: win32 editor plugin loader


Revision 1425 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 22:01:28 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 6453 byte(s)
Diff to previous 1374
- postponed commit for the recent commit batch


Revision 1374 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 3 18:37:56 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 6414 byte(s)
- code refactoring, moved the following files from
  src/engines/ -> src/plugins/ :

  InstrumentEditor.h ,
  InstrumentEditor.cpp ,
  InstrumentEditorFactory.h ,
  InstrumentEditorFactory.cpp


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