Beispiel #1
0
        public SmSongToRhprojConverter(string smSongDir, string rhDir, float songOffset)
        {
            this.rhDir = rhDir;

            converter = new SmSongToRhConverter(smSongDir, rhDir, songOffset);
        }
Beispiel #2
0
        private RhSongAssets ConvertSmSongToRh(string smSongDir)
        {
            var converter = new SmSongToRhConverter(smSongDir, rhDir, songOffset);

            return(converter.Convert());
        }