Plugin not working in DAW
-
@d-healey sorry i had to go do something, it's uploading now
-
@d-healey well the upload has 2 and a half hours left, sooo…
-
@imakebeats Cancel it. Remove the binaries folder and any other folders with lots of data that isn't needed to open the project.
-
@d-healey Sorry I was gone again, here: https://drive.google.com/file/d/1Hr9feUNjvzASFi85PJXKiIliWu7LGsMN/view?usp=drive_link
-
@imakebeats Which xml file should I be loading?
-
@d-healey just plugin, the other ones were me testing to see if removing stuff would fix it
-
None of your XMLs will even open for me, HISE just crashes. I'll see if I can figure out why.
-
Ah ok, it was because you'd saved it with an embedded sample map. I can open the project now. I'll try exporting it.
-
@d-healey Oh whoops, didn't mean to do that
-
@imakebeats I compiled your project and it works here. So seems like something is going wrong with your compilation.
Are you using Visual Studio 2022?
Do you do anything special when you export?
How many copies of the HISE source code are on your system? -
@d-healey I'm using VS 2022, nothing special, everything is right in the export wizard. I only have the one installation that I just recompiled today :/
-
@imakebeats said in Plugin not working in DAW:
I only have the one installation that I just recompiled today :/
And no other copies of the source code from other branches?
-
@d-healey nope
-
@imakebeats Try removing the embedded sample map and recompiling as standalone - clean the build folder before recompiling.
-
@d-healey How do I remove the embedded sample map?
-
@imakebeats Clear the sample map in the sampler and resave the xml. To be completely sure you can open the xml in a text editor and see if the samples are referenced there - that's what I had to do since I couldn't load the xml.
-
@d-healey wait I don't really get it, I don't see where to clear the sample map? Just delete the xml file for it?
-
@imakebeats In the mapping editor, right click and select new sample map
-
@d-healey
Ahh it worked, it was the samplemap. What should I do then though because I don't have the samples now -
@imakebeats Load in the sample map from the drop down, so it's loading from the sample map file and not embedded in the project's xml - at least I think that's the case... I always load dynamically via scripting so I'm not sure.