~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to gtk2_ardour/automation_region_view.h

  • Committer: Package Import Robot
  • Author(s): Adrian Knoth
  • Date: 2014-02-25 14:13:18 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140225141318-y760kgxso78rduuf
Tags: 3.5.357~dfsg-1
* Imported Upstream version 3.5.357~dfsg
* Critical bugfix release. All users are recommended to upgrade.
* Details: https://community.ardour.org/node/8015

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        bool set_position(framepos_t pos, void* src, double* ignored);
67
67
        void region_resized (const PBD::PropertyChange&);
68
68
        bool canvas_event(GdkEvent* ev);
69
 
        void add_automation_event (GdkEvent* event, framepos_t when, double y);
 
69
        void add_automation_event (GdkEvent* event, framepos_t when, double y, bool with_guard_points);
70
70
        void entered (bool);
71
71
        void exited();
72
72