HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ulrik
    3. Topics
    • Profile
    • Following 1
    • Followers 13
    • Topics 301
    • Posts 3,178
    • Groups 1

    Topics

    • ulrikU

      lookup tables

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      3
      0 Votes
      3 Posts
      11 Views
      ustkU

      @ulrik A small precisions needed:

      Do you need all resulting values at once or a unique value for a specific index? And are the array values pre-defined or dynamic?

      That would change a bit how you want to handle it...

    • ulrikU

      Stretch player node

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      1
      0 Votes
      1 Posts
      36 Views
      No one has replied
    • ulrikU

      selection.set(Sampler.FileName, new path);

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      30 Views
      No one has replied
    • ulrikU

      Export sample map as monolith

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      8
      1 Votes
      8 Posts
      326 Views
      ulrikU

      @d-healey Yes that is what I showed in the video, that it is possible

    • ulrikU

      render audio in background?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      11
      0 Votes
      11 Posts
      1k Views
      ulrikU

      @Christoph-Hart thanks a lot!

    • ulrikU

      drag audio file to daw

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      3
      0 Votes
      3 Posts
      662 Views
      ulrikU

      @parabuh Yes, as I describe in my post that was not the problem, it works nicely..
      My question was about rendering the modified buffer, and @Christoph-Hart has solved it for me, see this thread:
      https://forum.hise.audio/topic/13494/render-audio-in-background/11

    • ulrikU

      Midi automation

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      245 Views
      ulrikU

      @d-healey yes I’ve been thinking of doing just that, thanks

    • ulrikU

      Stretch player questions

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      1k Views
      ChazroxC

      @ulrik Sick. Looks fun!

    • ulrikU

      get playback position from waveform component

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      500 Views
      No one has replied
    • ulrikU

      Synth.addModulator(sample start, "Constant", "SampleStartMod")

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      242 Views
      No one has replied
    • ulrikU

      enable Midi select

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      383 Views
      ulrikU

      @d-healey thank you, good example!

    • ulrikU

      A working Synth timer in external script processors when compiling as Midi FX

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      2 Votes
      1 Posts
      185 Views
      No one has replied
    • ulrikU

      Killed voices

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      358 Views
      ulrikU

      @d-healey That's a pity
      I can understand how important it is to kill voices when changing sample maps but I thought it might be a way to bypass that function for certain tasks, or at least chose which voices to kill or not
      Thanks for answering as always! 👍

    • ulrikU

      cancel Synth.noteOffDelayedByEventId(id, delay amount)

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      344 Views
      ulrikU

      @ulrik as soon as the function

      Synth.noteOffDelayedByEventId(id, delay amount)

      has been executed, this function

      Synth.isArtificialEventActive(id)

      will print false even if the note still is sounding because of the delayed note off.

    • ulrikU

      Find the ID from an modulator dynamically?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      179 Views
      ulrikU

      @d-healey Beautiful, thanks!

    • ulrikU

      Panels, event.itemText

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      931 Views
      Oli UllmannO

      @d-healey
      Cool, I will have a look. Thank you! :-)

    • ulrikU

      Commit ca06fcb fail to export plugin on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      7
      0 Votes
      7 Posts
      974 Views
      Christoph HartC

      @ulrik oops, I was too ambitious here. I wanted to erase the warning message, not the flag. Should be fixed now.

    • ulrikU

      Hise freeze and have to force quit

      Watching Ignoring Scheduled Pinned Locked Moved Solved ScriptNode
      5
      0 Votes
      5 Posts
      558 Views
      ulrikU

      @ulrik Ok I found what was causing Hise to freeze, it was my "node templates" that I made the other day, I removed them and now it seems to work again.

    • ulrikU

      DraggableFilterPanel doesn't update as it should

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      443 Views
      Oli UllmannO

      @ulrik
      I'm glad to hear that! :-)

    • ulrikU

      change of cmb.getItemText(), intentional or bug?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Reports
      6
      0 Votes
      6 Posts
      439 Views
      ulrikU

      @d-healey I have not had the time yet to compile, I hope @Oli-Ullmann has found the right commit