HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Jay
    3. Topics
    • Profile
    • Following 11
    • Followers 2
    • Topics 122
    • Posts 590
    • Groups 0

    Topics

    • JayJ

      How to (Host Transport Callbacks)

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      12
      0 Votes
      12 Posts
      538 Views
      JayJ

      @ulrik Thank you, that did it

    • JayJ

      Can't compile plugin after update(v4)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      1k Views
      d.healeyD

      @clevername27 To make it more difficult to export :)

      The idea is that many new users were not aware of the various steps they needed to take before they could export/compile their projects - things like installing Visual Studio/Xcode, setting the HISE path, etc. The wizard is meant to check that all these things are in place and guide them, but currently it doesn't seem to be doing it's job.

    • JayJ

      Link Slider

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      25
      0 Votes
      25 Posts
      1k Views
      JayJ

      @ulrik Thanks a lot buddy, I appreciate it

    • JayJ

      What is this problem

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      349 Views
      JayJ

      @Lindon Yes, you are correct, and Thx that was what I was looking for

    • JayJ

      How to do this .......

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      436 Views
      LindonL

      @clevername27 said in How to do this .......:

      @Lindon Build it in ScriptNode, and either insert or split (depending on what you need) with a high-pass filter before the compressor.

      thanks - but Im not building anything the OP will need to do this tho :beaming_face_with_smiling_eyes:

    • JayJ

      moving panels

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      265 Views
      JayJ

      @ulrik I guess not... my bad

    • JayJ

      One preset name behind on prev/next buttons

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      234 Views
      ulrikU

      @Jay see here:
      https://forum.hise.audio/topic/7814/how-to-make-it/15

    • JayJ

      is this right?

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

      This has come up a few times recently - https://forum.hise.audio/topic/7805/save-preset-in-path

      It's better if you give your threads more meaningful titles ;)

    • JayJ

      new preset browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      252 Views
      Dan KorneffD

      I made a little function to pull a file name from a url. Maybe something similar might work for you.

      inline function extractFileName(string) { local fileName = string.split("/").pop(); // Extract the file name return fileName; }
    • JayJ

      How to make it

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      1 Votes
      16 Posts
      1k Views
      JayJ

      @ulrik Thank you so much, you're right

    • JayJ

      Projucer will not export without splash on

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      309 Views
      JayJ

      @d-healey Thanks David, as always you are the man

    • JayJ

      Math.round(value * 100);

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      561 Views
      JayJ

      @d-healey Thanks David, that did it, and like @ustk said I mixed things up. And in the snipped I provided it did work using doubleToString

    • JayJ

      Level matching

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      271 Views
      JayJ

      @d-healey I'm haven't been working with scriptnode so any example will be a good starting point for me, if anyone has the time to do it.

      Thanks

    • JayJ

      How

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

      @Jay It works here. The nodes are not reflecting the movement which is a little bug. But your EQ curve is moving accordingly 👍

    • JayJ

      Is this the Right way to do it?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      313 Views
      JayJ

      @orange Thanks mate you're a Hero

    • JayJ

      Can’t find scriptnode on new UI

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      320 Views
      JayJ

      @d-healey Thanks

    • JayJ

      compiling error

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      258 Views
      JayJ

      Thank your sir

    • JayJ

      Codegen not compiling

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      287 Views
      ?

      @Natan You mean the scripnode codegen rewrite???

      EDIT: https://github.com/christophhart/HISE/tree/scriptnode_codegen_rewrite

    • JayJ

      Adding knobs to C++ IN HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      269 Views
      JayJ

      @hisefilo thank you buddy