Package instantbach.service.text

Examples of instantbach.service.text.LoadProgressionGraph


     */
    public Service(InstantBach parent) throws BadRulesException {
        this.parent = parent;

        //create a graph of rules for chord progressions
        LoadProgressionGraph loader = new LoadProgressionGraph(this);
        graph = loader.createProgressionGraph(graphLocation);

        //create a list of available chords
        availableSymbols = new SymbolList();

        availableSymbols.add("ii","ii");
View Full Code Here

TOP

Related Classes of instantbach.service.text.LoadProgressionGraph

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.