summaryrefslogtreecommitdiff
path: root/libs/ardour/session_vst.cc
AgeCommit message (Expand)Author
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
2014-02-22NOOP, whitespace change onlyRobin Gareus
2014-02-22Windows VST GUI related reworkRobin Gareus
2014-01-18fix typo in VST flagsRobin Gareus
2014-01-15continue with tweaks to VST timeinfo, such that the again demo plugin appears...Paul Davis
2014-01-15more work on debugging VST timeinfo issuesPaul Davis
2014-01-15debug VST timeinfo callback, pt3Paul Davis
2014-01-15debug VST timeinfo callback, pt2Paul Davis
2014-01-15debug VST timeinfo callbackPaul Davis
2014-01-15don't require VST plugins to actually ask for time info fieldsPaul Davis
2014-01-15add lots more BBT-based time info for VST plugins (see 5737)Paul Davis
2012-04-11Add sort-of missed returns to keep coverity happy (#4817).Carl Hetherington