public static HITResult NoteOnLoop(HITThread thread) //0x60 { var dest = thread.ReadByte(); thread.WriteVar(dest, thread.NoteLoop()); return(HITResult.HALT); }
//0x60 public static HITResult NoteOnLoop(HITThread thread) { var dest = thread.ReadByte(); thread.WriteVar(dest, thread.NoteLoop()); return HITResult.CONTINUE; }