add crossfade and layering options to menu system; add missing crossfade editor curve...
[ardour.git] / libs / ardour / ardour / destructive_filesource.h
index c8fa3d17982427abebce21234bb4edca0e187840..dbaf379257ad0023cbc82432a610c308b3fc1e43 100644 (file)
@@ -45,11 +45,12 @@ class DestructiveFileSource : public FileSource {
 
        XMLNode& get_state ();
 
+       static void setup_standard_crossfades (jack_nframes_t sample_rate);
+
   private:
        static jack_nframes_t xfade_frames;
        static gain_t* out_coefficient;
        static gain_t* in_coefficient;
-       static void setup_standard_crossfades (jack_nframes_t sample_rate);
 
        bool          _capture_start;
        bool          _capture_end;