| 839 | } |
| 840 | |
| 841 | void CtrlrPanel::generateCustomData() |
| 842 | { |
| 843 | if (panelTree.getChildWithName (Ids::panelCustomData).isValid()) |
| 844 | { |
| 845 | panelTree.removeChild (panelTree.getChildWithName(Ids::panelCustomData), nullptr); |
| 846 | } |
| 847 | |
| 848 | panelTree.addChild (getCustomData(), -1, nullptr); |
| 849 | } |
| 850 | |
| 851 | void CtrlrPanel::setCustomData (const ValueTree &customData) |
| 852 | { |