1.0 for one time unit; 0.5 for a half unit.
- * */
- public Note(BaseNote note, AccidentalSign sign, int octave, int duration, int division) {
- super(duration, division);
- this.note = note;
- this.sign = sign;
- this.octave = octave;
- velocity = 64;
+public class Note extends DurationElement