comparison audioio/AudioJACKTarget.h @ 100:22bf057ea151 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents a8acc7841d70
children
comparison
equal deleted inserted replaced
71:a8acc7841d70 100:22bf057ea151
37 37
38 virtual void shutdown(); 38 virtual void shutdown();
39 39
40 virtual bool isOK() const; 40 virtual bool isOK() const;
41 41
42 virtual double getCurrentTime() const;
43
42 public slots: 44 public slots:
43 virtual void sourceModelReplaced(); 45 virtual void sourceModelReplaced();
44 46
45 protected: 47 protected:
46 int process(jack_nframes_t nframes); 48 int process(jack_nframes_t nframes);