Event 12 is wrong. You are testing if all of those speeds are set at the same time (impossible) and then playing every note together (wrong), and repeating this every tick (also wrong). You need to break each of the events into separate events, with just the one appropriate action, and also test that the conditions only trigger once (either "trigger once while true", or some other flag that ensures the note will not play every tick).