Package dotaSoundEditor

Examples of dotaSoundEditor.NamedMusic


                    int firstSlashIndex = entry.getDir().substring(0, lastSlashIndex - 1).lastIndexOf("/");
                    String parentDir = entry.getDir().substring(firstSlashIndex + 1, lastSlashIndex);
                    String internalName = parentDir + "/" + entry.getName();
                   
                    //format internal name a little bit, remove prefixes
                    NamedMusic nm = new NamedMusic(internalName, entry.getPath());
                    namedMusicList.add(nm);
                }
            }
        }
View Full Code Here

TOP

Related Classes of dotaSoundEditor.NamedMusic

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.