globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / gtk2_ardour / patch_change_dialog.cc
index 32a102af1f692ebf86eac4103cf7e9f1ef583654..9a7b746b8929b07dd156e79a863a84742f7d05a7 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "midi++/midnam_patch.h"
 
-#include "ardour/beats_frames_converter.h"
+#include "ardour/beats_samples_converter.h"
 #include "ardour/instrument_info.h"
 
 #include "patch_change_dialog.h"
@@ -41,7 +41,7 @@ using namespace Gtkmm2ext;
 
 /** @param tc If non-0, a time converter for this patch change.  If 0, time control will be desensitized */
 PatchChangeDialog::PatchChangeDialog (
-       const ARDOUR::BeatsFramesConverter*        tc,
+       const ARDOUR::BeatsSamplesConverter*        tc,
        ARDOUR::Session*                           session,
        Evoral::PatchChange<Evoral::Beats> const & patch,
        ARDOUR::InstrumentInfo&                    info,