Skip to content

Commit eda2ca7

Browse files
committed
pitch: reference to nopitch = -999 in midi
1 parent ae01c6b commit eda2ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/BufPitch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ see-also: Pitch, BufLoudness, BufMelBands, BufMFCC, BufSpectralShape, BufStats
1313
description: |
1414
Implements three pitch descriptors, computed as frequency and the confidence in its value.
1515
discussion: |
16-
The process will return a multichannel buffer with two channels per input channel, one for pitch and one for the pitch tracking confidence. A pitch of 0 is yield when the algorithm cannot find a fundamental at all. Each sample represents a value, which is every hopSize. Its sampling rate is sourceSR / hopSize.
16+
The process will return a multichannel buffer with two channels per input channel, one for pitch and one for the pitch tracking confidence. A pitch of 0 Hz is yield (or -999.0 when the unit is in MIDI note) when the algorithm cannot find a fundamental at all. Each sample represents a value, which is every hopSize. Its sampling rate is sourceSR / hopSize.
1717
process: This is the method that calls for the pitch descriptor to be calculated on a given source buffer.
1818
parameters:
1919
server:

doc/Pitch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sc-categories: Libraries>FluidDecomposition
1111
sc-related: Guides/FluCoMa, Guides/FluidDecomposition, Classes/Pitch
1212
see-also: BufPitch, MFCC, MelBands, Loudness, SpectralShape
1313
description: Three popular pitch descriptors, computed as frequency and the confidence in its value.
14-
discussion: The process will return a multichannel control steam with [pitch, confidence] values, which will be repeated if no change happens within the algorithm, i.e. when the hopSize is larger than the server's kr period. A pitch of 0 is yield when the algorithm cannot find a fundamental at all.
14+
discussion: The process will return a multichannel control steam with [pitch, confidence] values, which will be repeated if no change happens within the algorithm, i.e. when the hopSize is larger than the server's kr period. A pitch of 0 Hz is yield (or -999.0 when the unit is in MIDI note) when the algorithm cannot find a fundamental at all.
1515
process: The audio rate in, control rate out version of the object.
1616
parameters:
1717
in:

0 commit comments

Comments
 (0)