Tempo ramps - new (old) map solving strategy.
[ardour.git] / libs / ardour / ardour / audio_port.h
index f5affb0580af91eed66722cb471b196e3146b52d..384de3ef5d0bcd8aad241547780c1e63e34e366b 100644 (file)
@@ -26,7 +26,7 @@
 
 namespace ARDOUR {
 
-class AudioPort : public Port
+class LIBARDOUR_API AudioPort : public Port
 {
    public:
        ~AudioPort ();
@@ -49,14 +49,12 @@ class AudioPort : public Port
        friend class PortManager;
        AudioPort (std::string const &, PortFlags);
 
-  protected:
-       friend class AudioEngine;
-        /* special access for engine only (hah, C++) */
+        /* special access for PortManager only (hah, C++) */
         Sample* engine_get_whole_audio_buffer ();
 
   private:
        AudioBuffer* _buffer;
-        bool         _buf_valid; 
+        bool         _buf_valid;
 };
 
 } // namespace ARDOUR