Fix normal gain stage to use SSE / veclib optimizations.
authorSampo Savolainen <v2@iki.fi>
Wed, 11 Oct 2006 21:07:43 +0000 (21:07 +0000)
committerSampo Savolainen <v2@iki.fi>
Wed, 11 Oct 2006 21:07:43 +0000 (21:07 +0000)
git-svn-id: svn://localhost/ardour2/trunk@978 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/route.cc

index 318989bb60908c548e056a73a4b1704edcf0c5f7..87493e540021fcc780d6346272c6c91a711bf0c3 100644 (file)
@@ -483,7 +483,7 @@ Route::process_output_buffers (vector<Sample*>& bufs, uint32_t nbufs,
                                
                                for (n = 0; n < nbufs; ++n) {
                                        Sample *sp = bufs[n];
-                                       apply_gain_to_buffer(sp,nframes,this_gain);
+                                       Session::apply_gain_to_buffer(sp,nframes,this_gain);
                                }
 
                        } else if (_gain == 0) {