Never mind, I figured it out. Before this code I had a bit of code that was muting all sound classes except for the “Transition” sound class. The problem was that I had this set to “Apply to Children” not realizing that my “Transition” sound class was considered a child of my “Master” sound class… so what was happening was it would play a little before that mute cascaded down and then after the unmute was cascaded down after the transition.