org.jfugue
Class JFugueDefinitions

java.lang.Object
  extended by org.jfugue.JFugueDefinitions

public class JFugueDefinitions
extends java.lang.Object

Loads default definitions into the JFugue dictionary. This allows users to refer to instruments, percussion sounds, and controller events by easy-to-remember names.

Dictionary items can be added via the Music String. See the documentation for more information.

Version:
2.0
Author:
David Koelle

Method Summary
protected static void populateDictionary(java.util.HashMap dictionaryMap)
          Loads default definitions into the JFugue dictionary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

populateDictionary

protected static void populateDictionary(java.util.HashMap dictionaryMap)
Loads default definitions into the JFugue dictionary. This includes all of the string representations for instrument names, percussion sounds, controller events, and some controller values.

Parameters:
dictionaryMap - the dictionary instantiated by the parser