예제 #1
0
        public CLyric()
        {
            _Theme         = new SThemeLyrics();
            _ThemeLoaded   = false;
            Color          = new SColorF();
            ColorProcessed = new SColorF();

            _X     = 0f;
            _Y     = 0f;
            _Z     = 0f;
            _MaxW  = 1f;
            _H     = 1f;
            _width = 1f;
            _Notes = new List <SNote>();
            _Text  = new CText();

            _Style = ELyricStyle.Slide;
        }
예제 #2
0
파일: CLyric.cs 프로젝트: hessbe/Vocaluxe
        public CLyric()
        {
            _Theme = new SThemeLyrics();
            _ThemeLoaded = false;
            Color = new SColorF();
            ColorProcessed = new SColorF();

            _X = 0f;
            _Y = 0f;
            _Z = 0f;
            _MaxW = 1f;
            _H = 1f;
            _width = 1f;
            _Notes = new List<SNote>();
            _Text = new CText();

            _Style = ELyricStyle.Slide;
        }