diff --git a/plugins/Meters/ExamplePluginMeters.cpp b/plugins/Meters/ExamplePluginMeters.cpp index 70f216e..38ea1d2 100644 --- a/plugins/Meters/ExamplePluginMeters.cpp +++ b/plugins/Meters/ExamplePluginMeters.cpp @@ -185,13 +185,13 @@ protected: for (uint32_t i=0; i tmpLeft) tmpLeft = tmp; // right - tmp = std::abs(outputs[1][i]); + tmp = std::abs(inputs[1][i]); if (tmp > tmpRight) tmpRight = tmp;