X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooKeyboard.java;h=90ed18fd4acf3d582b7569f08f16c23b25fc4ebc;hp=ce110b254c46b1dd0f214654b63ad9fe401887d9;hb=e49990e17bff158ad638a16ba4aa616673b94627;hpb=8183d3bd4989dc30165b8f3a4656819ce086fbef diff --git a/MooKeyboard.java b/MooKeyboard.java index ce110b2..90ed18f 100644 --- a/MooKeyboard.java +++ b/MooKeyboard.java @@ -2,7 +2,7 @@ import javax.sound.midi.*; import java.awt.event.*; /** - * Functional representation of a MIDI note, which contains two MIDI events, note on and note off. + * A keyboard listener emulating a synthesizer. * * @author Einar Pehrson */