Skip to content

Commit

Permalink
GLUI: VoiceSource is now called FormantCorrection
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed May 30, 2024
1 parent 73c17f3 commit 58b1d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glui/smmorphwavsourceview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ MorphWavSourceView::update_visible()
bool custom_position = (prop_play_mode->get() == MorphWavSource::PLAY_MODE_CUSTOM_POSITION);
pv_position->set_visible (custom_position);

bool resynth = (prop_formant_correct->get() == MorphWavSource::FORMANT_RESYNTH);
bool resynth = (prop_formant_correct->get() == FormantCorrection::MODE_HARMONIC_RESYNTHESIS);
pv_fuzzy_resynth->set_visible (resynth);

op_layout.activate();
Expand Down

0 comments on commit 58b1d66

Please sign in to comment.