|
|
@ -8,6 +8,7 @@ public class Note { |
|
|
|
double beatSnapStart,beatSnapEnd = -1; |
|
|
|
double beatSnapStart,beatSnapEnd = -1; |
|
|
|
boolean deleted=false; //Set this marker to delete it on the next frame (when using the editor)
|
|
|
|
boolean deleted=false; //Set this marker to delete it on the next frame (when using the editor)
|
|
|
|
boolean multiple=false; //Whether or not to display an indicator showing this is a multi-press note.
|
|
|
|
boolean multiple=false; //Whether or not to display an indicator showing this is a multi-press note.
|
|
|
|
|
|
|
|
boolean multiple2=false; //Whether or not to display an indicator showing this is a multi-press note for the ending of the hold.
|
|
|
|
public Note(NoteType type,double start,double end) { |
|
|
|
public Note(NoteType type,double start,double end) { |
|
|
|
this.type=type; |
|
|
|
this.type=type; |
|
|
|
this.start=start; |
|
|
|
this.start=start; |
|
|
|