From 05ce8e10cda54daecc52fd0e04972b28cc811668 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 12 Jul 2021 16:46:54 +0800 Subject: Volume changing command Now the sheets can contain commands to change volumes for the channels. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index eb83b58..80edad7 100644 --- a/main.c +++ b/main.c @@ -421,7 +421,7 @@ int main(int argc, char **argv) * for (int i = 0; i < notes_len;) *(vs+i++) = 0.3; */ /* WaveFrag wf = compose(vs, sts, bs, notes_len); */ - WaveFrag wf = play_sheet(psh, 0.3); + WaveFrag wf = play_sheet(psh, 0.5); destroy_sheet(psh); -- cgit v1.2.3-18-g5258