public final class com.sun.media.sound.ModelStandardIndexedDirector implements com.sun.media.sound.ModelDirector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.ModelStandardIndexedDirector
  super_class: java.lang.Object
{
  private final com.sun.media.sound.ModelPerformer[] performers;
    descriptor: [Lcom/sun/media/sound/ModelPerformer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.media.sound.ModelDirectedPlayer player;
    descriptor: Lcom/sun/media/sound/ModelDirectedPlayer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean noteOnUsed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean noteOffUsed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte[][] trantables;
    descriptor: [[B
    flags: (0x0002) ACC_PRIVATE

  private int[] counters;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[][] mat;
    descriptor: [[I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.media.sound.ModelPerformer[], com.sun.media.sound.ModelDirectedPlayer);
    descriptor: ([Lcom/sun/media/sound/ModelPerformer;Lcom/sun/media/sound/ModelDirectedPlayer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
        start local 1 // com.sun.media.sound.ModelPerformer[] performers
        start local 2 // com.sun.media.sound.ModelDirectedPlayer player
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.ModelStandardIndexedDirector.noteOnUsed:Z
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.sun.media.sound.ModelStandardIndexedDirector.noteOffUsed:Z
         3: .line 50
            aload 0 /* this */
            aload 1 /* performers */
            aload 1 /* performers */
            arraylength
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast com.sun.media.sound.ModelPerformer[]
            putfield com.sun.media.sound.ModelStandardIndexedDirector.performers:[Lcom/sun/media/sound/ModelPerformer;
         4: .line 51
            aload 0 /* this */
            aload 2 /* player */
            putfield com.sun.media.sound.ModelStandardIndexedDirector.player:Lcom/sun/media/sound/ModelDirectedPlayer;
         5: .line 52
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.performers:[Lcom/sun/media/sound/ModelPerformer;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 12
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector com.sun.media.sound.ModelPerformer[] com.sun.media.sound.ModelDirectedPlayer top int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
         6: aload 6
            iload 4
            aaload
            astore 3 /* p */
        start local 3 // com.sun.media.sound.ModelPerformer p
         7: .line 53
            aload 3 /* p */
            invokevirtual com.sun.media.sound.ModelPerformer.isReleaseTriggered:()Z
            ifeq 10
         8: .line 54
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.ModelStandardIndexedDirector.noteOffUsed:Z
         9: .line 55
            goto 11
        10: .line 56
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector com.sun.media.sound.ModelPerformer[] com.sun.media.sound.ModelDirectedPlayer com.sun.media.sound.ModelPerformer int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.media.sound.ModelStandardIndexedDirector.noteOnUsed:Z
        end local 3 // com.sun.media.sound.ModelPerformer p
        11: .line 52
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector com.sun.media.sound.ModelPerformer[] com.sun.media.sound.ModelDirectedPlayer top int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        12: iload 4
            iload 5
            if_icmplt 6
        13: .line 59
            aload 0 /* this */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.buildindex:()V
        14: .line 60
            return
        end local 2 // com.sun.media.sound.ModelDirectedPlayer player
        end local 1 // com.sun.media.sound.ModelPerformer[] performers
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/sun/media/sound/ModelStandardIndexedDirector;
            0   15     1  performers  [Lcom/sun/media/sound/ModelPerformer;
            0   15     2      player  Lcom/sun/media/sound/ModelDirectedPlayer;
            7   11     3           p  Lcom/sun/media/sound/ModelPerformer;
    MethodParameters:
            Name  Flags
      performers  final
      player      final

  private int[] lookupIndex(int, int);
    descriptor: (II)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
        start local 1 // int x
        start local 2 // int y
         0: .line 63
            iload 1 /* x */
            iflt 5
            iload 1 /* x */
            sipush 128
            if_icmpge 5
            iload 2 /* y */
            iflt 5
            iload 2 /* y */
            sipush 128
            if_icmpge 5
         1: .line 64
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_0
            aaload
            iload 1 /* x */
            baload
            istore 3 /* xt */
        start local 3 // int xt
         2: .line 65
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_1
            aaload
            iload 2 /* y */
            baload
            istore 4 /* yt */
        start local 4 // int yt
         3: .line 66
            iload 3 /* xt */
            iconst_m1
            if_icmpeq 5
            iload 4 /* yt */
            iconst_m1
            if_icmpeq 5
         4: .line 67
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.mat:[[I
            iload 3 /* xt */
            iload 4 /* yt */
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iconst_0
            iaload
            imul
            iadd
            aaload
            areturn
        end local 4 // int yt
        end local 3 // int xt
         5: .line 70
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/media/sound/ModelStandardIndexedDirector;
            0    6     1     x  I
            0    6     2     y  I
            2    5     3    xt  I
            3    5     4    yt  I
    MethodParameters:
      Name  Flags
      x     
      y     

  private int restrict(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
        start local 1 // int value
         0: .line 74
            iload 1 /* value */
            ifge 1
            iconst_0
            ireturn
         1: .line 75
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            bipush 127
            if_icmple 2
            bipush 127
            ireturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/media/sound/ModelStandardIndexedDirector;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  private void buildindex();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=20, args_size=1
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
         0: .line 80
            aload 0 /* this */
            iconst_2
            sipush 129
            multianewarray [[B 2
            putfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
         1: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            arraylength
            newarray 10
            putfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
         2: .line 82
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.performers:[Lcom/sun/media/sound/ModelPerformer;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 19
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector top int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
         3: aload 4
            iload 2
            aaload
            astore 1 /* performer */
        start local 1 // com.sun.media.sound.ModelPerformer performer
         4: .line 83
            aload 1 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getKeyFrom:()I
            istore 5 /* keyFrom */
        start local 5 // int keyFrom
         5: .line 84
            aload 1 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getKeyTo:()I
            istore 6 /* keyTo */
        start local 6 // int keyTo
         6: .line 85
            aload 1 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getVelFrom:()I
            istore 7 /* velFrom */
        start local 7 // int velFrom
         7: .line 86
            aload 1 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getVelTo:()I
            istore 8 /* velTo */
        start local 8 // int velTo
         8: .line 87
            iload 5 /* keyFrom */
            iload 6 /* keyTo */
            if_icmple 9
            goto 18
         9: .line 88
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector com.sun.media.sound.ModelPerformer int int com.sun.media.sound.ModelPerformer[] int int int int
      StackMap stack:
            iload 7 /* velFrom */
            iload 8 /* velTo */
            if_icmple 10
            goto 18
        10: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* keyFrom */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 5 /* keyFrom */
        11: .line 90
            aload 0 /* this */
            iload 6 /* keyTo */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 6 /* keyTo */
        12: .line 91
            aload 0 /* this */
            iload 7 /* velFrom */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 7 /* velFrom */
        13: .line 92
            aload 0 /* this */
            iload 8 /* velTo */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 8 /* velTo */
        14: .line 93
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_0
            aaload
            iload 5 /* keyFrom */
            iconst_1
            bastore
        15: .line 94
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_0
            aaload
            iload 6 /* keyTo */
            iconst_1
            iadd
            iconst_1
            bastore
        16: .line 95
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_1
            aaload
            iload 7 /* velFrom */
            iconst_1
            bastore
        17: .line 96
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_1
            aaload
            iload 8 /* velTo */
            iconst_1
            iadd
            iconst_1
            bastore
        end local 8 // int velTo
        end local 7 // int velFrom
        end local 6 // int keyTo
        end local 5 // int keyFrom
        end local 1 // com.sun.media.sound.ModelPerformer performer
        18: .line 82
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector top int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
        19: iload 2
            iload 3
            if_icmplt 3
        20: .line 98
            iconst_0
            istore 1 /* d */
        start local 1 // int d
        21: goto 44
        22: .line 99
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iload 1 /* d */
            aaload
            astore 2 /* trantable */
        start local 2 // byte[] trantable
        23: .line 100
            aload 2 /* trantable */
            arraylength
            istore 3 /* transize */
        start local 3 // int transize
        24: .line 101
            iload 3 /* transize */
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
        25: goto 31
        26: .line 102
      StackMap locals: byte[] int int
      StackMap stack:
            aload 2 /* trantable */
            iload 4 /* i */
            baload
            iconst_1
            if_icmpne 29
        27: .line 103
            aload 2 /* trantable */
            iload 4 /* i */
            iconst_m1
            bastore
        28: .line 104
            goto 32
        29: .line 106
      StackMap locals:
      StackMap stack:
            aload 2 /* trantable */
            iload 4 /* i */
            iconst_m1
            bastore
        30: .line 101
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
        31: iload 4 /* i */
            ifge 26
        end local 4 // int i
        32: .line 108
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 4 /* counter */
        start local 4 // int counter
        33: .line 109
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        34: goto 41
        35: .line 110
      StackMap locals: int int
      StackMap stack:
            aload 2 /* trantable */
            iload 5 /* i */
            baload
            ifeq 39
        36: .line 111
            iinc 4 /* counter */ 1
        37: .line 112
            aload 2 /* trantable */
            iload 5 /* i */
            baload
            iconst_m1
            if_icmpne 39
        38: .line 113
            goto 42
        39: .line 115
      StackMap locals:
      StackMap stack:
            aload 2 /* trantable */
            iload 5 /* i */
            iload 4 /* counter */
            i2b
            bastore
        40: .line 109
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 5 /* i */
            iload 3 /* transize */
            if_icmplt 35
        end local 5 // int i
        42: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iload 1 /* d */
            iload 4 /* counter */
            iastore
        end local 4 // int counter
        end local 3 // int transize
        end local 2 // byte[] trantable
        43: .line 98
            iinc 1 /* d */ 1
      StackMap locals:
      StackMap stack:
        44: iload 1 /* d */
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            arraylength
            if_icmplt 22
        end local 1 // int d
        45: .line 119
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iconst_1
            iaload
            imul
            anewarray int[]
            putfield com.sun.media.sound.ModelStandardIndexedDirector.mat:[[I
        46: .line 120
            iconst_0
            istore 1 /* ix */
        start local 1 // int ix
        47: .line 121
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.performers:[Lcom/sun/media/sound/ModelPerformer;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 91
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int top int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
        48: aload 5
            iload 3
            aaload
            astore 2 /* performer */
        start local 2 // com.sun.media.sound.ModelPerformer performer
        49: .line 122
            aload 2 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getKeyFrom:()I
            istore 6 /* keyFrom */
        start local 6 // int keyFrom
        50: .line 123
            aload 2 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getKeyTo:()I
            istore 7 /* keyTo */
        start local 7 // int keyTo
        51: .line 124
            aload 2 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getVelFrom:()I
            istore 8 /* velFrom */
        start local 8 // int velFrom
        52: .line 125
            aload 2 /* performer */
            invokevirtual com.sun.media.sound.ModelPerformer.getVelTo:()I
            istore 9 /* velTo */
        start local 9 // int velTo
        53: .line 126
            iload 6 /* keyFrom */
            iload 7 /* keyTo */
            if_icmple 54
            goto 90
        54: .line 127
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int com.sun.media.sound.ModelPerformer int int com.sun.media.sound.ModelPerformer[] int int int int
      StackMap stack:
            iload 8 /* velFrom */
            iload 9 /* velTo */
            if_icmple 55
            goto 90
        55: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* keyFrom */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 6 /* keyFrom */
        56: .line 129
            aload 0 /* this */
            iload 7 /* keyTo */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 7 /* keyTo */
        57: .line 130
            aload 0 /* this */
            iload 8 /* velFrom */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 8 /* velFrom */
        58: .line 131
            aload 0 /* this */
            iload 9 /* velTo */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.restrict:(I)I
            istore 9 /* velTo */
        59: .line 132
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_0
            aaload
            iload 6 /* keyFrom */
            baload
            istore 10 /* x_from */
        start local 10 // int x_from
        60: .line 133
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_0
            aaload
            iload 7 /* keyTo */
            iconst_1
            iadd
            baload
            istore 11 /* x_to */
        start local 11 // int x_to
        61: .line 134
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_1
            aaload
            iload 8 /* velFrom */
            baload
            istore 12 /* y_from */
        start local 12 // int y_from
        62: .line 135
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.trantables:[[B
            iconst_1
            aaload
            iload 9 /* velTo */
            iconst_1
            iadd
            baload
            istore 13 /* y_to */
        start local 13 // int y_to
        63: .line 136
            iload 11 /* x_to */
            iconst_m1
            if_icmpne 65
        64: .line 137
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iconst_0
            iaload
            istore 11 /* x_to */
        65: .line 138
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int com.sun.media.sound.ModelPerformer int int com.sun.media.sound.ModelPerformer[] int int int int int int int int
      StackMap stack:
            iload 13 /* y_to */
            iconst_m1
            if_icmpne 67
        66: .line 139
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iconst_1
            iaload
            istore 13 /* y_to */
        67: .line 140
      StackMap locals:
      StackMap stack:
            iload 12 /* y_from */
            istore 14 /* y */
        start local 14 // int y
        68: goto 88
        69: .line 141
      StackMap locals: int
      StackMap stack:
            iload 10 /* x_from */
            iload 14 /* y */
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.counters:[I
            iconst_0
            iaload
            imul
            iadd
            istore 15 /* i */
        start local 15 // int i
        70: .line 142
            iload 10 /* x_from */
            istore 16 /* x */
        start local 16 // int x
        71: goto 86
        72: .line 143
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.mat:[[I
            iload 15 /* i */
            aaload
            astore 17 /* mprev */
        start local 17 // int[] mprev
        73: .line 144
            aload 17 /* mprev */
            ifnonnull 76
        74: .line 145
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.mat:[[I
            iload 15 /* i */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 1 /* ix */
            iastore
            aastore
        75: .line 146
            goto 84
        76: .line 147
      StackMap locals: int[]
      StackMap stack:
            aload 17 /* mprev */
            arraylength
            iconst_1
            iadd
            newarray 10
            astore 18 /* mnew */
        start local 18 // int[] mnew
        77: .line 148
            aload 18 /* mnew */
            aload 18 /* mnew */
            arraylength
            iconst_1
            isub
            iload 1 /* ix */
            iastore
        78: .line 149
            iconst_0
            istore 19 /* k */
        start local 19 // int k
        79: goto 82
        80: .line 150
      StackMap locals: int[] int
      StackMap stack:
            aload 18 /* mnew */
            iload 19 /* k */
            aload 17 /* mprev */
            iload 19 /* k */
            iaload
            iastore
        81: .line 149
            iinc 19 /* k */ 1
      StackMap locals:
      StackMap stack:
        82: iload 19 /* k */
            aload 17 /* mprev */
            arraylength
            if_icmplt 80
        end local 19 // int k
        83: .line 151
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.mat:[[I
            iload 15 /* i */
            aload 18 /* mnew */
            aastore
        end local 18 // int[] mnew
        84: .line 153
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
        end local 17 // int[] mprev
        85: .line 142
            iinc 16 /* x */ 1
      StackMap locals:
      StackMap stack:
        86: iload 16 /* x */
            iload 11 /* x_to */
            if_icmplt 72
        end local 16 // int x
        end local 15 // int i
        87: .line 140
            iinc 14 /* y */ 1
      StackMap locals:
      StackMap stack:
        88: iload 14 /* y */
            iload 13 /* y_to */
            if_icmplt 69
        end local 14 // int y
        89: .line 156
            iinc 1 /* ix */ 1
        end local 13 // int y_to
        end local 12 // int y_from
        end local 11 // int x_to
        end local 10 // int x_from
        end local 9 // int velTo
        end local 8 // int velFrom
        end local 7 // int keyTo
        end local 6 // int keyFrom
        end local 2 // com.sun.media.sound.ModelPerformer performer
        90: .line 121
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int top int int com.sun.media.sound.ModelPerformer[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        91: iload 3
            iload 4
            if_icmplt 48
        92: .line 158
            return
        end local 1 // int ix
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   93     0       this  Lcom/sun/media/sound/ModelStandardIndexedDirector;
            4   18     1  performer  Lcom/sun/media/sound/ModelPerformer;
            5   18     5    keyFrom  I
            6   18     6      keyTo  I
            7   18     7    velFrom  I
            8   18     8      velTo  I
           21   45     1          d  I
           23   43     2  trantable  [B
           24   43     3   transize  I
           25   32     4          i  I
           33   43     4    counter  I
           34   42     5          i  I
           47   93     1         ix  I
           49   90     2  performer  Lcom/sun/media/sound/ModelPerformer;
           50   90     6    keyFrom  I
           51   90     7      keyTo  I
           52   90     8    velFrom  I
           53   90     9      velTo  I
           60   90    10     x_from  I
           61   90    11       x_to  I
           62   90    12     y_from  I
           63   90    13       y_to  I
           68   89    14          y  I
           70   87    15          i  I
           71   87    16          x  I
           73   85    17      mprev  [I
           77   84    18       mnew  [I
           79   83    19          k  I

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
         0: .line 162
            return
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/ModelStandardIndexedDirector;

  public void noteOff(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
        start local 1 // int noteNumber
        start local 2 // int velocity
         0: .line 166
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.noteOffUsed:Z
            ifne 2
         1: .line 167
            return
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* noteNumber */
            iload 2 /* velocity */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.lookupIndex:(II)[I
            astore 3 /* plist */
        start local 3 // int[] plist
         3: .line 169
            aload 3 /* plist */
            ifnonnull 4
            return
         4: .line 170
      StackMap locals: int[]
      StackMap stack:
            aload 3 /* plist */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int int int[] top int int int[]
      StackMap stack:
         5: aload 7
            iload 5
            iaload
            istore 4 /* i */
        start local 4 // int i
         6: .line 171
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.performers:[Lcom/sun/media/sound/ModelPerformer;
            iload 4 /* i */
            aaload
            astore 8 /* p */
        start local 8 // com.sun.media.sound.ModelPerformer p
         7: .line 172
            aload 8 /* p */
            invokevirtual com.sun.media.sound.ModelPerformer.isReleaseTriggered:()Z
            ifeq 9
         8: .line 173
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.player:Lcom/sun/media/sound/ModelDirectedPlayer;
            iload 4 /* i */
            aconst_null
            invokeinterface com.sun.media.sound.ModelDirectedPlayer.play:(I[Lcom/sun/media/sound/ModelConnectionBlock;)V
        end local 8 // com.sun.media.sound.ModelPerformer p
        end local 4 // int i
         9: .line 170
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 5
        11: .line 176
            return
        end local 3 // int[] plist
        end local 2 // int velocity
        end local 1 // int noteNumber
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/media/sound/ModelStandardIndexedDirector;
            0   12     1  noteNumber  I
            0   12     2    velocity  I
            3   12     3       plist  [I
            6    9     4           i  I
            7    9     8           p  Lcom/sun/media/sound/ModelPerformer;
    MethodParameters:
            Name  Flags
      noteNumber  
      velocity    

  public void noteOn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
        start local 1 // int noteNumber
        start local 2 // int velocity
         0: .line 180
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.noteOnUsed:Z
            ifne 2
         1: .line 181
            return
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* noteNumber */
            iload 2 /* velocity */
            invokevirtual com.sun.media.sound.ModelStandardIndexedDirector.lookupIndex:(II)[I
            astore 3 /* plist */
        start local 3 // int[] plist
         3: .line 183
            aload 3 /* plist */
            ifnonnull 4
            return
         4: .line 184
      StackMap locals: int[]
      StackMap stack:
            aload 3 /* plist */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: com.sun.media.sound.ModelStandardIndexedDirector int int int[] top int int int[]
      StackMap stack:
         5: aload 7
            iload 5
            iaload
            istore 4 /* i */
        start local 4 // int i
         6: .line 185
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.performers:[Lcom/sun/media/sound/ModelPerformer;
            iload 4 /* i */
            aaload
            astore 8 /* p */
        start local 8 // com.sun.media.sound.ModelPerformer p
         7: .line 186
            aload 8 /* p */
            invokevirtual com.sun.media.sound.ModelPerformer.isReleaseTriggered:()Z
            ifne 9
         8: .line 187
            aload 0 /* this */
            getfield com.sun.media.sound.ModelStandardIndexedDirector.player:Lcom/sun/media/sound/ModelDirectedPlayer;
            iload 4 /* i */
            aconst_null
            invokeinterface com.sun.media.sound.ModelDirectedPlayer.play:(I[Lcom/sun/media/sound/ModelConnectionBlock;)V
        end local 8 // com.sun.media.sound.ModelPerformer p
        end local 4 // int i
         9: .line 184
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 5
        11: .line 190
            return
        end local 3 // int[] plist
        end local 2 // int velocity
        end local 1 // int noteNumber
        end local 0 // com.sun.media.sound.ModelStandardIndexedDirector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/media/sound/ModelStandardIndexedDirector;
            0   12     1  noteNumber  I
            0   12     2    velocity  I
            3   12     3       plist  [I
            6    9     4           i  I
            7    9     8           p  Lcom/sun/media/sound/ModelPerformer;
    MethodParameters:
            Name  Flags
      noteNumber  
      velocity    
}
SourceFile: "ModelStandardIndexedDirector.java"