Skip to content

Commit

Permalink
Tidying up in SemanticPortamento.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FrithjofVollmer committed Jul 18, 2023
1 parent 758bfda commit d1a2960
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SemanticPortamento.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ SemanticPortamento::SemanticPortamento(float inputSampleRate) :
{ "onsetSensitivityLevel", 8.f },
{ "onsetSensitivityNoiseTimeWindow", 100.f },
{ "onsetSensitivityRawPowerThreshold", 10.f },
{ "sustainBeginThreshold", 150.f },
{ "spectralDropOffsetRatio", 30.f },
{ "glideThresholdPitch", 60.f },
{ "glideThresholdHopMinimum", 3.f },
{ "glideThresholdHopMaximum", 70.f },
Expand All @@ -84,8 +82,6 @@ SemanticPortamento::SemanticPortamento(float inputSampleRate) :
{ "onsetSensitivityLevel", 8.f },
{ "onsetSensitivityNoiseTimeWindow", 100.f },
{ "onsetSensitivityRawPowerThreshold", 15.f },
{ "sustainBeginThreshold", 100.f },
{ "spectralDropOffsetRatio", 20.f },
{ "glideThresholdPitch", 60.f },
{ "glideThresholdHopMinimum", 3.f },
{ "glideThresholdHopMaximum", 70.f },
Expand Down

0 comments on commit d1a2960

Please sign in to comment.