git ssb

0+

kode54 / syntrax-c



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 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: efff0d5be49e438aefc3460617744c5e1dd1be61

Files changed

src/syntrax/syntrax.cchanged
src/syntrax/syntrax.cView
@@ -2307,8 +2307,10 @@
23072307 p->subsongs = synSong->subsongs;
23082308 p->arpTable = synSong->arpTable;
23092309 p->samples = (const int16_t **) synSong->samples;
23102310
2311+ //Do we really need to?
2312+ //What would Syntrax do?
23112313 for (i = 0; i < SE_MAXCHANS; i++) {
23122314 p->mutedChans[i] = synSong->subsongs[0].mutedChans[i];
23132315 }
23142316 initSubsong(p, 0);

Built with git-ssb-web