Example #1
0
 public MidiSliderTime(MidiSlider midiSlider, int msDuration)
 {
     MidiSlider = midiSlider;
     MsDuration = msDuration;
 }
Example #2
0
        public int MsDuration; // the duration to sleep after sending the Expression's messages

        #endregion Fields

        #region Constructors

        public MidiSliderTime(MidiSlider midiSlider, int msDuration)
        {
            MidiSlider = midiSlider;
            MsDuration = msDuration;
        }