summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index 8078dfbe08..d5021026de 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -30,6 +30,8 @@ using namespace std;
using namespace ARDOUR;
AudioEngine* Port::_engine = 0;
+nframes_t Port::_port_offset = 0;
+nframes_t Port::_buffer_size = 0;
/** @param n Port short name */
Port::Port (std::string const & n, DataType t, Flags f)
@@ -260,3 +262,4 @@ Port::set_latency (nframes_t n)
{
jack_port_set_latency (_jack_port, n);
}
+