public interface IBendable{/// <summary> /// Gets or sets the amount of modulation generated by the pitch bend wheel. /// </summary> float PitchBendModulation { get; set; }}