From 6ad9b9d2ae3341bbd4914f4951070a02d3dd4d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 26 Oct 2019 12:43:00 +0200 Subject: Fix variable name typo: resamplig -> resampling --- src/drumgizmo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drumgizmo.cc') diff --git a/src/drumgizmo.cc b/src/drumgizmo.cc index e6dbf55..bec3e0f 100644 --- a/src/drumgizmo.cc +++ b/src/drumgizmo.cc @@ -437,7 +437,7 @@ void DrumGizmo::setSamplerate(float samplerate) auto input_fs = settings.drumkit_samplerate.load(); auto output_fs = samplerate; ratio = input_fs / output_fs; - settings.resamplig_recommended.store(ratio != 1.0); + settings.resampling_recommended.store(ratio != 1.0); // TODO: Only reallocate the actual amount of samples needed based on the // ratio and the framesize. -- cgit v1.2.3