How do I copy components from one instance of HISE to another?
-
I have two projects open:
One with a plugin I am currently making and one with a "building blocks" template which has a bunch of pre-made components to use in other projects.
I copied the code from onInit that I needed, but how do I copy the components to retain the same property settings? I would like to import the specific panels, buttons sliders etc. -
Click on the component in the widget list. Then press
J
. This will open up the JSON view, where you can copy the property settings. -
@d-healey
Thanks :)And where do I copy that to in the new project?
-
@VirtualVirgin select the components you want to paste the json to and press j. Then paste it
-
Oh this is great!
I copied a panel with a bunch of components on it and they all copy in one go :)