From 255f0aa6de604e0bf9d37ba0ee5362ef3b9f235f Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 7 Oct 2017 02:14:17 -0400 Subject: Graphics working But in need of terrible refactoring. Rust is beautiful sometimes. This is not one of those times. --- src/synth/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/synth/mod.rs') diff --git a/src/synth/mod.rs b/src/synth/mod.rs index d48577c..55268a7 100644 --- a/src/synth/mod.rs +++ b/src/synth/mod.rs @@ -172,7 +172,7 @@ impl Clone for SampleBuffer { } } -pub trait Generator : Debug { +pub trait Generator : Debug + Send { fn eval<'a>(&'a mut self, params: &Parameters) -> &'a SampleBuffer; fn buffer(&self) -> &SampleBuffer; fn set_buffer(&mut self, buf: SampleBuffer) -> SampleBuffer; -- cgit v1.2.3-70-g09d2