summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-30Update our MSVC project files to generate the most recent Ardour session ↵John Emmas
file format (ver 5) rather than the older v3 format
2016-08-29NOOP: whitespacePaul Davis
2016-08-29improved (more general) fix for preferences window visibilityPaul Davis
2016-08-29Revert "apparent fix for preferences window visibility"Paul Davis
This reverts commit 9d6d9c650193fa098c0d85c505b5eb3b61f8d2f8.
2016-08-29apparent fix for preferences window visibilityPaul Davis
2016-08-28fix focus-on-clock action5.3Paul Davis
2016-08-28Change (slightly) the previous modification to 'fluidsynth/config.h'John Emmas
2016-08-28update fluidsynth patch for MSVCRobin Gareus
2016-08-28fix Coreaudio Aggregate for separate devices with identical namesRobin Gareus
2016-08-28undo modifications to upstream fluidsynth codeRobin Gareus
2016-08-28fix lv2 ttlRobin Gareus
2016-08-28Configure the new 'fluidsynth' library to be buildable with MSVCJohn Emmas
(haven't built any fluidsynth plugins yet)
2016-08-28Fix a crash when toggling back and forth between a generic plugin GUI window ↵John Emmas
and a VST plugin's own GUI
2016-08-28Fix a crash when we display the 'Plugin Analysis' window (in a generic ↵John Emmas
plugin GUI window) and then close the GUI
2016-08-28Accommodate newly introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-08-28Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-08-27single action punch in5.2Paul Davis
Consecutive execution (e.g. from a control surface button) engages punch in, then punch out, then clears both. Patch by Nathan Stewart
2016-08-28notch: narrow the bandwidth with increasing frequencyRobin Gareus
2016-08-28fix typo in notch example scriptRobin Gareus
2016-08-27newbie documentationRobin Gareus
2016-08-27notch-bank: increase max Q, use logscaleRobin Gareus
2016-08-27update notch-bank to variable i/o, increase max stages to 100Robin Gareus
2016-08-27backwards compatible a-comp stereo sidechain portsRobin Gareus
2016-08-27add a notch-bank filterRobin Gareus
2016-08-27No discrimination against systems which don't have a PI defineRobin Gareus
2016-08-27Prepare a-comp for click-free bypass/enableRobin Gareus
2016-08-27click-free a-delay bypass/enableRobin Gareus
2016-08-27NO-OP clean up plugin ttlRobin Gareus
2016-08-27fix copy/paste typo in 1d7c14496Robin Gareus
2016-08-27add NaN/Inf protection now that bypass no longer de/activatesRobin Gareus
2016-08-27click-free a-reverb bypassRobin Gareus
2016-08-27Add automatable click-free bypass/enable feature to a-eqRobin Gareus
2016-08-27NO-OP: indentationPaul Davis
2016-08-27fix display of preferences window when detached.Paul Davis
GTK+ apparently unpacks/hides a widget whose requistion at window show/packing time is negative for x or y axes. The RC option editor was being created AFTER its Tabbable self packed it into its own window (when detached), and GTK+ rejected it because the treeview had a size requisition with -1 for width. So build it first, then call Tabbable::set_state() later
2016-08-26Expose PluginInfo bindings (eg plugin-type, unique id, etc)Robin Gareus
processor:to_insert():plugin(0):get_info().type
2016-08-26allow to access data-members in weak/shared ptr classesRobin Gareus
2016-08-26add "sameinstance()" lua binding for all shared/weak ptrsRobin Gareus
2016-08-26forward Lua print() to Ardour's Log.Robin Gareus
2016-08-26Update CC automation menu when changing channel selectionJulien "_FrnchFrgg_" RIVAUD
2016-08-26add a static function to access processor selection from a Lua scriptRobin Gareus
local ps = ArdourUI.processor_selection() for p in ps:iter() do print (p:name ()) end
2016-08-26Add Lua bindings for ProcessorVector (really ProcSelection)Robin Gareus
2016-08-26increase pre-allocated Lua DSP memory pool size to 3MBRobin Gareus
...now that bindings alone need approx 700K and some more complex DSP scripts are showing up 2MB is not much :(
2016-08-26tweak lua GC (once again)Robin Gareus
fixes OOM with extreme automation in HP/LP.
2016-08-26fix a-eq grid layoutRobin Gareus
2016-08-25update fluidsynth patchRobin Gareus
2016-08-25remove unneeded includes that may break with winegccRobin Gareus
2016-08-25wine-gcc hacks -- fixes #6984Robin Gareus
2016-08-25Revert "Revert "patch for waflib internals to allow tarball to be created ↵Paul Davis
even when using UTF-8 non-Latin filenames"" There was never any problem with this going public! Stupid Paul. This reverts commit 6063ec2dbb718e3db37b5149f3cf5ee663e7eecd.
2016-08-25Revert "patch for waflib internals to allow tarball to be created even when ↵Paul Davis
using UTF-8 non-Latin filenames" This was not supposed to go public. This reverts commit e8f7f458e12d16fb8e441eccbaa7520d103b50af.
2016-08-25add len ovens to the authors listPaul Davis