Forum
    • Categories
    • Register
    • Login
    1. Home
    2. JulesV
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 192
    • Groups 0

    JulesV

    @JulesV

    20
    Reputation
    73
    Profile views
    192
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    JulesV Unfollow Follow

    Best posts made by JulesV

    • RE: How/Where do you actually market/sell your plugins?

      I must definitely warn you about resellers, never work with ADSR Sounds!

      From what I have heard from my acquaintances, they have a really bad reputation. They have unpaid invoices for developers for months, they are the kind of people who exploit people's labor.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: JUCE submodule PSA

      @David-Healey

      I'm leaving the solution here as a note in case others experience this problem. I had to look back to this commit: https://github.com/christophhart/HISE/commit/c948b81f7a86f24a8fce4ea81051c73b7129e2b5

      There's a folder named JUCE in the downloaded "Hise-develop" branch. You need to copy all the files from the submodule into this folder.

      From now on, the Projucer application will be launched inside this JUCE folder.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Can't reference inline function parameters in nested function body

      @d-healey Clever! Thank you!

      posted in Scripting
      JulesVJ
      JulesV
    • RE: ScriptNode Feedback After a Month of Heavy Use

      @aaronventure said in ScriptNode Feedback After a Month of Heavy Use:

      If you have 200 nodes...

      I'm sorry I'm new, but I'm trying to understand how something complex can be done with 200 nodes :)

      In my first attempts, I worked with a maximum of 20 nodes :)

      posted in ScriptNode
      JulesVJ
      JulesV
    • RE: Help Me Understand Range Slider Logic

      @ulrik useful example, thank you for sharing this!

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Simple ML neural network

      @Christoph-Hart Is the CPU performance issue resolved?
      We look forward to being able to use NAM models quickly and efficiently in our plugins 😎

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Upward - Downward compressor graph

      @resonant I believe this graph is included in the Dynamics FX example in the Hise Tutorial Projects.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Scheduled knob task after initialization

      @dannytaurus said in Scheduled knob task after initialization:

      @JulesV Interesting! What's the use case for this, if you don't mind me asking?

      It can actually be used for other purposes.

      But in my case, I'm actually using it for a bug workaround. When I buld a complex custom node with 23 parameters and use it in HardcodedFX, I noticed that in one parameter, the knob, wasn't getting its value during plugin initialization.

      However, after init, when the knob is tweaked, the value is updated. That's why I chose this method. Creating a custom node with fewer parameters isn't a problem, by the way. As the number of parameters increases in custom nodes, the problems increase.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: How to turn an Airwindows effect into a Scriptnode

      @DanH I noticed something interesting, while almost all AW plugins can be compiled separately, some AW plugins cannot be compiled as multiple dlls in the same project.

      For example, Tube2, Huge and Mojo plugins can be used together in a project.

      But LeadAmp and FireAmp cannot be used together in a project.

      But all of these plugins can be compiled individually.

      So it is related to the AW plugin combinations.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Resonance Suppression

      @orange said in Resonance Suppression:

      Faust constantly surprises me 😀

      Here is a spectral denoiser article: https://inria.hal.science/hal-04507625/document

      I haven’t tested the sound tho.

      @orange Sorry for the long time follow-up question, did you manage to do this?

      posted in General Questions
      JulesVJ
      JulesV

    Latest posts made by JulesV

    • RE: Latest version of HISE breaks existing presets....

      @Christoph-Hart In the plugin, all controls are set to plugin parameters. Also most of them are set to isMetaParameter. And all controls are initializing with default values

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Latest version of HISE breaks existing presets....

      @Christoph-Hart When I open a project previously saved in a DAW using a plugin compiled with 2024 commit HISE (I only tried in Reaper and Logic on macOS), with the same plugin compiled with new HISE, the saved settings are not loaded in the DAW. The plugin is loaded with the default state.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: Latest version of HISE breaks existing presets....

      Honestly, I experienced the same problem. Presets and saved settings from older projects don't load in the DAW Project with plugins compiled using the current HISE.

      I think HISE's backward compatibility has been broken since this new modulation system was added. I have to stay on the January 2025 commit for now.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: What to do? NAM with MIT & RTNeural with BSD 3-Clause Licenses

      Thank you for the info.

      @David-Healey said in What to do? NAM with MIT & RTNeural with BSD 3-Clause Licenses:

      So you need to include the whole license basically (list of conditions and disclaimer) and you can put it in your installer or documentation, you don't need to display it within the plugin.

      I think installer way is better. But my installer already contains my own license text. So do I need to paste this license text into my own license text file?

      posted in AI discussion
      JulesVJ
      JulesV
    • What to do? NAM with MIT & RTNeural with BSD 3-Clause Licenses

      Folks I really need help for the license of the Neural syetems. Sorry for the noob license knowledge.

      • NAM uses MIT License: https://github.com/sdatkinson/neural-amp-modeler?tab=MIT-1-ov-file
      • RTNeural uses BSD 3-Clause License: https://github.com/jatinchowdhury18/RTNeural?tab=BSD-3-Clause-1-ov-file

      To clarify,


      For NAM:

      To use the NAM inside the plugin, we don't need to mention anything, do anything, or make it open source, right?


      For RTNeural:
      if we want to build a plugin RTNeural inside;

      “This product includes RTNeural, Copyright (c) 2026, jatinchowdhury18, licensed under the BSD 3-Clause License.”

      Is it enough to just write the text inside the plugin's Credits page? Or anything else we need to do?

      posted in AI discussion
      JulesVJ
      JulesV
    • RE: AWS or Google Cloud or ...?

      @David-Healey Thank you for the info.

      Is this cheaper than AWS and GC?

      Do you think its performance is good when many users are loading simultaneously?

      posted in General Questions
      JulesVJ
      JulesV
    • AWS or Google Cloud or ...?

      From what I've seen, a high number of license authentications isn't something classic WordPress sites can handle on shared hosting with limited php workers on it.

      And the professional approach is to have separate website hosting and license authentication systems. What do you use for this? My research shows AWS and Google Cloud are commonly used. But I'm not sure if serverless or a traditional system would be better. (AWS Lambda, AWS EC2...etc. which one to choose?)

      I hope knowledgeable guys can help; I really need clarification.

      posted in General Questions
      JulesVJ
      JulesV
    • RE: tempo_sync module 1/1 out of time < 160 odd bpm?

      @Mors Is it possible to have a faust sync reverse delay?

      Here is a reverse delay but not in sync: https://forum.hise.audio/topic/11445/free-reverse-delay-built-in-rnbo/11?_=1774466149983

      posted in ScriptNode
      JulesVJ
      JulesV
    • Feather nam models doesn't work

      I have two different NAM models with varying rendering quality: Standard and Feather (which uses approximately half the CPU as Standard).

      In HISE, the Standard model works, but Feather doesn't. I've attached the files below.

      Do you have any suggested solutions?

      NAMModel_Feather.js

      NAMModel_Standard.js

      posted in AI discussion
      JulesVJ
      JulesV
    • RE: Agentic coding workflows

      @Christoph-Hart said in Agentic coding workflows:

      But how and why did we get to the point of writing code using AI

      Simple: the latest iterations of the SOTA models make AI coding on par with a reasonably well skilled developer.

      It is the begining of the end then :)

      For those who think AI can't create good plugins, train your AI yourselves, and eventually this prophecy will finally come true :)

      posted in AI discussion
      JulesVJ
      JulesV