feat: adicionar utilitário de diagnóstico de Pitch e melhorias no pro… #21
Annotations
10 warnings
build:
Fulcrum/MainWindow.xaml.cs#L239
Converting null literal or possible null value to non-nullable type.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_combBuffers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_combLengths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_combPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_combFeedback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_lpfValues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_lpfCoeffs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_allpassBuffers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_allpassLengths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Fulcrum/Bu/SimpleReverbProvider.cs#L63
Non-nullable field '_allpassPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|