be.hogent.tarsos.cli
Class TuneMidiSynth

java.lang.Object
  extended by be.hogent.tarsos.cli.AbstractTarsosApp
      extended by be.hogent.tarsos.cli.TuneMidiSynth

public final class TuneMidiSynth
extends AbstractTarsosApp

Sends MIDI Tuning messages to the requested port using a scala file as tone scale.

Author:
Joren Six

Constructor Summary
TuneMidiSynth()
           
 
Method Summary
 java.lang.String description()
           
 java.lang.String name()
           
 void run(java.lang.String... args)
           
 
Methods inherited from class be.hogent.tarsos.cli.AbstractTarsosApp
createDetectionModeSpec, isHelpOptionSet, parse, printHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuneMidiSynth

public TuneMidiSynth()
Method Detail

description

public java.lang.String description()
Specified by:
description in class AbstractTarsosApp
Returns:
The short description of the application. What purpose it serves.

name

public java.lang.String name()
Specified by:
name in class AbstractTarsosApp
Returns:
The name of the parameter used to start the application.

run

public void run(java.lang.String... args)
Specified by:
run in class AbstractTarsosApp
Parameters:
args - The arguments to start the program.