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

    Topics

    • 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
      42 Views
      No one has replied
    • ulrikU

      Killed voices

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      57 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
      107 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
      51 Views
      ulrikU

      @d-healey Beautiful, thanks!

    • ulrikU

      Panels, event.itemText

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      157 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
      209 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
      96 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
      244 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
      219 Views
      ulrikU

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

    • ulrikU

      Standalone app having focus

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

      @d-healey No, only if the app active, I tried this without the timer now, and it works nicely
      As soon as I make the app active it's possible to use the setKeypressCallback
      So in. the snippet, I removed the timer function and it worked
      ๐Ÿ˜€

    • ulrikU

      What does this mean, and how to fix it

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

      @kameron No I never solved it, sorry

    • ulrikU

      Global Routing Manager in external script processors doesn't work in Midi FX plugin

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

      Get data from external script processor

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      722 Views
      ulrikU

      @orange Thank you!

    • ulrikU

      Autocomplete disappeared again

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      312 Views
      Christoph HartC

      @ulrik to be precise it was this one :)

      Link Preview Image - remove warnings on Windows ยท christophhart/HISE@c1bc03f

      The open source framework for sample based instruments - - remove warnings on Windows ยท christophhart/HISE@c1bc03f

      favicon

      GitHub (github.com)

    • ulrikU

      Save project as xml or .hip

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      191 Views
      ulrikU

      @Christoph-Hart Thanks!

    • ulrikU

      Polyshape FX bug

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      1 Votes
      4 Posts
      197 Views
      ulrikU

      @Soundavid yes I know

    • ulrikU

      Script slider with an attached filmstrip

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      479 Views
      DabDabD

      I have found

      s->enableShiftTextInput = value.getProperty("showTextBox", true);

      in ScriptTableListModel.cpp and

      setDefaultValue(ScriptSlider::Properties::sendValueOnDrag, true);

      in ScriptingApiContent.cpp
      I guess they are causing the issue.

      However I am trying to make the true to false

      setDefaultValue(ScriptSlider::Properties::showTextBox, true);
    • ulrikU

      Delay other events than Message

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      297 Views
      ulrikU

      @ulrik @aaronventure @d-healey
      After trimming with timers in different setups I found that "CallAfterDelay()" was the best solution!
      Thanks to you all!

    • ulrikU

      Hise Controller is buggy

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

      Audio FX plugin with midi In

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      588 Views
      ulrikU

      @ulrik Ok, my progress in finding a way to communicate midi to Effect plugins inside Logic and Ableton Live :

      Using an extra plugin that send OSC messages to the Effect plugin seems to work quite nice, all I need for this plugin is to trigger the TransportHandler with note on and off messages.

      In Logic the extra plugin (Send OSC) goes into the Midi FX Slot on the same track as the Effect plugin
      In Live I need to set up an extra track with midi in enabled all the time (even if another track is selected)

      osc send.gif