EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the process...
[ardour.git] / libs / ardour / redirect.cc
index 42195ba47ff1ff4ad368d74961b9a433a6c8739b..5f99c742ad4fd0b334ad66a62eb8c6a1d09f7477 100644 (file)
@@ -456,7 +456,7 @@ Redirect::find_next_event (nframes_t now, nframes_t end, ControlEvent& next_even
        AutomationList::TimeComparator cmp;
 
        next_event.when = max_frames;
-       
+
        for (li = parameter_automation.begin(); li != parameter_automation.end(); ++li) {
 
                const AutomationList* alist = *li;