globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / backends / wavesaudio / waves_audiobackend.latency.cc
index c0d2fcd3159319d01dcdac6372d703bc11e886d4..fd00912faee7fa8fa19f808273964c95ac1335ba 100644 (file)
@@ -1,90 +1,90 @@
-/*\r
-    Copyright (C) 2014 Waves Audio Ltd.\r
-\r
-    This program is free software; you can redistribute it and/or modify\r
-    it under the terms of the GNU General Public License as published by\r
-    the Free Software Foundation; either version 2 of the License, or\r
-    (at your option) any later version.\r
-\r
-    This program is distributed in the hope that it will be useful,\r
-    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-    GNU General Public License for more details.\r
-\r
-    You should have received a copy of the GNU General Public License\r
-    along with this program; if not, write to the Free Software\r
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\r
-\r
-*/\r
-\r
-#include "waves_dataport.h"\r
-#include "waves_audiobackend.h"\r
-\r
-using namespace ARDOUR;\r
-\r
-\r
-int \r
-WavesAudioBackend::set_systemic_input_latency (uint32_t systemic_input_latency)\r
-{\r
-    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::set_systemic_input_latency (): " << systemic_input_latency << std::endl;\r
-\r
-    _systemic_input_latency = systemic_input_latency;\r
-    return 0;\r
-}\r
-\r
-\r
-int \r
-WavesAudioBackend::set_systemic_output_latency (uint32_t systemic_output_latency)\r
-{\r
-    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::set_systemic_output_latency (): " << systemic_output_latency << std::endl;\r
-\r
-    _systemic_output_latency = systemic_output_latency;\r
-    return 0;\r
-}\r
-\r
-uint32_t     \r
-WavesAudioBackend::systemic_input_latency () const\r
-{\r
-    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::systemic_input_latency ()" << std::endl;\r
-\r
-    return _systemic_input_latency;\r
-}\r
-\r
-\r
-uint32_t     \r
-WavesAudioBackend::systemic_output_latency () const\r
-{\r
-    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::systemic_output_latency ()" << std::endl;\r
-\r
-    return _systemic_output_latency;\r
-}\r
-\r
-\r
-void\r
-WavesAudioBackend::update_latencies ()\r
-{\r
-    // COMMENTED DBG LOGS */ std::cout << "update_latencies:" << std::endl;\r
-}\r
-\r
-\r
-void\r
-WavesAudioBackend::set_latency_range (PortHandle port_handle, bool for_playback, LatencyRange latency_range)\r
-{\r
-    if (!_registered (port_handle)) {\r
-        std::cerr << "WavesAudioBackend::set_latency_range (): Failed to find port [" << std::hex << port_handle << std::dec << "]!" << std::endl;\r
-        return;\r
-    }\r
-    ((WavesDataPort*)port_handle)->set_latency_range (latency_range, for_playback);\r
-}\r
-\r
-\r
-LatencyRange\r
-WavesAudioBackend::get_latency_range (PortHandle port_handle, bool for_playback)\r
-{\r
-    if (!_registered (port_handle)) {\r
-        std::cerr << "WavesAudioBackend::get_latency_range (): Failed to find port [" << std::hex << port_handle << std::dec << "]!" << std::endl;\r
-        LatencyRange lr = {0,0};\r
-        return lr;\r
-    }   \r
-    return ((WavesDataPort*)port_handle)->latency_range (for_playback);\r
-}\r
+/*
+    Copyright (C) 2014 Waves Audio Ltd.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
+#include "waves_dataport.h"
+#include "waves_audiobackend.h"
+
+using namespace ARDOUR;
+
+
+int
+WavesAudioBackend::set_systemic_input_latency (uint32_t systemic_input_latency)
+{
+    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::set_systemic_input_latency (): " << systemic_input_latency << std::endl;
+
+    _systemic_input_latency = systemic_input_latency;
+    return 0;
+}
+
+
+int
+WavesAudioBackend::set_systemic_output_latency (uint32_t systemic_output_latency)
+{
+    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::set_systemic_output_latency (): " << systemic_output_latency << std::endl;
+
+    _systemic_output_latency = systemic_output_latency;
+    return 0;
+}
+
+uint32_t
+WavesAudioBackend::systemic_input_latency () const
+{
+    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::systemic_input_latency ()" << std::endl;
+
+    return _systemic_input_latency;
+}
+
+
+uint32_t
+WavesAudioBackend::systemic_output_latency () const
+{
+    // COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::systemic_output_latency ()" << std::endl;
+
+    return _systemic_output_latency;
+}
+
+
+void
+WavesAudioBackend::update_latencies ()
+{
+    // COMMENTED DBG LOGS */ std::cout << "update_latencies:" << std::endl;
+}
+
+
+void
+WavesAudioBackend::set_latency_range (PortHandle port_handle, bool for_playback, LatencyRange latency_range)
+{
+    if (!_registered (port_handle)) {
+        std::cerr << "WavesAudioBackend::set_latency_range (): Failed to find port [" << std::hex << port_handle << std::dec << "]!" << std::endl;
+        return;
+    }
+    ((WavesDataPort*)port_handle)->set_latency_range (latency_range, for_playback);
+}
+
+
+LatencyRange
+WavesAudioBackend::get_latency_range (PortHandle port_handle, bool for_playback)
+{
+    if (!_registered (port_handle)) {
+        std::cerr << "WavesAudioBackend::get_latency_range (): Failed to find port [" << std::hex << port_handle << std::dec << "]!" << std::endl;
+        LatencyRange lr = {0,0};
+        return lr;
+    }
+    return ((WavesDataPort*)port_handle)->latency_range (for_playback);
+}