edu.uiuc.cs397rhc.util
Class AddProgramChanges

java.lang.Object
  extended by edu.uiuc.cs397rhc.util.AddProgramChanges

public abstract class AddProgramChanges
extends java.lang.Object

Extremely simplistic app to add program changes to the beginning of a MIDI file. Run without arguments for usage.

Author:
Pedro DeRose

Constructor Summary
AddProgramChanges()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the program changes on the specified MIDI file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddProgramChanges

public AddProgramChanges()
Method Detail

main

public static void main(java.lang.String[] args)
Runs the program changes on the specified MIDI file.

Parameters:
args - the array of arguments: midifile, program change file, and an optional output file