/// <summary> /// Play a note, whose ID resides in the specified variable. /// </summary> public static HITResult NoteOn(HITThread thread) { var dest = thread.ReadByte(); thread.WriteVar(dest, thread.NoteOn()); return(HITResult.CONTINUE); }
/// <summary> /// Play a note, whose ID resides in the specified variable. /// </summary> public static HITResult NoteOn(HITThread thread) { var dest = thread.ReadByte(); thread.WriteVar(dest, thread.NoteOn()); return HITResult.CONTINUE; }