Esempio n. 1
0
 //
 // Set the buttons that indicate the direction of play.
 //
 public void setPlayDirection(SequencerDirection dir)
 {
     throw new Exception("not implemented yet");
 }
 /// <summary>
 /// Set the buttons that indicate which way the sequencer is playing.
 /// </summary>
 /// <param name="dir"></param>
 public void setPlayDirection(SequencerDirection dir)
 {
     throw new Exception("Not Yet Implemented");
 }
Esempio n. 3
0
 public void vcrCommand(SequencerDirection action, bool state)
 {
     throw new Exception("Not implemented");
 }