some cleanup
This commit is contained in:
@@ -55,6 +55,9 @@ void ToneEffect::process_audio(double timecode_start,
|
||||
int nb_samples,
|
||||
int channel_count,
|
||||
int type) {
|
||||
|
||||
Q_UNUSED(type)
|
||||
|
||||
double interval = (timecode_end - timecode_start)/nb_samples;
|
||||
|
||||
for (int i=0;i<nb_samples;i++) {
|
||||
|
||||
Reference in New Issue
Block a user