aubio_pitch_mode class abstract

pitch detection output modes

Constructors

aubio_pitch_mode.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

aubio_pitchm_bin → const int
< Frequency bin (0,bufsize)
aubio_pitchm_cent → const int
< Cent
aubio_pitchm_default → const int
< the one used when "default" is asked
aubio_pitchm_freq → const int
< Frequency (Hz)
aubio_pitchm_midi → const int
< MIDI note (0.,127)