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

Log of /linuxsampler/trunk/src/hostplugins

View Directory Listing Directory Listing


Sticky Revision:

Revision 2197 - Directory Listing
Modified Sat Jul 2 09:55:42 2011 UTC (12 years, 9 months ago) by persson
* AU: changed number of output channels from one stereo to 16 stereo
* VST: made it possible to build the VST plugin for Mac
* AU: link AU plugin dynamically if --disable-shared isn't specified
* minor Makefile fix for building lscpparser when build and source
  directories are separate


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 2185 - Directory Listing
Modified Sun Jun 19 09:09:38 2011 UTC (12 years, 9 months ago) by persson
* 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 2183 - Directory Listing
Modified Sat Jun 11 17:53:32 2011 UTC (12 years, 9 months ago) by persson
* Mac OS X fixes: support the new dir for Core Audio SDK, fixed name
  collision of enum in EffectControl, fixed building outside source
  directory, fixed wrong name of destructor in
  AudioOutputDeviceCoreAudio.cpp
* made sure all source files for hostplugins are included when doing
  "make dist"
* removed empty directories left from the cvs to svn migration


Revision 2174 - Directory Listing
Modified Tue Apr 12 15:19:56 2011 UTC (12 years, 11 months ago) by capela
* plugin changes:
    - LV2 Persist + Files support (patch by David Robillard)


Revision 2165 - Directory Listing
Modified Sun Feb 20 14:20:22 2011 UTC (13 years, 1 month ago) by persson
* 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 2162 - Directory Listing
Modified Tue Feb 8 18:22:50 2011 UTC (13 years, 1 month ago) by persson
* bugfix: playing a note while changing the instrument could cause a
  crash, or give "Handing back unknown region" error messages


Revision 2045 - Directory Listing
Modified Sun Jan 10 13:22:19 2010 UTC (14 years, 2 months ago) by persson
* VST bugfix: If the host called resume() before and after changing
  sample rate or block size, the number of channels was incorrectly
  set to two. This caused silence in Cubase 5.
* removed compiler warnings


Revision 2018 - Directory Listing
Modified Tue Oct 27 19:04:57 2009 UTC (14 years, 5 months ago) by iliev
* SFZ format engine: Implemented sfz version 1
   Filter EG, Amplifier EG and Pitch EG
* use SF2 file loader from libgig


Revision 2013 - Directory Listing
Modified Sat Oct 24 09:07:38 2009 UTC (14 years, 5 months ago) by persson
* fixed compilation error in DSSI plugin
* removed gig engine dependency in DSSI plugin


Revision 2012 - Directory Listing
Modified Fri Oct 23 17:53:17 2009 UTC (14 years, 5 months ago) by iliev
* Refactoring: moved the independent code from
  the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range


Revision 1992 - Directory Listing
Modified Fri Aug 28 07:48:47 2009 UTC (14 years, 7 months ago) by iliev
* bugfix: AU plugin failed to destroy its audio/MIDI devices


Revision 1942 - Directory Listing
Modified Tue Jul 14 18:20:41 2009 UTC (14 years, 8 months ago) by senoner
* bugfix: LinuxSamplerVst::resume() did not call AudioEffectX::resume().
This caused LinuxSampler VST not appearing in the out: dropdown menu
under Cubase. Thanks to Arne Scheffler for the tip!


Revision 1928 - Directory Listing
Modified Fri Jul 3 11:14:46 2009 UTC (14 years, 8 months ago) by schoenebeck
* VST: look for the Fantasia binary in liblinuxsampler.dll's directory and
  in its parent directory (required for the next Windows installer which
  allows to install the 64 bit and 32 bit version of LinuxSampler VST
  alongside)


Revision 1923 - Directory Listing
Modified Sat Jun 27 16:55:41 2009 UTC (14 years, 9 months ago) by persson
* fixed crash happening when a pitch bend event arrived at the same
  time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory


Revision 1920 - Directory Listing
Modified Sun Jun 21 15:19:06 2009 UTC (14 years, 9 months ago) by senoner
* hotplugins/vst/PluginVst.cpp: Removed the final & when
launching Fantasia  java GUI which was interpreted as an
LSCP file to be loaded and hindered its correct launching
from within the VST plugin (patch of Grigor)


Revision 1917 - Directory Listing
Modified Fri Jun 12 18:55:35 2009 UTC (14 years, 9 months ago) by persson
* VST: changed number of output channels from one stereo to 16 stereo


Revision 1908 - Directory Listing
Modified Mon Jun 1 18:50:06 2009 UTC (14 years, 10 months ago) by persson
* VST: avoid opening Fantasia more than once for each VST instance
* VST: export main function as "main" on Linux too (fix for energyXT)
* VST: prepare code for multiple output channels
* work-around for missing fnmatch function on Windows to make
  instrument database compilable


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 1895 - Directory Listing
Modified Sun May 3 12:15:40 2009 UTC (14 years, 10 months ago) by persson
* 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 1887 - Directory Listing
Modified Sat Apr 18 08:17:16 2009 UTC (14 years, 11 months ago) by persson
* bugfix: pitch bend wasn't working with JackMidi, VST, LV2, Mme,
  CoreMidi or AU
* theoretical fix: made SynchronizedConfig follow C++0x memory model
  more strictly


Revision 1858 - Directory Listing
Modified Sun Mar 8 09:57:19 2009 UTC (15 years ago) by persson
* optimized the DSSI plugin: all plugin instances now share the same
  disk streaming buffers
* added support for the "fine tune" and "pitch bend range"
  instrument-level gig parameters
* fixed minor artifacts in pitch bend handling


Revision 1855 - Directory Listing
Modified Mon Mar 2 15:33:38 2009 UTC (15 years, 1 month ago) by iliev
* fixed endless loop in Engine::SuspendAll() (bug #120)
* AU plugin, work in progress: minor fixes in the build files


Revision 1846 - Directory Listing
Modified Thu Feb 26 22:43:45 2009 UTC (15 years, 1 month ago) by iliev
* AU plugin, work in progress:
* added build files
* fixes in MIDI event handling


Revision 1845 - Directory Listing
Modified Tue Feb 24 17:41:02 2009 UTC (15 years, 1 month ago) by iliev
* AU plugin, work in progress: added the source files


Revision 1842 - Directory Listing
Modified Sat Feb 21 16:11:17 2009 UTC (15 years, 1 month ago) by persson
* fixed building with libgig installed in a non-standard directory


Revision 1777 - Directory Listing
Added Mon Sep 15 16:58:10 2008 UTC (15 years, 6 months ago) by persson
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin


  ViewVC Help
Powered by ViewVC