From 9323e1bf699d5d3ac90b674a7ee795a95ceff4f2 Mon Sep 17 00:00:00 2001 From: marwik15 Date: Mon, 9 May 2022 15:20:30 +0200 Subject: Generator settings are no longer mutated --- examples/sinewave/sinewave_example.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/sinewave/sinewave_example.cpp b/examples/sinewave/sinewave_example.cpp index 85ce09c..1208c94 100644 --- a/examples/sinewave/sinewave_example.cpp +++ b/examples/sinewave/sinewave_example.cpp @@ -50,9 +50,6 @@ int main(int argc, char* argv[]) { return 1; } - hwd::sinewave::set_amplitude(11); - hwd::sinewave::set_frequency(10); - hwd::sinewave::set_phase(30); while (!signalEnd) { if (i >= samples) break; -- cgit v1.1