I'm making progress and finding new issues
-
Hi everyone,
I’ve been building a plugin using NAM files and have successfully gotten them working inside HISE after watching a lot of David’s videos and doing quite a bit of reading. Within HISE, the plugin sounds correct and behaves as expected, matching the amp profile.
However, once I load the compiled plugin into a DAW, I’m not getting any sound at all. I’ve read that hard-coded master effects are required in this case, and I’ve implemented those, but the issue persists.
One additional complication I’m running into is during the build process. When I drag batchCompileOSX.sh into Terminal, the build fails unless I first run the following command:
rm -rf ~/Library/Developer/Xcode/DerivedData/
After clearing the DerivedData folder, the build completes successfully. I’m not sure whether this is related to the plugin producing no audio in a DAW, or if it’s a separate issue and I should continue troubleshooting elsewhere.
I’ve included the error message below for reference. Any insight into whether this build behavior could affect runtime audio, or suggestions on what to check next, would be greatly appreciated.
Thanks in advance for your help.
️ Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: unable to attach DB: error: accessing build database "/Users/me/Documents/HISE Projects/dont crash/DspNetworks/Binaries/Builds/MacOSX/build/XCBuildData/build.db": database is locked Possibly there are two concurrent builds running in the same filesystem location.
** BUILD FAILED ** -
I’ve completely cleared all relevant directories and rebuilt HISE from scratch, but the issue still persists. At this point, I’m wondering whether this could be related to a version mismatch of some sort with my OS. very frustrating been pulling my hair out the past day and a half.Some thing that is confusing me is even though i get the message that the build failed, it still produces a working file in the dll directory that loads perfectly as a hard coded master fx in hise. plugins with hardcoded fx always crash the daw how ever, i think it 100% has to do with the lib file.