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

« back to all changes in this revision

Viewing changes to gtk2_ardour/audio_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:
81
81
 
82
82
        void update_envelope_visibility ();
83
83
 
84
 
        void add_gain_point_event (ArdourCanvas::Item *item, GdkEvent *event);
 
84
        void add_gain_point_event (ArdourCanvas::Item *item, GdkEvent *event, bool with_guard_points);
85
85
        void remove_gain_point_event (ArdourCanvas::Item *item, GdkEvent *event);
86
86
 
87
87
        boost::shared_ptr<AudioRegionGainLine> get_gain_line() const { return gain_line; }