X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fkmeterdsp.cc;h=add026797d263cb3e5f96ef40109cc70ec96c083;hb=16a8762dd494adb68756b8d549f349ed7bdccd9b;hp=35c95c2daf2201660d5080b11a35508297e51300;hpb=2172700144a1b9d13c87bceb5be60f7632f640c4;p=ardour.git diff --git a/libs/ardour/kmeterdsp.cc b/libs/ardour/kmeterdsp.cc index 35c95c2daf..add026797d 100644 --- a/libs/ardour/kmeterdsp.cc +++ b/libs/ardour/kmeterdsp.cc @@ -42,7 +42,7 @@ void Kmeterdsp::init (int fsamp) _omega = 9.72f / fsamp; // ballistic filter coefficient } -void Kmeterdsp::process (float *p, int n) +void Kmeterdsp::process (float const *p, int n) { // Called by JACK's process callback. //