Browse Source

Correct RackUI::addNumEntry, fScale must be resetted.

faust
Stephane Letz Andrew Belt 4 years ago
parent
commit
35ace73aa8
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