Title: Voice Thread
Description: Thread used to determine the voicing for the given progression
Copyright: Copyright (c) 2007
Company:
9192939495969798
* Attempts to voice the specified progression * @param progression SymbolList */ public synchronized void voiceProgression(SymbolList progression) { VoiceThread thread = new VoiceThread(this, graph, progression); thread.start(); }