Browse Source

Correct RackUI::addNumEntry, fScale must be resetted.

pull/44/head
Stephane Letz 4 years ago
parent
commit
3c8aa949e3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/FaustEngine.cpp

+ 1
- 0
src/FaustEngine.cpp View File

@@ -148,6 +148,7 @@ struct RackUI : public GenericUI
fUpdateFunIn.push_back([=] (ProcessBlock* block) { converter->update(block->knobs[index-1]); });
fConverters.push_back(converter);
}
fScale = "lin";
}
void addBarGraph(FAUSTFLOAT* zone)


Loading…
Cancel
Save