- main(String...) - Static method in class be.tarsos.cli.PitchToMidi
-
- main(String[]) - Static method in class be.tarsos.cli.PlayAlong
-
- main(String...) - Static method in class be.tarsos.Tarsos
-
Starts Tarsos.
- main(String...) - Static method in class be.tarsos.ui.util.ProgressDialog
-
- main(String...) - Static method in class be.tarsos.ui.virtualkeyboard.PianoTestFrame
-
- main(String[]) - Static method in class be.tarsos.VisFrame
-
- makeConfigurationPanel() - Method in class be.tarsos.ui.TarsosFrame
-
- makeDropTarget(PrintStream, Component, boolean) - Method in class be.tarsos.util.FileDrop
-
- map(int) - Method in class be.tarsos.util.KernelDensityEstimate
-
Map the kernel density estimate to another size.
- max(Histogram) - Method in class be.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.tarsos.util.KernelDensityEstimate
-
Takes the maximum of the value in the accumulator for two kde's.
- MAX_PROBABILITY - Static variable in class be.tarsos.sampled.pitch.AnnotationSelection
-
- mean(List<Histogram>) - Static method in class be.tarsos.util.histogram.Histogram
-
Calculates a histogram mean of a list of histograms.
- median(List<Double>) - Static method in class be.tarsos.sampled.pitch.PitchFunctions
-
Calculates the median for a list of doubles.
- median(double[]) - Static method in class be.tarsos.util.KernelDensityEstimate
-
- medianFilter(List<Double>, int) - Static method in class be.tarsos.sampled.pitch.PitchFunctions
-
Applies an order n one-dimensional median filter to the list to filter.
- Menu - Class in be.tarsos.ui.pitch
-
- Menu(boolean) - Constructor for class be.tarsos.ui.pitch.Menu
-
- MenuScroller - Class in be.tarsos.util
-
A class that provides scrolling capabilities to a long menu dropdown or
popup menu.
- MenuScroller(JMenu) - Constructor for class be.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.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.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.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.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.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.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.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.tarsos.util.StringUtils
-
Calculates an MD5 hash for a text.
- midiCentToHertz(double) - Static method in enum be.tarsos.sampled.pitch.PitchUnit
-
Converts a MIDI CENT frequency to a frequency in Hz.
- MidiCommon - Class in be.tarsos.midi
-
Utility methods for MIDI examples.
- MidiCommon.MoreMidiInfo - Class in be.tarsos.midi
-
- midiKeyToHertz(int) - Static method in enum be.tarsos.sampled.pitch.PitchUnit
-
Calculates the frequency (Hz) for a MIDI key.
- MidiSequenceBuilder - Class in be.tarsos.midi
-
Utility class to generate a sequence of MIDI events.
- MidiSequenceBuilder() - Constructor for class be.tarsos.midi.MidiSequenceBuilder
-
- MidiToWav - Class in be.tarsos.cli
-
- MidiToWav() - Constructor for class be.tarsos.cli.MidiToWav
-
- MidiToWavRenderer - Class in be.tarsos.midi
-
Uses a modified version of a file of the
JFugue API for Music
Programming.
- MidiToWavRenderer() - Constructor for class be.tarsos.midi.MidiToWavRenderer
-
- MidiUtils - Class in be.tarsos.midi
-
MidiUtils provides a lot of MIDI messages.
- MidiUtils.DestinationSettings - Class in be.tarsos.midi
-
- MidiUtils.DeviceControl - Class in be.tarsos.midi
-
- MidiUtils.DeviceControl.ChorusEffect - Class in be.tarsos.midi
-
- MidiUtils.DeviceControl.ReverbEffect - Class in be.tarsos.midi
-
- MidiUtils.GeneralMidiMessages - Class in be.tarsos.midi
-
- MidiUtils.KeyBasedInstrumentControl - Class in be.tarsos.midi
-
- MidiUtils.MidiTuningStandard - Class in be.tarsos.midi
-
- MIME_TYPE - Static variable in class be.tarsos.util.FileDrop.TransferableObject
-
- minExtent - Variable in class be.tarsos.util.JRangeSlider
-
- mkdirs(String) - Static method in class be.tarsos.util.FileUtils
-
Creates a directory and parent directories if needed.
- model - Variable in class be.tarsos.util.JRangeSlider
-
- modulus(float[], int) - Method in class be.tarsos.util.FFT
-
Returns the modulus of the element at index bufferCount.
- modulus(float[], float[]) - Method in class be.tarsos.util.FFT
-
Calculates the the modulus for each element in data and stores the result
in amplitudes.
- MoreMidiInfo(MidiDevice.Info, boolean, boolean) - Constructor for class be.tarsos.midi.MidiCommon.MoreMidiInfo
-
- mostEnergyRichOctaves(int) - Method in class be.tarsos.util.histogram.PitchHistogram
-
- mostEnergyRitchOctave() - Method in class be.tarsos.util.histogram.PitchHistogram
-
- mouseClicked(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- mouseDragged(MouseEvent) - Method in class be.tarsos.ui.pitch.ph.ScaleEditor
-
- mouseDragged(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- mouseEntered(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- mouseExited(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- mouseMoved(MouseEvent) - Method in class be.tarsos.ui.pitch.ph.ScaleEditor
-
- mouseMoved(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- mousePressed(MouseEvent) - Method in class be.tarsos.ui.pitch.ph.ScaleEditor
-
- mousePressed(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- mouseReleased(MouseEvent) - Method in class be.tarsos.ui.pitch.ph.ScaleEditor
-
- mouseReleased(MouseEvent) - Method in class be.tarsos.util.JRangeSlider
-
- multiply(double) - Method in class be.tarsos.util.histogram.Histogram
-
Multiplies each class (bin) count with a factor.