diff options
author | JSDurand <mmemmew@gmail.com> | 2021-07-12 16:46:54 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-07-12 16:46:54 +0800 |
commit | 05ce8e10cda54daecc52fd0e04972b28cc811668 (patch) | |
tree | 96d5c94a1373a09a4ccce3f1bb8a36297e09cfbc /main.c | |
parent | 8d1acd562f16e8420c66e1f920912ecfa2fc0bda (diff) |
Now the sheets can contain commands to change volumes for the
channels.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |