]> ruin.nu Git - moosique.git/blobdiff - MooNote.java
no message
[moosique.git] / MooNote.java
index 0449e86defed1375c30627c8e4db06dfdface6ea..3e66dab1c4aa10bf2d23674bd84b1940b1502f6b 100644 (file)
@@ -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