Loris Install / HISE App Data Directory?
-
I'm trying to install loris but the docs just say to install it in the expected location? or the HISE "app data" directory? I can't find this directory anywhere and when I downloaded the Loris project from Github I see that there is a folder called "loris_library" ... is that what I'm looking for? The docs mention a DLL file, but I don't see that either. Can anyone help me to install Loris on Mac?
-
@ElectroBlue I'm just trying to figure out how to use the Wavetable Synthesizer in HISE. It says that I need .hwt files in for it to work and that I can convert my sample map into that format, but the converter says that I need Loris installed in order to do that. And then something about .hwt files not getting embedded in your final binary? This is super confusing. Is there an easier way to make use of the Wavetable Synth? Like one that supports standard wave tables?
-
I struggled a bit with this at first too. The data directory doesn't exist until you enable Loris in preferences.
- Enable Loris in preferences
- Quit HISE
- Dowload the library here.
- Copy loris_library_release.dylib to /Users/USERNAME/Library/Application Support/HISE/loris_library/
Now when you restart HISE the wavetable converter should load. I haven't done much with wavetables in HISE myself, but the new Loris method looks a lot more user friendly, YMMV.
-
@modularsamples hey so is this only compatible with mac?
-
@Adam_G No it works on all OS (the app data location is different depending on the system).
-
@d-healey ty David, i just saw the post from Christoph that he precompiled mac & pc versions.
-
@modularsamples thank you so much! This is really helpful info! I’ll try doing that today!
-
@modularsamples Any ideas around Loris files not getting embedded into the final binary? Is there a workaround for this as well?
-
@ElectroBlue said in Loris Install / HISE App Data Directory?:
@modularsamples Any ideas around Loris files not getting embedded into the final binary? Is there a workaround for this as well?
Loris isnt used by the products you build - its there to help you build sounds/wavetable files
-
@ElectroBlue You need to use a preprocessor definition. Be aware that you can only include loris in GPL projects.