X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fst_pitch.cc;h=752fdd8ae51aff73bb77ed4be0aa6678677dbece;hb=6946bdc0830c9f0971d2cd0d54b27e343c54d96a;hp=6138249e6186b4b94397be64cfbcc8425559f25b;hpb=e0aaed6d65f160c328cb8b56d7c6552ee15d65e2;p=ardour.git diff --git a/libs/ardour/st_pitch.cc b/libs/ardour/st_pitch.cc index 6138249e61..752fdd8ae5 100644 --- a/libs/ardour/st_pitch.cc +++ b/libs/ardour/st_pitch.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2004-2007 Paul Davis + Copyright (C) 2004-2007 Paul Davis 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 @@ -28,7 +28,7 @@ #include "ardour/session.h" #include "ardour/audioregion.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace ARDOUR; @@ -39,13 +39,12 @@ Pitch::Pitch (Session& s, TimeFXRequest& req) , tsr (req) { - tsr.progress = 0.0f; + } int Pitch::run (boost::shared_ptr region) { - tsr.progress = 1.0f; tsr.done = true; return 1;