Package | Description |
---|---|
be.tarsos.cli |
This package contains command line applications.
|
Modifier and Type | Class and Description |
---|---|
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 |
HistogramToScala |
class |
MidiToWav |
class |
PitchHistogramRating
Creates a pitch (class) histogram from an input file containing pitch data.
|
class |
PitchTable
Generates a table with pitches in various units.
|
class |
PitchToHistogram
Creates a pitch (class) histogram from an input file containing pitch data.
|
class |
PitchToMidi |
class |
PowerExtractor
Extracts power from a file.
|
class |
PrintScalaIntervals
Creates a pitch (class) histogram from an input file containing pitch data.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|