public float GetFrequencyCutoff(int n)
 {
     return(RubberBandNativeMethods.RubberBandStretcher_GetFrequencyCutoff(_rbs, n));
 }