You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in prosodyShs.conf there's a mismatch between the output of component [scale:cSpecScale] and the inputFieldSearch of the component [shs:cPitchShs]. The former outputs Mag_octScale since scale=octave, see here
The latter searches for inputFieldSearch = Mag_logScale, see here
According to the log file it more or less accidentally seems to find the correct input:
(WRN) [4] instance 'shs': Requested input field matching pattern '*Mag_logScale*' not found, check your config! Defaulting to use first field. Available fields:
Field name & dimension:
pcm_fftMag_octScale 513
However, it would be safer to update at some point [shs:cPitchShs] accordingly, i.e. set inputFieldSearch = Mag_octScale
Thanks and cheers!
Uwe
The text was updated successfully, but these errors were encountered:
Dear Developers,
in
prosodyShs.conf
there's a mismatch between the output of component[scale:cSpecScale]
and theinputFieldSearch
of the component[shs:cPitchShs]
. The former outputsMag_octScale
sincescale=octave
, see hereThe latter searches for
inputFieldSearch = Mag_logScale
, see hereAccording to the log file it more or less accidentally seems to find the correct input:
However, it would be safer to update at some point
[shs:cPitchShs]
accordingly, i.e. setinputFieldSearch = Mag_octScale
Thanks and cheers!
Uwe
The text was updated successfully, but these errors were encountered: