HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. JulesV
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 27
    • Posts 117
    • Groups 0

    Topics

    • JulesVJ

      C++ Third Party Node inside a custom dll node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      10 Views
      No one has replied
    • JulesVJ

      Multiple Compilation & Creating Installers with a script

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      104 Views
      d.healeyD

      @JulesV Yeah you can use the HISE command line interface to compile your projects.

      If you write a batch script you can get it to run the commands automatically and generate the installer. ChatGPT is quite useful for this kind of thing, but make sure you understand the output it gives you because batch scripts are powerful things that can run any command, including deleting files.

    • JulesVJ

      How to include external .dsp files into the faust node?

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      3
      0 Votes
      3 Posts
      112 Views
      JulesVJ

      @Lindon said in How to include external .dsp files into the faust node?:

      @JulesV open the included file - copy its contents into your Faust file....

      Thanks. I think I need those t-shirts now :))

    • JulesVJ

      Panel follows the position of the Eq Drag

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      280 Views
      d.healeyD

      @JulesV Not sure, you could try storing the X position of each node in an array. You'd need to attach a broadcaster to the Band Selected event of the EQ to keep track of it.

    • JulesVJ

      Stopping Dynamic Filter Resizing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      227 Views
      Oli UllmannO

      @JulesV
      I don't remember your snippet exactly, but yes, eqBrdCst.setEnableQueue(true) is important for the logic to work. Christoph gave me this tip when I was writing the script.

    • JulesVJ

      Multiple Eq nodes to the FilterDisplay FloatingTile

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      98 Views
      JulesVJ

      @Christoph-Hart @HISEnberg Good examples, thanks.

    • JulesVJ

      Table curvy shape issue

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      248 Views
      HISEnbergH

      @d-healey said in Table curvy shape issue:

      HISE_Definitions

      It would be really great to have this added to the HISE documentation!

    • JulesVJ

      Basic JSON Question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      127 Views
      LindonL

      @JulesV start here:

      const var externalDat = { "Option 1": A, "Option 2": B, "Option 3": C, "Option 4": D }; inline function CheckOnLoad() { local data = Engine.loadFromJSON("../MyFile.dat");); Console.print(trace(data)); //data = externalDat; //Engine.dumpAsJSON(data, "../MyFile.dat"); }; CheckOnLoad();
    • JulesVJ

      Get the number of elements in a JSON object

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      181 Views
      JulesVJ

      @aaronventure Thanks, looks interesting :)

    • JulesVJ

      Mouse event of DraggableFT with attachToComponentMouseEvents

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      78 Views
      ustkU

      @JulesV The problem is that the different positions the event object holds are related to the node when you hover it, and the whole tile when not on a node...
      This makes the tracking impossible. There might be another solution that would allow to discriminate if on a node or not, but I am not aware of...

      Or do the same as for the y position, using the frequency from the module that you convert to a 0-1 position then multiply with the FoaltingTile witdth

    • JulesVJ

      Panel positioned according to the Eq band's handle

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      442 Views
      Oli UllmannO

      @JulesV
      You're welcome! :-)

    • JulesVJ

      Loading nodes inside the HardcodedMasterFX loaded into the Effect Slot

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      87 Views
      JulesVJ

      @HISEnberg Oh, I see now. Thanks.

    • JulesVJ

      Chorus example

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      161 Views
      griffinboyG

      @JulesV

      I don't think it's possible. The Juno uses specific antialiasing filters which is part of it's sound. Same can be said for the BBD stages. Unless you simulate both these things, you just have a normal chorus...

      If you want to simply have a basic chorus but with the same rate as the juno, then sure it's easy, just look up online, I remember there are articles and github repos that contain studies of the rate and depth for all these choruses.

    • JulesVJ

      LAF for MatrixPeakMeter

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      571 Views
      DabDabD

      @orange said in LAF for MatrixPeakMeter:

      MatrixPeakMeter apparently does not get obj.peak values by taking the Up & Down DecayTime values in LAF.

      Exactly. 👍

      Your post https://forum.hise.audio/topic/6615/laf-collection-for-everyone?_=1744108411508
      and Knob Peak Meter by Steve-mohican is impressive.
      I didn't find matrix peak meter very useful in anyway.

    • JulesVJ

      Custom node editor gone?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      82 Views
      JulesVJ

      Is this working for you? I can't see the way to edit a previously made custom network.
      Any solution?

    • JulesVJ

      xcbeautify help

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      124 Views
      P

      @Christoph-Hart this is nice upgrade but it's not working on VMware :(

    • JulesVJ

      Laf Arc Knob & Glow effect

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      164 Views
      JulesVJ

      @ustk Clever! Thank you so much

    • JulesVJ

      HISE_UPDATE_CONVOLUTION_DAMPING_ASYNC

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      76 Views
      JulesVJ

      @d-healey Thans for the clearification.

      From what I understand, while the Damping parameter is tweaked, the IR sample length (damping) will be updated continuously without any mute interruption. If so, that's great news.

    • JulesVJ

      Pan Slider

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      112 Views
      JulesVJ

      @HISEnberg That's exactly what I meant. Thank you very much!

    • JulesVJ

      Current Band EQ snippet

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      150 Views
      JulesVJ

      @d-healey Maybe hover information can be received with LAF and the relevant index can be triggered in the broadcaster?