Lines Matching full:effect
73 /* Outputting is the last `effect' in the effect chain so always passes in output_flow()
74 * 0 samples on to the next effect (as there isn't one!) */ in output_flow()
82 /* A `stub' effect handler to handle inputting samples to the effects
92 /* A `stub' effect handler to handle outputting samples from the effects
129 /* The first effect in the effect chain must be something that can source in main()
133 /* This becomes the first `effect' in the chain */ in main()
137 /* Create the `vol' effect, and initialise it with the desired parameters: */ in main()
140 /* Add the effect to the end of the effects processing chain: */ in main()
144 /* Create the `flanger' effect, and initialise it with default parameters: */ in main()
147 /* Add the effect to the end of the effects processing chain: */ in main()
151 /* The last effect in the effect chain must be something that only consumes in main()