(&mut self, ch: usize, sample: f32, amount: f32)
| 235 | input, |
| 236 | control, |
| 237 | channels, |
| 238 | channel_index: 0, |
| 239 | params: DspParams::dry(), |
| 240 | param_counter: 0, |
| 241 | wet_active: false, |
| 242 | channel_state: vec![ChannelState::default(); channels], |
| 243 | wet, |
| 244 | } |
| 245 | } |
| 246 | } |
| 247 | |
| 248 | impl<S> Iterator for DspSource<S> |