~ubuntu-branches/ubuntu/lucid/ardour/lucid-proposed

« back to all changes in this revision

Viewing changes to libs/ardour/ardour/track.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-07-29 11:27:04 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080729112704-x1rmgb4tjotjyu5u
Tags: 1:2.5-0ubuntu1
* New upstream release.
* debian/patches/s390-FTBFS.patch: Dropped, as it fails to apply, and
  Ubuntu doesn't concern itself with s390.
* debian/control:
  - Fix package description, thanks to the patch in Debian bug #485892.
  - Metadata cleanup and sync control/control.in files.
  - Add libaubio-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        virtual void freeze (InterThreadInfo&) = 0;
77
77
        virtual void unfreeze () = 0;
78
78
 
79
 
        virtual void bounce (InterThreadInfo&) = 0;
80
 
        virtual void bounce_range (nframes_t start, nframes_t end, InterThreadInfo&) = 0;
 
79
        virtual boost::shared_ptr<Region> bounce (InterThreadInfo&) = 0;
 
80
        virtual boost::shared_ptr<Region> bounce_range (nframes_t start, nframes_t end, InterThreadInfo&) = 0;
81
81
 
82
82
        XMLNode&    get_state();
83
83
        XMLNode&    get_template();