13
0
livetrax/libs
Robin Gareus cc9c38ce5e Do not send non-automated MIDI-CCs on locate.
If a "CC" automation lane was visible at least once, a Control Object
is created and henceforth saved with the session: 
   <Object id="automation TrackID TYPE" ../>
It is currently not possible to remove this object. (Automation > clear
will only zero all events, but not remove the Control itself.

The bug:
After showing a MIDI-CC lane at least once Events are sent for this CC.
If there is no corresponding value in the .mid, it will be zero after
session reload.

see also 7e2c8ac

Still ToDo: "Show existing automation" shows the lane even if there
are no values nor any automation at all for the given CC.
2015-08-24 02:42:31 +02:00
..
appleutility AU: fix return value reference 2015-02-23 02:49:37 +01:00
ardour Do not send non-automated MIDI-CCs on locate. 2015-08-24 02:42:31 +02:00
ardouralsautil add API to query ALSA supported parameters 2015-08-11 18:18:19 +02:00
audiographer copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
backends fix Dummy backend API. Already_configured means "externally". 2015-08-14 16:26:44 +02:00
canvas clear out some SessionHandleRef's on close. 2015-08-20 22:27:35 +02:00
clearlooks-newer Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (just to be on the safe side) 2015-06-09 13:18:42 +01:00
clearlooks-older
evoral Replace "%z" modifier with glib macro for portability. 2015-07-30 17:00:03 +02:00
fst Fix for crash when loading DrumGizmo VST editor on Windows 2015-08-12 11:39:28 +10:00
gtkmm2ext add API to get combobox option count. 2015-08-11 15:38:26 +02:00
libltc Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (just to be on the safe side) 2015-06-09 13:18:42 +01:00
midi++2 copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
panners better implementation of configure and build time is_tracks_build() test 2015-06-29 14:18:10 -04:00
pbd Add PBD::DebugBit for debugging issues with undo history 2015-08-19 13:56:06 +10:00
plugins/reasonablesynth.lv2 silence clang int/float/double -Wabsolute-value 2015-06-23 15:46:00 +02:00
ptformat Oops - forgot I'd need to add an entry to 'ptformat/wscript' 2015-08-10 18:17:31 +01:00
qm-dsp remove compilation warning (-Wunused-but-set-variable) 2015-06-29 14:18:15 -04:00
surfaces save/load generic-midi motorized setting - fixes #5296 2015-08-20 00:19:32 +02:00
timecode avoid llabs ambiguity 2015-07-23 13:06:43 +02:00
vamp-plugins
vfork