CSharpSynth.Synthesis.Voice.getKey C# (CSharp) Method

getKey() public method

public getKey ( ) : CSharpSynth.Synthesis.NoteRegistryKey
return CSharpSynth.Synthesis.NoteRegistryKey
        public NoteRegistryKey getKey()
        {
            return new NoteRegistryKey((byte)channel, (byte)note);
        }