C++ Node not appearing
- 
 This is regarding 3rd party C++ nodes.  I created a new 3rd party C++ node, and it works fine. You can see here it's called Dist1. My issue is that when I go to create an additional node using the "create C++ third party node template" tool, the following nodes I create do not appear inside HISE at all. 
 As you can see they are not appearing in the list.What am I doing wrong? Dsp Networks > ThirdParty  node_properties.json  
- 
 G griffinboy marked this topic as a question on G griffinboy marked this topic as a question on
- 
 G griffinboy has marked this topic as solved on G griffinboy has marked this topic as solved on
- 
 @griffinboy 
 I solved it.
 The solution is simply to compile the nodes as .dll and then they appear.Do this from inside HISE. Go to: 
 Export > Compile DSP networks as dll