Skip to content

Commit

Permalink
Fix a +/- confusion on the exp formula in envelopes and typeins
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 19, 2024
1 parent 3baacd6 commit d0ee894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src-ui/app/shared/MenuValueTypein.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ void MenuValueTypein::textEditorReturnKeyPressed(juce::TextEditor &ed)
{
if (s.empty())
{
SCLOG("Empty value - setting to default of "
<< underComp->continuous()->getDefaultValue());
underComp->continuous()->setValueFromGUI(underComp->continuous()->getDefaultValue());
}
else
Expand Down

0 comments on commit d0ee894

Please sign in to comment.