HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. script
    Log in to post
    • All categories
    • d.healeyD

      [Feature Request] Relative includes

      Watching Ignoring Scheduled Pinned Locked Moved Scripting script include folder relative path
      1
      2 Votes
      1 Posts
      56 Views
      No one has replied
    • oskarshO

      Updating FloatingTile Content Data

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions floating tile peak meters script
      5
      0 Votes
      5 Posts
      525 Views
      Christoph HartC

      You can also call obj.clone()…

    • oskarshO

      parseInt cannot parse '08' and '09' but all other strings.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug bug tracker script
      5
      0 Votes
      5 Posts
      405 Views
      Christoph HartC

      @ustk yeah it has to resolve two things (the object t and the function getIntValue) vs. one (only the object, the math function is resolved at compile time.

      But this performance difference is neglible - in UI contexts there are much slower things and if you are using anything string related in an audio processing context you have to sit back and evaluate life decisions that lead you into this situation of misery anyway.

      Also Math.round still returns a float number IIRC while getIntValue makes sure that the var instance uses the integer data slot internally.

    • oskarshO

      Broadcaster does not send signal when using declared objects.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports broadcaster script
      4
      0 Votes
      4 Posts
      307 Views
      Christoph HartC

      @oskarsh ah yeah, that's the fourth option :)

    • VorosMusicV

      Keyboard Properties by Script

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions keyboard properties script highkey lowkey
      4
      0 Votes
      4 Posts
      303 Views
      VorosMusicV

      @d-healey Thank you!!

    • oskarshO

      Using external Text Editor

      Watching Ignoring Scheduled Pinned Locked Moved General Questions script text editor code editor
      28
      1 Votes
      28 Posts
      997 Views
      ulrikU

      @ustk thanks for the reminder!

    • VorosMusicV

      Audio Loop Player Script

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions loop player script button
      8
      0 Votes
      8 Posts
      662 Views
      VorosMusicV

      @iamlamprey Thank you for your help!
      I don't know why. I redid some other elements of my code and suddenly it worked.
      So yes for now its working properly in Hise itself.

    • oskarshO

      Get Sample Rate in Hz from Effect

      Watching Ignoring Scheduled Pinned Locked Moved Scripting effect degrade sample rate script
      2
      0 Votes
      2 Posts
      295 Views
      oskarshO

      It seems like this is a bug for these components.

      The Sample Rate is taking a numeric value between 0.5 and 0.65 for it to function properly. 0.5 is the minimum = 44100Hz. You cannot use the frequency mode on the sliders for this. Same for the PostFilter while this one takes values between 0 and 1.0, using a Frequency Slider results in a Crash of Hise.

    • d.healeyD

      HISE assertion when loading project with connected scripts

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug assertion external script loading
      1
      1 Votes
      1 Posts
      279 Views
      No one has replied
    • d.healeyD

      PROJECT_FOLDER for includes

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports projectfolder include script compiled export
      1
      0 Votes
      1 Posts
      314 Views
      No one has replied
    • d.healeyD

      Script viewport position

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests script viewport scroll list
      10
      0 Votes
      10 Posts
      712 Views
      d.healeyD

      @ulrik Oh that's a cool solution, thanks!

    • d.healeyD

      How to programatically access script attributes?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting script attribute loop
      10
      0 Votes
      10 Posts
      753 Views
      Casey KolbC

      @d-healey Wow, this is a game changer for big projects. Super helpful!

    • J

      Scripting sample maps

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development script samplemaps
      3
      0 Votes
      3 Posts
      727 Views
      d.healeyD

      I think all you need to do is generate a random array that will remap each key press, rather than changing the sample map itself

    • M

      VU meter from "six state button" tutorial?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting script output meter gui six button
      1
      0 Votes
      1 Posts
      881 Views
      No one has replied