]> ruin.nu Git - moosique.git/blobdiff - MooTrack.java
removed exportMIDI method; added quit, getPosition, setPosition and resume
[moosique.git] / MooTrack.java
index b14bcca97de709b8491b0368f11c67108572b41f..64e6da2af10947058ad2defb5c14b8ee36bb57ae 100644 (file)
@@ -65,11 +65,11 @@ public class MooTrack {
        }
 
        /* 
-        * Deletes the given note to the current track.
+        * Deletes the given note from the current track.
         * @param note          the MooNote to delete
         */
        public void deleteNote(MooNote note) {
-       
+               notes.remove(note);
        }
 
        /*