/[svn]/linuxsampler/trunk/src/plugins
ViewVC logotype

Log of /linuxsampler/trunk/src/plugins

View Directory Listing Directory Listing


Sticky Revision:

Revision 2188 - Directory Listing
Modified Fri Jun 24 19:39:11 2011 UTC (12 years, 9 months ago) by iliev
* Added LSCP commands "SUBSCRIBE EFFECT_INSTANCE_COUNT",
  "SUBSCRIBE EFFECT_INSTANCE_INFO", "SUBSCRIBE SEND_EFFECT_CHAIN_COUNT",
  "SUBSCRIBE SEND_EFFECT_CHAIN_INFO"


Revision 2053 - Directory Listing
Modified Wed Jan 27 20:29:36 2010 UTC (14 years, 2 months ago) by schoenebeck
* 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 - Directory Listing
Modified Wed Jul 29 15:31:09 2009 UTC (14 years, 8 months ago) by persson
* 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 - Directory Listing
Modified Sun May 10 09:31:51 2009 UTC (14 years, 10 months ago) by persson
* 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 1876 - Directory Listing
Modified Fri Mar 27 12:16:12 2009 UTC (15 years ago) by schoenebeck
* 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 1659 - Directory Listing
Modified Sun Feb 3 00:13:27 2008 UTC (16 years, 1 month ago) by schoenebeck
* added support for triggering notes by instrument editors
  (still some cleanup / refactoring ahead, but it should work)
* bumped version to 0.5.1.1cvs


Revision 1655 - Directory Listing
Modified Wed Jan 30 20:22:47 2008 UTC (16 years, 2 months ago) by schoenebeck
- refactoring of recent commit


Revision 1653 - Directory Listing
Modified Wed Jan 30 01:51:46 2008 UTC (16 years, 2 months ago) by schoenebeck
* 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 - Directory Listing
Modified Sun Jan 13 16:36:14 2008 UTC (16 years, 2 months ago) by nagata
* 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 - Directory Listing
Modified Sat Dec 29 22:02:29 2007 UTC (16 years, 3 months ago) by schoenebeck
* fixed endless loop which occured when loading an instrument editor
  plugin DLL on Windows systems failed (note: completely untested yet :) )


Revision 1601 - Directory Listing
Modified Sat Dec 29 20:27:53 2007 UTC (16 years, 3 months ago) by schoenebeck
* 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 - Directory Listing
Modified Wed Nov 14 23:42:15 2007 UTC (16 years, 4 months ago) by senoner
* 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 - Directory Listing
Modified Tue Nov 13 19:19:18 2007 UTC (16 years, 4 months ago) by senoner
* work in progress: win32 editor plugin loader


Revision 1425 - Directory Listing
Modified Sun Oct 14 22:01:28 2007 UTC (16 years, 5 months ago) by schoenebeck
- postponed commit for the recent commit batch


Revision 1375 - Directory Listing
Modified Wed Oct 3 18:41:09 2007 UTC (16 years, 5 months ago) by schoenebeck
* code refactoring, moved the following files from
  src/engines/ -> src/plugins/ :

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


Revision 1374 - Directory Listing
Added Wed Oct 3 18:37:56 2007 UTC (16 years, 5 months ago) by schoenebeck
- code refactoring, moved the following files from
  src/engines/ -> src/plugins/ :

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


  ViewVC Help
Powered by ViewVC