X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNote.java;fp=MooNote.java;h=3e66dab1c4aa10bf2d23674bd84b1940b1502f6b;hb=ffc69c8cc2cc9cdfe3841c77c1e680dee2225c63;hp=0449e86defed1375c30627c8e4db06dfdface6ea;hpb=8de46b00b4e2df79a5b45111bcb981880fca21cf;p=moosique.git diff --git a/MooNote.java b/MooNote.java index 0449e86..3e66dab 100644 --- a/MooNote.java +++ b/MooNote.java @@ -142,6 +142,6 @@ public class MooNote extends MidiEvent { * @return the note off MidiEvent */ public boolean hasNoteOffEvent() { - return noteOffEvent == null; + return noteOffEvent != null; } } \ No newline at end of file