Allow for more sounds to be playing at once

This commit is contained in:
2025-09-01 20:12:50 +01:00
parent 85591424fd
commit 89c9337822
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ loadSounds = do
putStrLn $ show y <> " channels assigned to group 1"
fmap IM.fromList $ mapM loadSound $ zip [0..] soundPathList
where
nchans = 64::Int
nchans = 128::Int
loadMusic :: IO (IM.IntMap Mix.Music)
loadMusic = do