summaryrefslogtreecommitdiff
path: root/libs/ardour/session_vst.cc
AgeCommit message (Expand)Author
2018-08-08Properly announce support for Vendor stringRobin Gareus
2018-08-08Let VST plugins know that we implement plugin window resizing.Stefan Westerfeld
2018-07-30Amend VST "MasterUpdateDisplay", allow UI(s) to idle-update.Robin Gareus
2018-07-30Fix VST callback and crash for some pluginsRobin Gareus
2018-06-04remove aeffectx.h; use vestige.hPaul Davis
2018-04-02Implement VST UI touch (begin/end Edit)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-08Don't use VST ->user points, prefer host-reserved ptrRobin Gareus
2017-05-09Ardour does support VST's audioMasterGetProductString, return true;Robin Gareus
2017-03-08Prepare moving to a dedicated x-thread signal for VST UI resizingRobin Gareus
2017-01-20remove cruftRobin Gareus
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-08-18Use quarter pulses (quarter notes) for VST's ppqBar, ppqPos and cycleStart/En...nick_m
2016-08-17fix ramped BPM reporting to AU and VST pluginsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-28Tempo ramps - fix missing rt call.nick_m
2016-05-28Tempo ramps - fix merge conflicts, add bbt_at_frame_rt().nick_m
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-05-26fix maths thinkoRobin Gareus
2016-05-26ticks are not affected by metrumRobin Gareus
2016-05-26update VST audioMasterGetTimeRobin Gareus
2016-04-27make -D VSTCallbacks readableRobin Gareus
2016-04-13VST report audioMasterPinConnected according to Pin ManagementRobin Gareus
2016-02-16Fill some more VST transport flags.Ben Loftis
2016-02-13add NULL check for VST audioMasterSizeWindowRobin Gareus
2015-12-28prepare VST window resizeRobin Gareus
2015-10-20rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its ...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-14Fix a problem where VST automation data wasn't getting written (if the adjust...4.3John Emmas
2015-09-22standardize VST Callback debug message printRobin Gareus
2015-09-21amend 01403dc (VST Pin connected)Robin Gareus
2015-09-21fix vst plugin; not sure if this was the intention, but it builds now.Ben Loftis
2015-09-21fix VST audioMasterPinConnected callbackRobin Gareus
2015-03-17fix windows + VST debug versionsRobin Gareus
2015-03-16fix compiler warningPaul Davis
2015-03-12Use DEBUG_THREAD_SELF macro in session_vst.ccTim Mayberry
2014-10-20stopgap solution for VST plugins that call audioMasterWantMidi during effOpenRobin Gareus
2014-10-0564bit windows VSTsRobin Gareus
2014-09-30win32_pthread is relevant for both: MSVC & MINGWRobin Gareus
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-03-08VST? yes, we can do.Robin Gareus
2014-03-02implement VST midi-outputRobin Gareus
2014-02-24fix VST shell-scanner (double free), support for VST2.4Robin Gareus
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus