MidiFileSequencer constructor

MidiFileSequencer(
  1. Synthesizer synthesizer
)
Initializes a new instance of the sequencer. The synthesizer to be used by the sequencer.

Implementation

MidiFileSequencer(this.synthesizer);