small steps toward getting this all working - add new JackConnection object to share...
[ardour.git] / libs / ardour / ardour / audioengine.h
index 422e12e9d8b59499b09d3399ac72c1061b032472..d7d9ca8224a4cdd1b5a227a20a05de9d21c14d44 100644 (file)
@@ -182,7 +182,10 @@ public:
     
     /* The backend will cause this at the appropriate time(s)
      */
-    int    process_callback (pframes_t nframes);
+    int process_callback (pframes_t nframes);
+
+    int buffer_size_change (pframes_t nframes);
+    int sample_rate_change (pframes_t nframes);
     
   private:
     AudioEngine (const std::string&  client_name, const std::string& session_uuid);