summaryrefslogtreecommitdiff
path: root/libs/fst
AgeCommit message (Expand)Author
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
2011-11-21Share VSTKey struct beween linux and windows VST.Carl Hetherington
2010-12-30fix C99 compliance issue for winegccPaul Davis
2010-12-30Gruesome-in-the-extreme VST hacks to attempt to allow presets toCarl Hetherington
2010-12-29Clean up VST plugin key handling slightly.Carl Hetherington
2010-12-29Extremely hacky but somewhat functional passing of keys to VST plugin UIs. S...Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-04-16FST code from 2.X branchPaul Davis
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-02-26fix error in last commit with VST entry function type castPaul Davis
2007-02-26fix compiler complaints about RCU code; fix a couple of compiler warningsPaul Davis
2007-02-06fix misdesign of VST GUI threadPaul Davis
2007-02-06debugging VST issuesPaul Davis
2006-12-14add missing file; remove another VST debug hackPaul Davis
2006-12-14revert VST debug hacksPaul Davis
2006-12-14more vst debug output for solv, againPaul Davis
2006-12-14more vst debug output for solvPaul Davis
2006-12-01more accurate comment for FST SConscript2.0beta9Paul Davis
2006-12-01better design for discovering VST packagesPaul Davis
2006-11-30try that one on for size (VST build fu)Paul Davis
2006-11-30not completely tested new structure for VST/FST buildPaul Davis
2006-11-29Better error message for missing vst filesDoug McLain
2006-11-29Handle both possible zip files that may be provided for the vst sdk sourceDoug McLain
2006-11-28A bit better integration of vst sdk filesDoug McLain
2006-11-06better error message if VST SDK is not installed and neeedPaul Davis
2006-10-09another tweak for VST buildingPaul Davis
2006-10-09VST=1 support working in build scriptsPaul Davis
2006-10-09do not conditionally add directories to "subdirs" because then they are not i...Paul Davis
2006-06-22correctly forward configure events to plugin windows, and cleanup FST codePaul Davis
2006-06-22more details for VST supportPaul Davis