diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-10-12 13:41:20 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-10-12 13:41:20 +0200 |
commit | aa5c9be52f2d41b8efb240ad96f808cf4f3e79c1 (patch) | |
tree | 8a3634bcb326ad1e3150a2dbcdff838e24aa6342 | |
parent | a4b49d1a5703d441854b21bf00bb0cfbf8b66df4 (diff) | |
download | saw-aa5c9be52f2d41b8efb240ad96f808cf4f3e79c1.zip |
Set voice count to 32
-rw-r--r-- | source/saw/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/saw/main.c b/source/saw/main.c index b8d79a9..1cfaaa5 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -35,7 +35,7 @@ enum { TRACK_COUNT = 16, ROLL_COUNT = 32, PITCH_COUNT = 80, - VOICE_COUNT = 16, + VOICE_COUNT = 32, UNISON_COUNT = 100, SHEET_SIZE = 200, |