Example #1
0
 public KZControl(MIDISequencer seq)
 {
     InitializeComponent();
     this.Sequencer = seq;
 }
Example #2
0
 public Kazedan()
 {
     Sequencer = new MIDISequencer();
 }