summaryrefslogtreecommitdiff
path: root/libs/fst
AgeCommit message (Expand)Author
2015-12-17more hot wine.Robin Gareus
2015-08-12Fix for crash when loading DrumGizmo VST editor on WindowsTim Mayberry
2015-04-27case insensitive VST plugin file extension - fixes #6285Robin Gareus
2015-04-27Revert "case insensitive ".dll" for VST plugins - fixes #6285"Robin Gareus
2015-04-26case insensitive ".dll" for VST plugins - fixes #6285Robin Gareus
2015-02-14hide terminal window for windows vst scannerRobin Gareus
2015-01-17waf: fix concurrency issue with duplicate targetsRobin Gareus
2015-01-08remove hardcoded major version in build scriptsRobin Gareus
2015-01-05prepare for 'ardour4'Robin Gareus
2014-12-28use ldflags for wine linkingRobin Gareus
2014-12-28fix [rare] concurrent build issue:Robin Gareus
2014-11-13install all additional binaries in $libdirRobin Gareus
2014-11-04When building with MSVC, guard a declaration of 'strdup()' which conflicts sl...John Emmas
2014-10-0564bit windows VSTsRobin Gareus
2014-05-17vst-scanner app: properly init and use libpbd's TransmitterRobin Gareus
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-18fix VST GUI swallowing for windowsRobin Gareus
2014-04-14remove code intended for use with basename(), fix memory leak since g_path_ge...Robin Gareus
2014-04-14clean up 6cc2812f2e8 (interim vst fixes)Robin Gareus
2014-04-14despite what MSVC thinks, C is not C++.Robin Gareus
2014-04-11another stab at a working vst on windowsunknown
2014-04-11more vst tweaksunknown
2014-04-11interim vst fixesunknown
2014-04-11amend previous commit, remove cruft, no more extern function pointersRobin Gareus
2014-04-11export fst functions (for MSVC)Robin Gareus
2014-03-18fix potential uninitialized object pointer.Robin Gareus
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-04some more mingw x-compile fixesRobin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-02-25update external VST scanner appRobin Gareus
2014-02-25prepare standalone VST scanner tool.. part oneRobin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-02-22NOOP, whitespace change onlyRobin Gareus
2014-02-22first part of merging windows and wine VSTRobin Gareus
2014-02-22add support for VST>=2.4Robin Gareus
2013-02-19disable unused windows-vst / ALSA-MIDI codeRobin Gareus
2013-01-06fix windows-VST/ALSA combinationRobin Gareus
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2011-11-23Remove VST current_program variable, since that stuff isCarl Hetherington
2011-11-23Merge some linux/windows VST GUI code.Carl Hetherington
2011-11-22Remove unused define.Carl Hetherington
2011-11-22Share main VSTFX / FST struct between windows / linux VSTs.Carl Hetherington
2011-11-22Remove unused file.Carl Hetherington
2011-11-22Share VSTHandle and VSTInfo between windows/linux VSTs.Carl Hetherington
2011-11-22Use same aeffectx.h for windows and linux VSTs.Carl Hetherington
2011-11-22Fix Windows VST compile.Carl Hetherington
2011-11-22Remove VESTIGE_HEADER stuff since we will always use it.Carl Hetherington
2011-11-21Make the windows VST callback use int32_t rather than long (to make it the sa...Carl Hetherington