X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNote.java;h=2a82b6d21b5ac48489aa1a5548f49f96152bb21e;hb=22067aec9dd544828d90ff39a3a6d40cdfc7ea9f;hp=5628b1df0e6308140fdd39e5e9804f49b6adf065;hpb=1d2d2bfd14ba0addab97692527d4414d3a87e13d;p=moosique.git diff --git a/MooNote.java b/MooNote.java index 5628b1d..2a82b6d 100644 --- a/MooNote.java +++ b/MooNote.java @@ -1,7 +1,7 @@ import javax.sound.midi.*; /** - * Functional representation of a MIDI note, which adds functionality to the existent MidiEvent class. + * Functional representation of a MIDI note, which adds functionality to the existing MidiEvent class. * Also provides a reference to the corresponding NoteOff event. * * @author Einar Pehrson