globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / port_manager.cc
index 9529093edf29ed6925a5e1a2434347702f9b42f2..dfc1c6442107c4aefdf5c59356d0b92813f0a514 100644 (file)
@@ -749,7 +749,7 @@ void
 PortManager::cycle_start (pframes_t nframes)
 {
        Port::set_global_port_buffer_offset (0);
-        Port::set_cycle_framecnt (nframes);
+        Port::set_cycle_samplecnt (nframes);
 
        _cycle_ports = ports.reader ();