From 9866c0f34c268a09ecaaa9a4361c1c267799358e Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Tue, 19 Sep 2017 23:56:15 -0400 Subject: Starting work on proto decode --- src/synth/param.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/synth/param.rs') diff --git a/src/synth/param.rs b/src/synth/param.rs index ced5900..f679b56 100644 --- a/src/synth/param.rs +++ b/src/synth/param.rs @@ -1,5 +1,6 @@ use super::*; +#[derive(Debug)] pub struct Param { pub name: String, pub default: Sample, @@ -11,4 +12,7 @@ impl Generator for Param { self.buf.set(*params.vars.get(&self.name).unwrap_or(&self.default)); &self.buf } + fn set_buffer(&mut self, buf: SampleBuffer) -> SampleBuffer { + mem::replace(&mut self.buf, buf) + } } -- cgit v1.2.3-70-g09d2