Example #1
0
 public Anim2Midi(PropAnim anim, string midPath)
 {
     Anim       = anim;
     MidiHelper = new MidiHelper(midPath);
 }
Example #2
0
 public Midi2Anim(string midPath)
 {
     MidiHelper = new MidiHelper(midPath);
 }