Commit 8b7cc2dc5b00a317887c8f7e04a5f91e69155983
Added comment reminding to take good look at channel muting before dealing with it.
anonymous authored on 1/2/2016, 9:13:34 PMChristopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: efff0d5be49e438aefc3460617744c5e1dd1be61
Files changed
src/syntrax/syntrax.c | changed |
src/syntrax/syntrax.c | ||
---|---|---|
@@ -2307,8 +2307,10 @@ | ||
2307 | 2307 | p->subsongs = synSong->subsongs; |
2308 | 2308 | p->arpTable = synSong->arpTable; |
2309 | 2309 | p->samples = (const int16_t **) synSong->samples; |
2310 | 2310 | |
2311 | + //Do we really need to? | |
2312 | + //What would Syntrax do? | |
2311 | 2313 | for (i = 0; i < SE_MAXCHANS; i++) { |
2312 | 2314 | p->mutedChans[i] = synSong->subsongs[0].mutedChans[i]; |
2313 | 2315 | } |
2314 | 2316 | initSubsong(p, 0); |
Built with git-ssb-web