summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-07-12 16:46:54 +0800
committerJSDurand <mmemmew@gmail.com>2021-07-12 16:46:54 +0800
commit05ce8e10cda54daecc52fd0e04972b28cc811668 (patch)
tree96d5c94a1373a09a4ccce3f1bb8a36297e09cfbc /main.c
parent8d1acd562f16e8420c66e1f920912ecfa2fc0bda (diff)
Volume changing commandHEADmaster
Now the sheets can contain commands to change volumes for the channels.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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);