From 26e95364ad9073dd7cb571454cd52ae66f320a73 Mon Sep 17 00:00:00 2001
From: Graham Northup <grissess@nexusg.org>
Date: Mon, 18 Sep 2017 23:53:16 -0400
Subject: it builds and does a thing

---
 src/synth/sine.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/synth/sine.rs')

diff --git a/src/synth/sine.rs b/src/synth/sine.rs
index 3ee4857..212ab21 100644
--- a/src/synth/sine.rs
+++ b/src/synth/sine.rs
@@ -4,9 +4,9 @@ use super::*;
 const TAU: f32 = 2f32 * PI;
 
 pub struct Sine {
-    freq: GenBox,
-    phase: f32,
-    buf: SampleBuffer,
+    pub freq: GenBox,
+    pub phase: f32,
+    pub buf: SampleBuffer,
 }
 
 impl Generator for Sine {
-- 
cgit v1.2.3-70-g09d2