summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audioengine.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-29 23:41:41 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-29 23:41:41 -0400
commita9691abf3b0eaca5e78bea9e8d1cb7ea700e2e1e (patch)
tree11600389bfcce38204c6d397d6fb1a0562ba600b /libs/ardour/ardour/audioengine.h
parentc7b000f401cedb4e05721bd94f5a1622027c2950 (diff)
small steps toward getting this all working - add new JackConnection object to share jack_client_t between AudioBackend and PortEngine
Diffstat (limited to 'libs/ardour/ardour/audioengine.h')
-rw-r--r--libs/ardour/ardour/audioengine.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/audioengine.h b/libs/ardour/ardour/audioengine.h
index 422e12e9d8..d7d9ca8224 100644
--- a/libs/ardour/ardour/audioengine.h
+++ b/libs/ardour/ardour/audioengine.h
@@ -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);