Forum
    • Categories
    • Register
    • Login
    1. Home
    2. resonant
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 58
    • Posts 367
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Inlay — licensing, activation and update delivery for HISE plugins

      @alexey_inlay congrats! Which server is this system using in the background? AWS elastic?

      posted in General Questions
      resonantR
      resonant
    • RE: Sample Rate changes

      By the way, attachToProcessingSpecs broadcaster also seems to get buffer size!

      posted in General Questions
      resonantR
      resonant
    • RE: Sample Rate changes

      @ustk This is it, I will try this thanks!

      posted in General Questions
      resonantR
      resonant
    • RE: Sample Rate changes

      @David-Healey There doesn't seem to be anything related to sample rate in Transport Handler :(

      posted in General Questions
      resonantR
      resonant
    • Sample Rate changes

      Is there a function that can automatically run when the DAW's sampling rate changes? Or how can we achieve this?

      posted in General Questions
      resonantR
      resonant
    • RE: NAM Model switching logic

      @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.

      https://mod.audio/aida-x-colab-training-guide/

      posted in General Questions
      resonantR
      resonant
    • RE: NAM Model switching logic

      @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?

      posted in General Questions
      resonantR
      resonant
    • RE: NAM Model switching logic

      @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.

      posted in General Questions
      resonantR
      resonant
    • RE: NAM Model switching logic

      @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

      posted in General Questions
      resonantR
      resonant
    • RE: Guide for Training on the RTNeural

      @ccbl Thanks for the tip. So like @David-Healey says, it is impossible to convert files each other.

      posted in General Questions
      resonantR
      resonant
    • RE: NeuralNetwork.loadNAMModel() functional?

      @iamlamprey I've already tried this, the project freezes while loading.

      posted in General Questions
      resonantR
      resonant
    • RE: NeuralNetwork.loadNAMModel() functional?

      NAM files cannot be embedded, which is a major problem. Hopefully, the neural node issues will be resolved as soon as possible.

      posted in General Questions
      resonantR
      resonant
    • RE: Guide for Training on the RTNeural

      @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

      posted in General Questions
      resonantR
      resonant
    • RE: Guide for Training on the RTNeural

      @griffinboy Thanks for the info.

      Another one, Is it possible to convert nam models to Aida-x models?

      posted in General Questions
      resonantR
      resonant
    • Guide for Training on the RTNeural

      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.

      posted in General Questions
      resonantR
      resonant
    • RE: NeuralNetwork.loadNAMModel() functional?

      @iamlamprey Have you solved this?

      posted in General Questions
      resonantR
      resonant
    • RE: Neural node bug on HardocdedFX as embedded

      @HISEnberg I recompiled the dll so many times. Also deleted the HardcodedFX and loaded again. No luck.

      posted in Bug Reports
      resonantR
      resonant
    • RE: Neural node bug on HardocdedFX as embedded

      @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.

      posted in Bug Reports
      resonantR
      resonant
    • RE: Packaging Plugins and Apps Workshops Now Available

      @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.

      alt text

      posted in General Questions
      resonantR
      resonant
    • RE: Packaging Plugins and Apps Workshops Now Available

      @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/mqGsqJoBxiQ

      I 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.

      https://www.patreon.com/posts/how-rhapsody-to-122636217

      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.

      posted in General Questions
      resonantR
      resonant