torben's port buffer reworking; torben's panner automation loading patch (allows...
[ardour.git] / libs / ardour / ardour / audio_port.h
index 874f842d835e9a346080468b7df58a3387d581bb..fa416864e951535940ee264eca90a1043da3fd70 100644 (file)
@@ -35,10 +35,14 @@ class AudioPort : public BaseAudioPort, public PortFacade {
        void cycle_start (nframes_t nframes, nframes_t offset);
        void cycle_end (nframes_t nframes, nframes_t offset);
        
+       AudioBuffer& get_audio_buffer( nframes_t nframes, nframes_t offset );
+
   protected:
        friend class AudioEngine;
 
        AudioPort (const std::string&, Flags, bool external, nframes_t); 
+  private:
+       bool _has_been_mixed_down;
 };
  
 } // namespace ARDOUR