@David-Healey Thanks David, I'll give the Virtual Machine a try instead of the cloud instance and see if I can get it to work there. 
Best posts made by shawntarget
-
RE: Looking for help: Need someone to export/compile a HISE project on macOSposted in General Questions
-
RE: Looking for help with an "Always On" feature for my Glide/Portamento.posted in General Questions
Solved. Thanks everyone.
Latest posts made by shawntarget
-
Bar-style frequency analyzer instead of curve?posted in Scripting
Hey,
I’m trying to build a frequency analyzer that shows bars instead of a curve.. like classic spectrum analyzers where each bar represents a frequency range.
I tried using MatrixPeakMeter and wanted to assign a specific frequency range to each band, but I couldn’t find a way to actually define the frequencies per band.
I also tried using separate EQs to isolate bands, but once I process the signal with one EQ, I no longer have access to the full signal for the next bands in the chain.
I assume this probably needs some kind of FFT - band aggregation workflow, but I’m not sure what the correct approach is inside HISE.
Feels like I’m missing something basic here.
Any help would be appreciated

-
RE: Looking for help: Need someone to export/compile a HISE project on macOSposted in General Questions
@David-Healey Thanks David, I'll give the Virtual Machine a try instead of the cloud instance and see if I can get it to work there.

-
Looking for help: Need someone to export/compile a HISE project on macOSposted in General Questions
Hi everyone,
I have a HISE project that was developed on Windows and works perfectly there. I’m trying to get a macOS build, but I’m running into a wall of Xcode errors (mainly uint64_t unknown types and stdint.h Windows-related conflicts) that I can't seem to resolve despite multiple attempts.
My Setup:
HISE: Latest develop branch.
Mac: M1 (Remote/Cloud instance).
Xcode: 14.3.1.The Reason I'm Asking for Help: I am currently using a remote/rented Mac, which makes the entire debugging process extremely slow and difficult due to latency and the high volume of errors I'm facing. Every small change takes forever to test, and it has become a major bottleneck.
What I'm looking for: Instead of fighting with these remote configurations, I’m looking for an experienced macOS user (who already has a working HISE/Xcode setup) who would be willing to help me. I can send you the project folder, and if your environment is already set up, it might just be a quick and clean export for you.
I’ve already tried setting the deployment target to 11.0 and adding JUCE_MAC=1 macros, but the remote environment is making it impossible to troubleshoot further.
Please let me know if anyone is available to help. I would really appreciate it!
-
RE: Looking for help with an "Always On" feature for my Glide/Portamento.posted in General Questions
Solved. Thanks everyone.
-
Looking for help with an "Always On" feature for my Glide/Portamento.posted in General Questions
Hi everyone,
I've been trying to implement an "Always On" glide/portamento feature, but I’ve hit a wall. I followed several previous posts here on the forum, but unfortunately, I haven't been able to get it working. Every time I try to modify the script, it ends up breaking my existing Glide, which currently works fine with a simple On/Off toggle and a Time knob.
I’m at the very end of a large project a hybrid Synth/Sampler. Everything else is functioning perfectly, and it's already sounding great with some amazing presets. This is really the last missing piece of the puzzle.
I’m at a point where I’d be happy to pay someone for their time to help me finalize this specific Glide behavior and get it over the finish line.
Thanks a lot for your help, friends!