Separate Clouds and Dust
This commit is contained in:
@@ -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 = 64::Int
|
||||
|
||||
loadMusic :: IO (IM.IntMap Mix.Music)
|
||||
loadMusic = do
|
||||
|
||||
Reference in New Issue
Block a user