@alexey_inlay congrats! Which server is this system using in the background? AWS elastic?
Posts
-
RE: Inlay — licensing, activation and update delivery for HISE pluginsposted in General Questions
-
RE: Sample Rate changesposted in General Questions
By the way,
attachToProcessingSpecsbroadcaster also seems to get buffer size! -
RE: Sample Rate changesposted in General Questions
@David-Healey There doesn't seem to be anything related to sample rate in Transport Handler :(
-
Sample Rate changesposted in General Questions
Is there a function that can automatically run when the DAW's sampling rate changes? Or how can we achieve this?
-
RE: NAM Model switching logicposted in General Questions
@pratitghosh said in NAM Model switching logic:
@resonant Also what's Aida x?
It’s a cpu friendly alternative to nam. Not sure if it is more accurate than nam but it is pretty good. It works in Hise too.
-
RE: NAM Model switching logicposted in General Questions
@pratitghosh yes documentation will be helpful.
Are you using Nam or Aida x? Nam is very cpu extensive in stereo processing. How do you prevent this?
Also can you embed models as json scripts intı the plugin, or external files? -
RE: NAM Model switching logicposted in General Questions
@pratitghosh I think you can use timer node to make a gain node to mute then back to 0 dB to make a smoother transition. This time there will be brief silence every time the knob is tweaked.
-
RE: NAM Model switching logicposted in General Questions
@pratitghosh you can just use bypass nodes for each model. And these modes will be connected to a xfader node, so it will switch between models
Edit: 100 models are pretty huge, maybe multiple xfader nodes, each one will switch 8 models
-
RE: Guide for Training on the RTNeuralposted in General Questions
@ccbl Thanks for the tip. So like @David-Healey says, it is impossible to convert files each other.
-
RE: NeuralNetwork.loadNAMModel() functional?posted in General Questions
@iamlamprey I've already tried this, the project freezes while loading.
-
RE: NeuralNetwork.loadNAMModel() functional?posted in General Questions
NAM files cannot be embedded, which is a major problem. Hopefully, the neural node issues will be resolved as soon as possible.
-
RE: Guide for Training on the RTNeuralposted in General Questions
@David-Healey said in Guide for Training on the RTNeural:
@resonant said in Guide for Training on the RTNeural:
Is it possible to convert nam models to Aida-x models?
ChatGPT says no
Google says yes :)
https://github.com/baptistejamin/nam-to-rtneural
But I think RTNeural must be installed first:
https://github.com/jatinchowdhury18/RTNeural -
RE: Guide for Training on the RTNeuralposted in General Questions
@griffinboy Thanks for the info.
Another one, Is it possible to convert nam models to Aida-x models?
-
Guide for Training on the RTNeuralposted in General Questions
Has anyone installed RTNeural on their computer and used it for training? I haven't been able to find a beginner's guide for it.
-
RE: NeuralNetwork.loadNAMModel() functional?posted in General Questions
@iamlamprey Have you solved this?
-
RE: Neural node bug on HardocdedFX as embeddedposted in Bug Reports
@HISEnberg I recompiled the dll so many times. Also deleted the HardcodedFX and loaded again. No luck.
-
RE: Neural node bug on HardocdedFX as embeddedposted in Bug Reports
@Christoph-Hart said in Neural node bug on HardocdedFX as embedded:
@resonant fixed now. The problem was that it tried to load the network in the hardcoded FX before the first script compilation so it couldn't find it and there was an uncatched exception.
Now it prints this order of events to the console, so when you load your project you'll see something like:
Main Interface: Can't find network with hash 1234 Main Interface: Initialised network with hash 1234 (NetworkId)So if you read that everything's fine.
A friendly bump. Same issue persists.
I believe same thing happens on the Global Cables node too. -
RE: Packaging Plugins and Apps Workshops Now Availableposted in General Questions
@David-Healey Yes license activation might be slightly different for everyone. But although some things are different, the basics are the same:
-
Logging into a Woocommerce account (JWT Auth..etc.)
-
Listing purchased products (My Products)
-
Pulling and presenting the product list from the Woocommerce store (All Products) with product image and description
-
Installing/uninstalling/updating products
-
Even License activations (with the Woocommerce Licensing plugin you use, your way). If the user has different API endpoint links, he can change the links.
If you can do this properly, you can sell lots of licenses to the developers and every developer need this.

-
-
RE: Packaging Plugins and Apps Workshops Now Availableposted in General Questions
@David-Healey said in Packaging Plugins and Apps Workshops Now Available:
@resonant Most of that would be server side and would be very specific. I've already made a video about downloaders though.
https://youtu.be/ZLmCceU7QSs
https://youtu.be/mqGsqJoBxiQI just remembered I also posted a video on Patreon discussing how Rhapsody connects to a server and manages downloads. That might be useful for you.
That's useful thanks.
Wouldn't it be possible to create a total customzable template that developers can easily use?
For users like you who use WooCommerce, a compact downloader/installer/license activator that sends a call to the server via the REST API, provides a list of purchased products, and activates licenses. Even customizable product links would be possible.
It could be sold as a template.