kOS.Sound.NoteValue.NoteValue C# (CSharp) 메소드

NoteValue() 공개 메소드

public NoteValue ( ) : System
리턴 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