I'm sure you guys know the situation... creating software for different platforms requires multiple computers. Not only do you need a Mac and PC, but you need multiple versions to test different operating systems and software updates. A few years back, I got tired of switching between multiple computers to get the job done, so I created triple boot PC/Hack/Linux machine. It works well. No complaints. Then I decided to upgrade my GPU to an RTX3090 for faster 3D rendering. It's quite a beast! The issue is MacOS does not work with Nvidia chips, so every time I wanted to boot up macos, I had to unplug my GPU. I also started to get annoyed by not being able to use multiple OS at one time. Powering down MacOS to use Windows can quickly get old.
Since I'm relying heavily on virtualization to run my mini datacenter, I took a shot at creating a virtualized workstation. The result?

One computer that simultaneously runs Monterey, BigSur, Win10, Win11, Linux desktop and Ubuntu server!
I'm still in the testing stages, but it's working wonderfully. I've successfully exported plugins from HISE on each platform.
The system is running on Proxmox. Not to be confused with things like VirtualBox or Parallels (which are type 2 hypervisors that run on top of an existing OS), Proxmox is a type 1 hypervisor. That means that your computer's actual hardware is divided up and given to each virtual machine.
Since the allocation of hardware is sectioned off and given to a Virtual Machine, that means you need a computer with a bit of horsepower to use multiple operating systems at the same time, but you may already have what you need. Or worst case, You only run 1 OS at a time with full resources.
By using some utilities like VirtualHere (share usb over ethernet) and Barriers (use one mouse/keyboard to control multiple computers) I'm able to use one set of hardware resources (usb sound card, dongles, etc) and share them with each computer. Each system sees the devices as if they are actually attached to the computer. No layer in between. The only downfall is since it's "directly attached", you can't share your sound card with multiple machines simultaneously.... I'm mean, that sounds like a nightmare anyway! hahahh
Right now, the Mac virtual machines feel like they have a little bit of lag, so I'm going to have to install a GPU for those machines to use.
If you guys are interested, I can post some details on building a machine like this.
Best posts made by Dan Korneff
-
The ultimate multi-platform workstationposted in General Questions
-
RE: vu meterposted in General Questions
It looks like you're trying to hook up a gain reduction meter to a dynamics module.
here ya go! in 13 easy steps
I'm using "right click" auto complete as much as possible.#1 - Add Dynamics module

#2 - Create a reference to the module

#3 - Create a slider and add reference

#4 - create a timer

#5 - Create function for timer

#6 - create variable to hold a reference of gain reduction

#7 - convert reduction to dB

#8 - set value of slider to gain reduction

#9 - set slider mode to decibel

#10 - Start Timer

#11 - test that reduction meter is working

#12 - set slider image to your strip

#13 - test that strip is working

-
RE: The definitive feature request & bug fix roadmapposted in Feature Requests
I would love to have SideChain inputs available in the bus routing.
https://docs.juce.com/master/tutorial_audio_bus_layouts.html
-
RE: Linking parameters to SNEXposted in General Questions
Finally had a second to make a quick video. I apologize for the poor quality and zero planning... but you get the idea
-
RE: Still getting heap space problemsposted in General Questions
I just ran into this when opening older projects on my new rig. Images and binary are way below 50mb.
Did a little searching and found that this may happen if Visual Studio doesn't use the 64 bit toolset. I think it's some kind of global change between VS2017 and 2019.
Manually setting the architecture in Environmental Variables fixed the problem for me.
https://phoenixnap.com/kb/windows-set-environment-variable
Latest posts made by Dan Korneff
-
RE: Taking my Mailing list seriously, so a first question....posted in General Questions
@dannytaurus said in Taking my Mailing list seriously, so a first question....:
What are everyone's feelings on how many emails to send per week/month?
I think frequency matters way less than intent and value. As long as the email is useful or interesting, you can send a lot. Plenty of companies send emails every day because… it works. But spammy “BUY NOW / 50% OFF / LAST CHANCE” emails every other day is a good way to make people lose interest.
Our weekly “New Monday” blog gets great engagement because it’s not a sales pitch. Luke does a great job at giving you a new perspective on how to think about sound.
https://korneffaudio.com/blog/
Most of our email automation revolves around how to get the most out of a new product. Give them tips and tricks, as well as real life uses. We'll occasionally throw in an upsell, but those are secondary.
In our marketing meetings, we always ask ourselves "would I open this email?". Most of the time people unsubscribe because the email stopped being worth their time. -
RE: Taking my Mailing list seriously, so a first question....posted in General Questions
I'm using the same as @David-Healey FluentCRM and Amazon SES
-
RE: user password containing "posted in Scripting
I can't seem to make this repo public for some reason, but here's the download link:
https://dankorneff.com/wp-update-server/packages/korneff-jwt-auth.zip -
RE: user password containing "posted in Scripting
@David-Healey they didn't seem interested, so I'm maintaining my own fork. Maybe you can strip the update from my repo and make a PR?
-
RE: user password containing "posted in Scripting
@ustk I ended up fixing the issue in the JWT wordpress plugin.
I was having issues with special characters as well -
RE: Making a counterposted in General Questions
I'm using Activity Watch to track time on an app.
ActivityWatch - Open-source time tracker https://share.google/Edb7SuzvFWQrHf5ZRMaybe you can borrow some code
-
RE: Server.downloadFile with signed Amazon S3 URLposted in General Questions
@bendurso I can't quite remember. Reading the post it seems to be related to how my webserver was redirecting the traffic. I'll take a look in the AM to see where I left off
-
RE: Linux vs ThirdParty Nodesposted in General Questions
@d-healey Exported plugins store their data (presets, documentation, etc.. ) in .config within the Company subfolder. Just like the structure on MacOS and Win. I just don't understand why it would be different for Linux.
-
RE: Linux vs ThirdParty Nodesposted in General Questions
@d-healey said in Linux vs ThirdParty Nodes:
If you delete the one in your .config folder I don't think it will change anything.
Is there any reason that HISE creates an additional folder .hise in the first place?
If AppData = ~/Application Support = .config, and HISE stores its program junk in AppData (Win) and ~/Application Support (MacOS), why doesn't it use .config on Linux for consistency?



