// Token: 0x060001A8 RID: 424 RVA: 0x00006497 File Offset: 0x00004697 public InstrumentZone(KeyRange keyRange, VelocityRange velocityRange) { this.keyRange = keyRange; this.velocityRange = velocityRange; this.generators = new GeneratorCollection(); this.modulators = new List <Modulator>(5); }
// Token: 0x060001A7 RID: 423 RVA: 0x00006489 File Offset: 0x00004689 public InstrumentZone(VelocityRange velocityRange) : this(KeyRange.FullRange, velocityRange) { }
// Token: 0x0600025E RID: 606 RVA: 0x0000748F File Offset: 0x0000568F public PresetZone(VelocityRange velocityRange) : this(KeyRange.FullRange, velocityRange) { }