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

NoteValue() public method

public NoteValue ( ) : System
return System
        public NoteValue()
        {
        }

Same methods

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, float vol, float keyDownLength, float duration ) : System
NoteValue::NoteValue ( string letterNote, string endLetterNote, float vol, float keyDownLength, float duration ) : System