From b6e75d3df84734b24b31721ee01f0bc3b3410f60 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2012 18:31:31 +0000 Subject: Lint. --- plugins/eg-synth.lv2/synth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/eg-synth.lv2/synth.c') diff --git a/plugins/eg-synth.lv2/synth.c b/plugins/eg-synth.lv2/synth.c index f64741a..4bed709 100644 --- a/plugins/eg-synth.lv2/synth.c +++ b/plugins/eg-synth.lv2/synth.c @@ -112,7 +112,6 @@ run(LV2_Handle instance, uint32_t n_samples) float phase_increment = (1.f / samples_per_cycle); for (uint32_t pos = 0; pos < n_samples; pos++) { - /* Calculate the next sample. Phase ranges from 0..1, but sin() expects its input in radians, so we multiply by 2 PI to convert it. We also multiply by volume so it's not extremely loud. */ -- cgit v1.2.1