sample import demo project
-
I was tyring to see if i could get this demo project to work.
hise_tutorial/CustomSampleImport at master · christophhart/hise_tutorial
The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.
GitHub (github.com)
but i am getting these errors:
CustomImport:! Component with name EditLoop wasn't found.
CustomImport:! Component with name EditRange wasn't found.
CustomImport:! Component with name ShowDropper wasn't found.
CustomImport:! Component with name AudioWaveform1 wasn't found.
CustomImport:! Component with name SampleDropper wasn't found.
CustomImport:! Component with name LoopPanel wasn't found.
CustomImport:! Component with name Reverse wasn't found.I havent ever tried a demo project before,
so maybe something stupid and obvious im missing here? -
@jeffd Did you copy all the folders from the github into the right folders in the new project on your computer?
-
@rglides i thought i did. lol
but thats what i must be missing somehow -
@rglides oh i just saw what i missed now
i missed these folders OldStyleUIData and CustomImportUIData
working now
-
@jeffd check in XmlPresetBackups, I think it's CustomImportData that includes the components. But you could also just try adding them all manually, as long as you have the script and all the includes. The error is really just saying that the panels and knobs and tiles are missing
-
@jeffd haha I just saw this after replying. Ok good yep that's it