Mozzi
version 2016-12-11-17:03
sound synthesis library for Arduino
ControlDelay.h
1
/*
2
* ControlDelay.h
3
*
4
* Copyright 2012 Tim Barrass.
5
*
6
* This file is part of Mozzi.
7
*
8
* Mozzi is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
9
*
10
*/
11
12
#ifndef CONTROLDELAY_H_
13
#define CONTROLDELAY_H_
14
15
#include "AudioDelay.h"
16
28
template
<
unsigned
int
NUM_BUFFER_SAMPLES,
class
T =
int
>
29
class
ControlDelay
:
public
AudioDelay
<NUM_BUFFER_SAMPLES, T>
30
{
31
32
};
33
39
#endif // #ifndef CONTROLDELAY_H_
40
ControlDelay
Control-rate delay line for delaying control signals.
Definition:
ControlDelay.h:29
AudioDelay
Audio delay line for comb filter, flange, chorus and short echo effects.
Definition:
AudioDelay.h:27
ControlDelay.h
Generated on Sun Dec 11 2016 17:03:11 for Mozzi by
1.8.12