/[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 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 , to selected 1478
* 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 , to selected 1478
* 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 , to selected 1478
* 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 , to selected 1478
* 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 , to selected 1478
* 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 , to selected 1478
* 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 , to selected 1478
* 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) - [selected]
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 , to selected 1478
- 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)
Diff to selected 1478
- 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