@Lindon Funny, I did update the entire site all at once after years of inactivity, which must have tripped their heuristic for what it looks like when a site gets compromised. I emailed their support but I'm not hopeful.

Posts
-
RE: My HISE choir
-
My HISE choir
I finally released Poeesia, this choir instrument I've been working on for years.
It sings a poem in Estonian, has a bunch of fun Estonian vowels like Ü Ä and Õ, and polyphonic legato, all of which combined made it totally impossible to build in Kontakt. Thanks to Christoph for making this possible, and thanks to all you fine forum folk for the help!
I removed all the swear words from the repo but there there's still lots of spaghetti, so don't look too closely please: https://codeberg.org/IvyAudio
If anyone wants a copy just send me a DM :)
-
RE: Adding Console on Compiled Plugin For Debugging
@Lindon Does the profiler print custom messages to an external file that I can optionally ask the user to enable and send to me if they have a strange behavior in a particular DAW?
-
RE: Adding Console on Compiled Plugin For Debugging
Poked around in the source code, haven't figured out where the log is created, nor whether or how I can print messages to it. As the fileLogger is already set up I'll stick with that.
-
RE: Adding Console on Compiled Plugin For Debugging
Yes I found it, but I have yet to figure out what it does or how it works.
-
RE: Adding Console on Compiled Plugin For Debugging
@d-healey ........ I had no idea, you learn something new every day!
-
RE: Adding Console on Compiled Plugin For Debugging
@Christoph-Hart I'm considering leaving this in a finished plugin, and toggling it with a debug switch in the UI settings, so I can instruct users to send me debug logs if need be. Your warning is only about extra memory usage but the all caps CAUTION is a little scary, do you anticipate anything catastrophic happening if I do?
-
RE: AU Plug-in not showing up
Super mega necro pro-tip:
auval
doesn't show the full list when run over ssh!! You have to be sitting in front of the machine or over remote desktop. -
RE: Audio stops playing while mics are being purged.
@Christoph-Hart I understand it's probably a pain to implement, but in Kontakt you can load or unload samples and it doesn't stop playback, so it is a small deviation from what people are used to.
-
RE: Audio stops playing while mics are being purged.
@Christoph-Hart I have a close/far slider, it would be cool if it could automatically purge the silent mic when at either extreme and load it again when the slider is moved away from the extreme, but this behavior makes that impossible.
-
RE: Sample Installer Script Issues with WhiteBox Packages
@Christoph-Hart
It's a race between him and grumpy customers.
-
RE: Sample Installer Script Issues with WhiteBox Packages
Weeeell if Casey confirms before I release this thing, we'll know, otherwise I expect I'll find out soon enough from a grumpy customer email.
-
RE: MacOS plugin won't accept samples folder
@Simon Cleaned build directory, re-compiled, seems fine now.
-
RE: Sample Installer Script Issues with WhiteBox Packages
@Christoph-Hart Oh I see what you mean, wouldn't that be expected though? A non-sudoer account should be unable to install most software.
The installer prompts for sudo, presumably to install to /Library. To me it sounded like Casey would run into installs where the user has sudo, enters their password in the installer, but the file still isn't created.
-
MacOS plugin won't accept samples folder
Posting in case I find the solution later.
Project that used to work fine a few months ago on MacOS now won't find the samples folder when compiled. It shows the dialog in the plugin, LinkOSX is created with the correct path, but the dialog and blurred interface do not go away.
Works on Linux.
-
RE: HISE Meet Up
@d-healey My FOSSy convictions drive me to figure out the nextcloud recording backend, which is probably gonna be the most reliable zoom replacement. Sorry for the audio :)
-
RE: Sample Installer Script Issues with WhiteBox Packages
@Simon I just tested this on two macs and it worked fine. If I just don't test on too many more macs, I can pretend it has a 100% success rate
-
RE: Sample Installer Script Issues with WhiteBox Packages
Yeah I would assume some permissions thing, but the 99% of the time thing is worrying...
-
RE: Sample Installer Script Issues with WhiteBox Packages
@Casey-Kolb Did you ever figure out what was causing the issue?