Beispiel #1
0
		public NoteOnOff(Pitch pitch, int velocity, float time, float duration, int channel = 0) : base(pitch, velocity, time, MessageType.On, channel)
		{
			Chain = new NoteOff(pitch, velocity, time + duration, channel);
		}
Beispiel #2
0
 public NoteOnOff(Pitch pitch, int velocity, float time, float duration, int channel = 0) : base(pitch, velocity, time, MessageType.On, channel)
 {
     Chain = new NoteOff(pitch, velocity, time + duration, channel);
 }