File size: 1,246 Bytes
a3ff4f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
processType:    class
header:         dsp_multitap_delay_mono.h

class:
    name:               MultDelayMono
    hasCoefficients:    true
    templateParameters:

        -   type:           numeric
            name:           Maximum Delay - Samples in the Delay Buffer
            description:    24000
            usersettable:   false
            kind:           buffer_size

        -   type:           numeric
            name:           Number of Delay Taps
            description:    8
            usersettable:   false
            kind:           num_elements

        -   type:           datatype
            name:           I/O Type
            description:    I/O Type
            usersettable:   false
            kind:           iotype

    needsInstance : true

function:
    name:               process
    perSample:          true
    returnsValue:       true
    hasCoefficients:    true

    inputs:
        -   type:           sample
            name:           Input
            description:    Input to the delay
            kind:           signal

    outputs:
        -   type:           returnValue
            name:           Output
            description:    Output from the delay
            kind:           signal