We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0010c commit 9c5d4d8Copy full SHA for 9c5d4d8
1 file changed
haskell/src/RockBand3.hs
@@ -38,7 +38,7 @@ processRB3Pad
38
-> Staction (RBFile.Song (RBFile.RB3File U.Beats), Int)
39
processRB3Pad a b c d e = do
40
res <- processMIDI (Left a) b c d e
41
- fixBrokenUnisons (fmap fst res) >>= magmaLegalTempos >>= magmaPad . fixBeatTrack'
+ magmaLegalTempos (fmap fst res) >>= fixBrokenUnisons >>= magmaPad . fixBeatTrack'
42
43
processPS
44
:: TargetPS
0 commit comments