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/client.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.rs') diff --git a/src/client.rs b/src/client.rs index 4615edd..b8518b3 100644 --- a/src/client.rs +++ b/src/client.rs @@ -95,6 +95,7 @@ impl Client { dprintln!("Playing on voice {} freq {} amp {} from frame {} until frame {}", voice, freq, amp, self.frames, (self.frames as f32) + frames); let mut vars = &mut self.voices[voice as usize].params.vars; + *vars.entry("v_start".to_string()).or_insert_with(Default::default) = (self.frames as f32); *vars.entry("v_deadline".to_string()).or_insert_with(Default::default) = (self.frames as f32) + frames; *vars.entry("v_freq".to_string()).or_insert_with(Default::default) = freq as f32; *vars.entry("v_amp".to_string()).or_insert_with(Default::default) = amp; -- cgit v1.2.3-70-g09d2