| 526 | } |
| 527 | |
| 528 | void FilterComponent::forceValueTreeOntoComponents(ValueTree p_tree, int p_index) { |
| 529 | m_comb_plus_minus.setValue(m_value_tree.state.getChildWithName("misc")[(Identifier)("fil" + m_filter_number + "_comb_polarity")]); |
| 530 | |
| 531 | m_vowel_left.setValue(m_value_tree.state.getChildWithName("misc")[m_vowel_left_identifier]); |
| 532 | m_vowel_right.setValue(m_value_tree.state.getChildWithName("misc")[m_vowel_right_identifier]); |
| 533 | } |
| 534 | |
| 535 | void FilterComponent::resized() { |
| 536 | GET_LOCAL_AREA(m_vowel1_label, "FilVowel1Label"); |