// Next note will be played one quarter after the previous
absoluteTime += ticksPerQuarterNote;
mfw.MPTK_AddNote(track1, absoluteTime, channel0, 61, 50, ticksPerQuarterNote);
absoluteTime += ticksPerQuarterNote;
mfw.MPTK_AddNote(track1, absoluteTime, channel0, 62, 50, ticksPerQuarterNote);
absoluteTime += ticksPerQuarterNote;
mfw.MPTK_AddNote(track1, absoluteTime, channel0, 63, 50, ticksPerQuarterNote);
(edited)