ardour/libs
Robin Gareus dee990103a Consistent Automation evaluation:
Rule #89: The *owner* of each automation-control is responsible to
evaluate automation of automated automation-controls (and emit Changed()
signals to notify the GUI and slaved controls).

This can happen during run(), when the Processor evaluates automation
(eg. PluginInsert does that), but needs to regardless, every cycle.
Emit Changed signal for GainControl

This follow the same concept as PluginInsert: The Changed signal
is called on demand when evaluating automation.
2017-07-16 16:53:39 +02:00
..
appleutility
ardour Consistent Automation evaluation: 2017-07-16 16:53:39 +02:00
ardouralsautil Use PBD::to_string() from pbd/string_convert.h in ardour ALSA utils 2017-04-19 09:37:00 +10:00
audiographer
backends Report Dummy as not available if not running 2017-06-25 20:53:47 +02:00
canvas Accommodate newly introduced source(s) in our MSVC project (cairocanvas) 2017-06-29 10:10:26 +01:00
clearlooks-newer
clearlooks-older
evoral Consistent ControlList freezing -- fixes #7419 2017-07-07 02:35:00 +02:00
fluidsynth Update fluidsynth 2017-06-27 20:12:46 +02:00
fst Don't use VST ->user points, prefer host-reserved ptr 2017-07-08 18:13:42 +02:00
gtkmm2ext Allow DnDVbox to sort the selection, using original order 2017-07-04 18:08:35 +02:00
hidapi Fix libhid compile with /recent/ libc (GNU_SOURCE) 2017-05-20 12:39:49 +02:00
libltc
lua Fix hiding Lua __metatable -- prevent setmetatable() override 2017-03-30 05:06:34 +02:00
midi++2 Use XMLNode::set_property API in Midi::Port class 2017-04-19 09:36:48 +10:00
panners Revert "Prefer Stereo-Balance Panner for stereo tracks" 2017-07-03 16:21:35 +02:00
pbd PBD::init() failing is fatal in main(), don't silently exit. 2017-07-03 14:45:41 +02:00
plugins Fix duplicate ‘const’ declaration specifier 2017-07-12 12:09:59 +02:00
ptformat Fix 32bit compilation 2017-02-18 16:22:34 +01:00
qm-dsp Patch the QM source code to make it buildable with MSVC 2017-04-02 15:32:26 +02:00
surfaces fix void return with value (amend d5d297c4) 2017-07-06 18:01:49 +02:00
timecode
vamp-plugins update qm-vamp-plugins (git v1.7.1-10-g76bc879) 2017-04-01 21:50:32 +02:00
vfork