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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-02-07 20:51:55 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080207205155-xzi5lq5s2o1okvx8
Tags: 1:2.3.1-1
* New upstream release
* debian/control:
   - build-depend on libfftw3-dev (Closes: #463803)
   - added Homepage, Vcs-Svn, Vcs-Browser
* debian/patches
   - dropped 50-soundtouch.patch (fixed upstream)
   - updated 80_ardourino.patch
   - dropped unused patches from source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
        enum PluginType {
341
341
                AudioUnit,
342
342
                LADSPA,
 
343
                LV2,
343
344
                VST
344
345
        };
345
346
 
379
380
            int   opts; // really RubberBandStretcher::Options
380
381
        };
381
382
 
 
383
        typedef std::list<nframes64_t> AnalysisFeatureList;
 
384
 
382
385
} // namespace ARDOUR
383
386
 
384
387
std::istream& operator>>(std::istream& o, ARDOUR::SampleFormat& sf);