From 26e95364ad9073dd7cb571454cd52ae66f320a73 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Mon, 18 Sep 2017 23:53:16 -0400 Subject: it builds and does a thing --- src/synth/math.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/synth/math.rs') diff --git a/src/synth/math.rs b/src/synth/math.rs index b016103..66a86a0 100644 --- a/src/synth/math.rs +++ b/src/synth/math.rs @@ -1,8 +1,8 @@ use super::*; pub struct Add { - terms: Vec, - buf: SampleBuffer, + pub terms: Vec, + pub buf: SampleBuffer, } impl Generator for Add { @@ -21,8 +21,8 @@ impl Generator for Add { } pub struct Mul { - factors: Vec, - buf: SampleBuffer, + pub factors: Vec, + pub buf: SampleBuffer, } impl Generator for Mul { -- cgit v1.2.3-70-g09d2