globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
index 25fdf1ed7221008611641ed4f8097274c6393856..641fa8dce8fa23690dc0fd2ec05a1f501eb63bfd 100644 (file)
@@ -103,9 +103,9 @@ LV2PluginUI::touch(void*    controller,
 
        ControllableRef control = me->_controllables[port_index];
        if (grabbed) {
-               control->start_touch(control->session().transport_frame());
+               control->start_touch(control->session().transport_sample());
        } else {
-               control->stop_touch(control->session().transport_frame());
+               control->stop_touch(control->session().transport_sample());
        }
 }