allowDuplicateSamples broken in full expansions
-
It works in HISE, it works in a compiled project, but it doesn't work in a full expansion (Rhapsody).
Here's the test project: monolithReferenceTest.zip
-
I've had a poke around in the HISE source and I realised that there is a
setAllowDuplicateSamples
function for expansions too! - I'm sure I knew about this at some point and it must have fallen out of my brain.So I can do this in Rhapsody and then the setting is enabled for all expansions. Is there any reason you would not want this enabled?
-
@d-healey said in allowDuplicateSamples broken in full expansions:
Is there any reason you would not want this enabled?
Backwards compatibility and encapsulation? What's the default value again?
-
@Christoph-Hart By default it's true, which means it doesn't allow them. I'm currently rebuilding Rhapsody with it set to false, so for all future expansion it will be enabled.
-
-