Add ARDOUR::ladspa_search_path function to get LADSPA module directories
[ardour.git] / libs / ardour / ardour / quantize.h
index e1ca2b2395d2b7c5ed6035e5158bb32e3abf289d..e56927767eda121cbeea18341dee8b1ceb5d3763 100644 (file)
@@ -30,8 +30,7 @@ class Session;
 
 class Quantize : public MidiOperator {
 public:
-       Quantize (ARDOUR::Session&, QuantizeType type,
-                       bool snap_start, bool snap_end,
+       Quantize (ARDOUR::Session&, bool snap_start, bool snap_end,
                        double start_grid, double end_grid,
                        float strength, float swing, float threshold);
        ~Quantize ();