summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-10-12 13:41:20 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-10-12 13:41:20 +0200
commitaa5c9be52f2d41b8efb240ad96f808cf4f3e79c1 (patch)
tree8a3634bcb326ad1e3150a2dbcdff838e24aa6342 /source
parenta4b49d1a5703d441854b21bf00bb0cfbf8b66df4 (diff)
downloadsaw-aa5c9be52f2d41b8efb240ad96f808cf4f3e79c1.zip
Set voice count to 32
Diffstat (limited to 'source')
-rw-r--r--source/saw/main.c2
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,