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/param.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/synth/param.rs') diff --git a/src/synth/param.rs b/src/synth/param.rs index 3177ffd..ced5900 100644 --- a/src/synth/param.rs +++ b/src/synth/param.rs @@ -1,9 +1,9 @@ use super::*; pub struct Param { - name: String, - default: Sample, - buf: SampleBuffer, + pub name: String, + pub default: Sample, + pub buf: SampleBuffer, } impl Generator for Param { -- cgit v1.2.3-70-g09d2