/[svn]/linuxsampler/trunk/src/drivers/Plugin.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/drivers/Plugin.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2185 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 19 09:09:38 2011 UTC (12 years, 9 months ago) by persson
File length: 15885 byte(s)
Diff to previous 2174
* fixed compilation with gcc 4.6.1
* another "make dist" fix, for LV2 plugin
* made --enable-pthread-testcancel default on Mac OS X
* Mac OS X: fixed hanging threads


Revision 2174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 12 15:19:56 2011 UTC (12 years, 11 months ago) by capela
File length: 15859 byte(s)
Diff to previous 2165
* plugin changes:
    - LV2 Persist + Files support (patch by David Robillard)


Revision 2165 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 20 14:20:22 2011 UTC (13 years, 1 month ago) by persson
File length: 15422 byte(s)
Diff to previous 1994
* bugfix: calling SET VOICES (which Fantasia does on start and
  refresh) could cause instruments to be unloaded
* plugins: save engine type (gig, sfz or sf2) in plugin state
* VST: when opening Fantasia, look for both 32 and 64 bit Java on
  64 bit Windows


Revision 1994 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 30 13:30:01 2009 UTC (14 years, 7 months ago) by iliev
File length: 15156 byte(s)
Diff to previous 1992
* bugfix: AU plugin hangs on some hosts if bound to loopback


Revision 1992 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 28 07:48:47 2009 UTC (14 years, 7 months ago) by iliev
File length: 14989 byte(s)
Diff to previous 1934
* bugfix: AU plugin failed to destroy its audio/MIDI devices


Revision 1934 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 12 10:35:55 2009 UTC (14 years, 8 months ago) by schoenebeck
File length: 14727 byte(s)
Diff to previous 1922
* bugfix: don't allow to create or destroy audio devices and MIDI devices
  of host plugin implementations (e.g VST, AU, DSSI, LV2) on their own,
  as they only exist in the context of the plugin instance and would
  otherwise crash the application


Revision 1922 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 26 18:55:02 2009 UTC (14 years, 9 months ago) by persson
File length: 14665 byte(s)
Diff to previous 1907
* added channel routing, fxsends and midi maps to the settings stored
  in the plugin state


Revision 1907 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 16 17:04:37 2009 UTC (14 years, 10 months ago) by iliev
File length: 8608 byte(s)
Diff to previous 1895
* The number of audio channels and MIDI input ports in plugin audio/MIDI
  devices is now fixed and can not be changed once the device is created


Revision 1895 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 3 12:15:40 2009 UTC (14 years, 10 months ago) by persson
File length: 8596 byte(s)
Diff to previous 1889
* fixes for using large audio device buffers
* VST: added support for sample rate and buffer size changes
* VST: close editor (Fantasia) when the VST is removed
* minor fix in configure for mmsystem.h detection on MinGW
* removed warnings from gcc 4.4 and valgrind


Revision 1889 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 26 12:19:00 2009 UTC (14 years, 11 months ago) by persson
File length: 8062 byte(s)
Diff to previous 1882
* fixed a memory management error which could cause a crash when a
  plugin was unloaded
* minor fixes in ASIO and MME drivers for win64


Revision 1882 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 1 15:21:13 2009 UTC (14 years, 11 months ago) by iliev
File length: 8140 byte(s)
Diff to previous 1835
* LSCP server: hard close of all sockets on exit
* Load instruments in background when restoring plugin state


Revision 1835 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 16 17:56:50 2009 UTC (15 years, 1 month ago) by iliev
File length: 8055 byte(s)
Diff to previous 1777
* Adapted drivers/Plugin class to be used as a base class for the
  AudioUnit plugin and fixed orphaned pointers when deleting PluginGlobal
* Fixed possible iterator invalidations when resetting the sampler
* Fixed memory leaks when issuing the following LSCP commands:
  GET AUDIO_OUTPUT_DRIVER INFO
  GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO
  GET MIDI_INPUT_DRIVER INFO
  GET MIDI_INPUT_DRIVER_PARAMETER INFO
* Fixed possible compilation error when sqlite is not present


Revision 1777 - (view) (download) (annotate) - [select for diffs]
Added Mon Sep 15 16:58:10 2008 UTC (15 years, 6 months ago) by persson
File length: 7663 byte(s)
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin


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