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

Log of /linuxsampler/trunk/src/hostplugins

View Directory Listing Directory Listing


Sticky Revision:

Revision 3289 - Directory Listing
Modified Fri Jun 23 12:06:00 2017 UTC (6 years, 10 months ago) by schoenebeck
- Just fixes a compiler warning.


Revision 2837 - Directory Listing
Modified Sun Aug 23 06:14:00 2015 UTC (8 years, 8 months ago) by persson
* fixed printf type errors (mostly in debug messages)



Revision 2519 - Directory Listing
Modified Sat Feb 8 09:34:32 2014 UTC (10 years, 2 months ago) by persson
* enabled automake 'subdir-objects' option and moved external source
  references (vst, au, asio) from makefiles to cpp files, in order to
  get rid of warnings from automake 1.14


Revision 2478 - Directory Listing
Modified Sat Oct 19 07:52:33 2013 UTC (10 years, 6 months ago) by persson
* fixed build error on newer MinGW
* support building with older jack versions
* support building with spaces in vst sdk path


Revision 2427 - Directory Listing
Modified Sat Mar 2 07:03:04 2013 UTC (11 years, 1 month ago) by persson
* code refactoring: added a lock guard class for exception safe mutex
  handling and used it everywhere appropriate


Revision 2421 - Directory Listing
Modified Sun Feb 24 09:45:34 2013 UTC (11 years, 2 months ago) by persson
* fixed makefile for AU plugin, which was broken in previous commit


Revision 2420 - Directory Listing
Modified Sun Feb 24 08:59:25 2013 UTC (11 years, 2 months ago) by persson
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings


Revision 2390 - Directory Listing
Modified Sat Jan 5 12:31:05 2013 UTC (11 years, 3 months ago) by persson
* fixed compilation with Clang 3.2


Revision 2372 - Directory Listing
Modified Sat Sep 22 18:28:38 2012 UTC (11 years, 7 months ago) by schoenebeck
* VST: implemented retrieval and switching of programs using the
  sampler's internal MIDI instrument mapping system
* VST: reply to "canDo" plugin features we don't know as "don't know"
* bumped version to 1.0.0.svn19


Revision 2360 - Directory Listing
Modified Thu Aug 16 17:01:35 2012 UTC (11 years, 8 months ago) by persson
* LV2: fixed save/restore of SFZ state (patch by David Robillard)
* LV2: made LV2 plugin buildable on Windows and Mac


Revision 2356 - Directory Listing
Modified Sun Jul 8 14:44:47 2012 UTC (11 years, 9 months ago) by persson
* LV2: use urid and atom extensions instead of deprecated uri-map and
  event
* LV2: lv2 package 1.0 is now required to build the LV2 plugin
* LV2: changed number of output channels to 16 stereo, just like the
  VST and AU plugins


Revision 2355 - Directory Listing
Modified Sun Jul 8 14:06:53 2012 UTC (11 years, 9 months ago) by persson
- forgot to update copyright years in last commit



Revision 2354 - Directory Listing
Modified Sun Jul 8 10:29:07 2012 UTC (11 years, 9 months ago) by persson
* DSSI bugfix: it wasn't possible to change engine type. The MIDI port
  and audio channel routing for DSSI plugins are now visible.


Revision 2347 - Directory Listing
Modified Sun Jun 10 15:47:32 2012 UTC (11 years, 10 months ago) by persson
* VST: try to open Fantasia automatically on Linux and Mac too (on
  Linux, the Fantasia jar should be placed in <prefix>/share/java)
* VST: fixed crashes on Linux Ardour and EnergyXT


Revision 2343 - Directory Listing
Modified Sun Apr 29 16:14:45 2012 UTC (11 years, 11 months ago) by persson
* fixed configure script error with old autoconf versions
* LV2: use the new lv2 package if present
* lsatomic.h: use gcc provided atomic functions if building with gcc
  4.7 and C++11
* added comments in lsatomic.h


Revision 2340 - Directory Listing
Modified Fri Mar 30 23:54:44 2012 UTC (12 years ago) by capela
* Update to latest LV2 state extension (by David Robillard).

Revision 2326 - Directory Listing
Modified Thu Mar 8 19:40:14 2012 UTC (12 years, 1 month ago) by persson
* bugfix: instrument loading crashed for sfz and sf2 in Ardour (#176)
* more thread safety fixes for the instrument loading thread


Revision 2324 - Directory Listing
Modified Sun Mar 4 09:01:32 2012 UTC (12 years, 1 month ago) by persson
* plugin bugfix: instrument loading hang when the plugin was loaded a
  second time (this time it's for Linux and Mac, previous similar fix
  was for Windows)
* thread safety fixes for the instrument loading thread
* MME driver: removed compiler warning
* LV2: fixed invalid realtime statement in plugin metadata


Revision 2311 - Directory Listing
Modified Sat Feb 11 11:08:09 2012 UTC (12 years, 2 months ago) by persson
* more LV2 "state" extension support fixes (patch by David Robillard)
* sfz parser: allow double spaces in sample filenames
* sfz parser: allow absolute paths for sample filenames
* MME driver: fixed memory handling bug found with cppcheck
* sfz/sf2 engines: use linear decay and release for filter and pitch
  envelope generators


Revision 2304 - Directory Listing
Modified Wed Jan 18 01:32:26 2012 UTC (12 years, 3 months ago) by schoenebeck
* LV2 "state" extension support fixes (patch by David Robillard)
* bumped version to 1.0.0.svn16


Revision 2295 - Directory Listing
Modified Sat Nov 26 18:58:44 2011 UTC (12 years, 5 months ago) by capela
- Reverted LV2 State extension manifest to extension data.

Revision 2294 - Directory Listing
Modified Fri Nov 25 12:49:56 2011 UTC (12 years, 5 months ago) by capela
- Fix LV2 State extension manifest as an optional feature.

Revision 2292 - Directory Listing
Modified Thu Nov 24 17:15:33 2011 UTC (12 years, 5 months ago) by capela
- LV2 State extension;
  replaces LV2 Persist and LV2 Files extensions (patch by David Robilard).
  fixes missing new file and removes old files.

Revision 2291 - Directory Listing
Modified Thu Nov 24 17:00:29 2011 UTC (12 years, 5 months ago) by capela
* LV2 State extension;
  replaces LV2 Persist and LV2 Files extensions (patch by David Robilard).

Revision 2208 - Directory Listing
Modified Mon Jul 18 08:18:21 2011 UTC (12 years, 9 months ago) by persson
* Mac OS X: Makefile fix for the install-strip target


Revision 2203 - Directory Listing
Modified Sat Jul 9 16:44:27 2011 UTC (12 years, 9 months ago) by persson
* sf2 engine: fine-tuned amplitude EG (by switching from gig to sfz EG)
* sfz engine: added support for EG hold (ampeg_hold)
* Mac OS X: made it possible to specify plugin installation dir to
  configure


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, 10 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, 10 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, 10 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 (13 years 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, 2 months 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, 2 months 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, 3 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, 6 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, 6 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, 6 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, 9 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, 9 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, 10 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, 10 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, 10 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, 11 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, 11 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 (15 years 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, 1 month 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, 2 months 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, 2 months 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, 7 months ago) by persson
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin


  ViewVC Help
Powered by ViewVC