kOS.Sound.NoteValue.NoteValue C# (CSharp) Method

NoteValue() public method

public NoteValue ( string letterNote, float vol, float keyDownLength, float duration ) : System
letterNote string
vol float
keyDownLength float
duration float
return System
        public NoteValue(string letterNote, float vol, float keyDownLength, float duration)
            : this(LetterToHertz(letterNote), vol, keyDownLength, duration)
        {
        }

Same methods

NoteValue::NoteValue ( ) : System
NoteValue::NoteValue ( float freq, float vol, float keyDownLength, float duration ) : System
NoteValue::NoteValue ( float freq, float endFreq, float vol, float keyDownLength, float duration ) : System
NoteValue::NoteValue ( string letterNote, string endLetterNote, float vol, float keyDownLength, float duration ) : System