NScumm.Core.Audio.SoftSynth.TownsMidiInputChannel.TownsMidiInputChannel C# (CSharp) Method

TownsMidiInputChannel() public method

public TownsMidiInputChannel ( MidiDriver_TOWNS driver, int chanIndex ) : System
driver MidiDriver_TOWNS
chanIndex int
return System
        public TownsMidiInputChannel(MidiDriver_TOWNS driver, int chanIndex)
        {
            _driver = driver;
            _chanIndex = (byte)chanIndex;
            _instrument = new byte[30];
        }