Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/055dbed658b81a49cc47daf67362a91b71471b0d?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

removing unused variable

pull/495/head
Vincent 2 years ago
parent e0f2ed9f25
commit 055dbed658
  1. 1
      src/fx_components.cpp

@ -100,7 +100,6 @@ void FastLFO::updateCoefficient()
void FastLFO::reset() void FastLFO::reset()
{ {
static const float32_t epsi = 2e-7;
static const float32_t epsilon = 1e-3; static const float32_t epsilon = 1e-3;
this->sub_increment_ = 0.0f; this->sub_increment_ = 0.0f;

Loading…
Cancel
Save