Uses of Class
be.hogent.tarsos.cli.AbstractTarsosApp

Packages that use AbstractTarsosApp
be.hogent.tarsos Parent container, contains the class with the main entry point. 
be.hogent.tarsos.cli This package contains command line applications. 
 

Uses of AbstractTarsosApp in be.hogent.tarsos
 

Methods in be.hogent.tarsos with parameters of type AbstractTarsosApp
 void Tarsos.registerApplication(java.lang.String name, AbstractTarsosApp application)
          Register a Tarsos application.
 

Uses of AbstractTarsosApp in be.hogent.tarsos.cli
 

Subclasses of AbstractTarsosApp in be.hogent.tarsos.cli
 class Annotate
          Annotates an audio file with everything Tarsos is capable off Pitch information, ambitus, tone scale peaks, waveform, scala files...
 class AnnotationSynth
          Generates audio from a set of annotations.
 class AudioToScala
           
 class DetectPitch
          Detects pitch for an input file using a pitch detector.
 class MidiToWav
           
 class PitchTable
          Generates a table with pitches in various units.
 class PitchToMidi
           
 class PowerExtractor
          Extracts power from a file.
 class Rank
          Ranks a list of audio files on tone scale similarity with an input file (scala or audio).
 class TuneMidiSynth
          Sends MIDI Tuning messages to the requested port using a scala file as tone scale.
 

Methods in be.hogent.tarsos.cli with parameters of type AbstractTarsosApp
protected  joptsimple.OptionSet AbstractTarsosApp.parse(java.lang.String[] args, joptsimple.OptionParser parser, AbstractTarsosApp application)
          Parses arguments, adds and checks for help option an prints command line help for an application.