A B C D E F G H I J K L M N O P R S T U V W X Y

M

main(String...) - Static method in class be.hogent.tarsos.cli.PitchToMidi
 
main(String[]) - Static method in class be.hogent.tarsos.cli.PlayAlong
 
main(String...) - Static method in class be.hogent.tarsos.Tarsos
Starts Tarsos.
main(String[]) - Static method in class be.hogent.tarsos.ui.MidiToWav
 
main(String...) - Static method in class be.hogent.tarsos.ui.ProgressDialog
 
main(String[]) - Static method in class be.hogent.tarsos.ui.Spectrogram
 
main(String...) - Static method in class be.hogent.tarsos.ui.Spectrum
 
main(String...) - Static method in class be.hogent.tarsos.ui.virtualkeyboard.PianoTestFrame
 
main(String...) - Static method in class be.hogent.tarsos.ui.WaveForm
 
makeConfigurationPanel() - Method in class be.hogent.tarsos.ui.pitch.Frame
 
makeDropTarget(PrintStream, Component, boolean) - Method in class be.hogent.tarsos.util.FileDrop
 
max(Histogram) - Method in class be.hogent.tarsos.util.histogram.Histogram
Takes the maximum of the bin value in each histogram and changes the current histogram to this maximum value.
max(KernelDensityEstimate) - Method in class be.hogent.tarsos.util.KernelDensityEstimate
Takes the maximum of the value in the accumulator for two kde's.
MAX_PROBABILITY - Static variable in class be.hogent.tarsos.sampled.pitch.AnnotationSelection
 
McLeodPitchMethod - Class in be.hogent.tarsos.sampled.pitch
Implementation of The McLeod Pitch Method (MPM).
McLeodPitchMethod(float) - Constructor for class be.hogent.tarsos.sampled.pitch.McLeodPitchMethod
Initializes the normalized square difference value array and stores the sample rate.
McLeodPitchMethod(float, int) - Constructor for class be.hogent.tarsos.sampled.pitch.McLeodPitchMethod
Create a new pitch detector.
McLeodPitchMethod(float, int, double) - Constructor for class be.hogent.tarsos.sampled.pitch.McLeodPitchMethod
Create a new pitch detector.
mean(List<Histogram>) - Static method in class be.hogent.tarsos.util.histogram.Histogram
Calculates a histogram mean of a list of histograms.
median(List<Double>) - Static method in class be.hogent.tarsos.sampled.pitch.PitchFunctions
Calculates the median for a list of doubles.
medianFilter(List<Double>, int) - Static method in class be.hogent.tarsos.sampled.pitch.PitchFunctions
Applies an order n one-dimensional median filter to the list to filter.
Menu - Class in be.hogent.tarsos.ui.pitch
 
Menu() - Constructor for class be.hogent.tarsos.ui.pitch.Menu
 
MenuScroller - Class in be.hogent.tarsos.util
A class that provides scrolling capabilities to a long menu dropdown or popup menu.
MenuScroller(JMenu) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a menu with the default number of items to display at a time, and default scrolling interval.
MenuScroller(JPopupMenu) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the default number of items to display at a time, and default scrolling interval.
MenuScroller(JMenu, int) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified number of items to display at a time, and default scrolling interval.
MenuScroller(JPopupMenu, int) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display at a time, and default scrolling interval.
MenuScroller(JMenu, int, int) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified number of items to display at a time, and specified scrolling interval.
MenuScroller(JPopupMenu, int, int) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display at a time, and specified scrolling interval.
MenuScroller(JMenu, int, int, int, int) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a menu with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the menu.
MenuScroller(JPopupMenu, int, int, int, int) - Constructor for class be.hogent.tarsos.util.MenuScroller
Constructs a MenuScroller that scrolls a popup menu with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.
messageDigestFive(String) - Static method in class be.hogent.tarsos.util.StringUtils
Calculates an MD5 hash for a text.
midiCentToHertz(double) - Static method in enum be.hogent.tarsos.sampled.pitch.PitchUnit
Converts a MIDI CENT frequency to a frequency in Hz.
MidiCommon - Class in be.hogent.tarsos.midi
Utility methods for MIDI examples.
MidiCommon.MoreMidiInfo - Class in be.hogent.tarsos.midi
 
MidiCommon.MoreMidiInfo(MidiDevice.Info, boolean, boolean) - Constructor for class be.hogent.tarsos.midi.MidiCommon.MoreMidiInfo
 
midiKeyToHertz(int) - Static method in enum be.hogent.tarsos.sampled.pitch.PitchUnit
Calculates the frequency (Hz) for a MIDI key.
MidiSequenceBuilder - Class in be.hogent.tarsos.midi
Utility class to generate a sequence of MIDI events.
MidiSequenceBuilder() - Constructor for class be.hogent.tarsos.midi.MidiSequenceBuilder
 
MidiToWav - Class in be.hogent.tarsos.cli
 
MidiToWav() - Constructor for class be.hogent.tarsos.cli.MidiToWav
 
MidiToWav - Class in be.hogent.tarsos.ui
 
MidiToWav() - Constructor for class be.hogent.tarsos.ui.MidiToWav
 
MidiToWavRenderer - Class in be.hogent.tarsos.midi
Uses a modified version of a file of the JFugue API for Music Programming.
MidiToWavRenderer() - Constructor for class be.hogent.tarsos.midi.MidiToWavRenderer
 
MidiUtils - Class in be.hogent.tarsos.midi
MidiUtils provides a lot of MIDI messages.
MidiUtils.DestinationSettings - Class in be.hogent.tarsos.midi
 
MidiUtils.DeviceControl - Class in be.hogent.tarsos.midi
 
MidiUtils.DeviceControl.ChorusEffect - Class in be.hogent.tarsos.midi
 
MidiUtils.DeviceControl.ReverbEffect - Class in be.hogent.tarsos.midi
 
MidiUtils.GeneralMidiMessages - Class in be.hogent.tarsos.midi
 
MidiUtils.KeyBasedInstrumentControl - Class in be.hogent.tarsos.midi
 
MidiUtils.MidiTuningStandard - Class in be.hogent.tarsos.midi
See: the MIDI Tuning Messages specification.
MIME_TYPE - Static variable in class be.hogent.tarsos.util.FileDrop.TransferableObject
The MIME type for FileDrop.TransferableObject.DATA_FLAVOR is application/x-net.iharder.dnd.TransferableObject.
minExtent - Variable in class be.hogent.tarsos.util.JRangeSlider
 
mkdirs(String) - Static method in class be.hogent.tarsos.util.FileUtils
Creates a directory and parent directories if needed.
model - Variable in class be.hogent.tarsos.util.JRangeSlider
 
modulus(float[], int) - Method in class be.hogent.tarsos.util.FFT
Returns the modulus of the element at index bufferCount.
modulus(float[], float[]) - Method in class be.hogent.tarsos.util.FFT
Calculates the the modulus for each element in data and stores the result in amplitudes.
mostEnergyRichOctaves(int) - Method in class be.hogent.tarsos.util.histogram.PitchHistogram
 
mostEnergyRitchOctave() - Method in class be.hogent.tarsos.util.histogram.PitchHistogram
 
mouseClicked(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
mouseDragged(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
mouseEntered(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
mouseExited(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
mouseMoved(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
mousePressed(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
mouseReleased(MouseEvent) - Method in class be.hogent.tarsos.util.JRangeSlider
 
multiply(double) - Method in class be.hogent.tarsos.util.histogram.Histogram
Multiplies each class (bin) count with a factor.

A B C D E F G H I J K L M N O P R S T U V W X Y