add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle these...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 11 Jul 2012 15:31:02 +0000 (15:31 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 11 Jul 2012 15:31:02 +0000 (15:31 +0000)
commit8d6d3c309d75f5280bf32cffcab271a287827c01
treeb303256e444f26db230ff4b0e31982930894bf2a
parenta782dd36e74b3a346c82ba82bf0e9d9533255691
add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle these signals and mark the start end of touch/gestures for a given AutomationControl; net result is that touch automation now works for AudioUnit plugins, at least those whose GUIs send kAudioUnitEvent_{Begin,End}ParameterGesture events

git-svn-id: svn://localhost/ardour2/branches/3.0@13028 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/ardour/plugin.h
libs/ardour/ardour/plugin_insert.h
libs/ardour/audio_unit.cc
libs/ardour/plugin_insert.cc