jcaas.midi
Class NoteListGenerator

java.lang.Object
  extended by jcaas.midi.NoteListGenerator

public class NoteListGenerator
extends java.lang.Object

NoteListGenerator creates a array of notes sutiable for use with Generalized Song

Version:
last updated: 4/17/05
Author:
Conrad Hutcheson

Method Summary
static NoteVector[] GenerateNoteList(java.lang.String input)
          Translates a formatted string into a form useful to GeneralizedSong.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

GenerateNoteList

public static NoteVector[] GenerateNoteList(java.lang.String input)
Translates a formatted string into a form useful to GeneralizedSong.

Parameters:
input - a string properly formatted (Guess how!)
Returns:
and ArrayList[] appropriate for giving to GeneralizedSong