HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ustk
    3. Topics
    • Profile
    • Following 0
    • Followers 13
    • Topics 442
    • Posts 5,760
    • Groups 1

    Topics

    • ustkU

      Hise as plugin with Faust and DDMF MetaPlugin

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      4
      0 Votes
      4 Posts
      50 Views
      ustkU

      @HISEnberg Yes exactly! Since Hise is an instrument and PluginDoctor can only run FXs, you need to interface it with MetaPlugin first. You just get a warning in MP because Hise is still an instrument but just ignore it

    • ustkU

      createFixObjectFactory push -> function not found

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      0 Votes
      2 Posts
      52 Views
      ustkU

      So it appears I should use a stack with the insert method instead. Mistake in the doc...

    • ustkU

      2D FixObjectFactory or FixObjectStack or MidiList or combination...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      54 Views
      ustkU

      Oh in fact I guess I should better make a midi sequence and get the rectangle list...

    • ustkU

      Network Bookmark issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Reports
      1
      1 Votes
      1 Posts
      41 Views
      No one has replied
    • ustkU

      Third party C++ log to console

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      215 Views
      ustkU

      @Orvillain nice! Do you stick it on release as well?
      EDIT: getting a compilation error for release because of the snippet browser.

    • ustkU

      A follow up on the custom tables...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      1 Votes
      7 Posts
      250 Views
      Oli UllmannO

      I just saw this new thread... :-)
      Here's some info for you that I noticed recently:
      If you use the content callback of a table as follows:

      Table.setContentCallback(tableCallback); inline function tableCallback(i) { // Your code }

      i returns the index of the point that you control from outside, for example from a panel or a slider.
      This was very useful for my use case.

    • ustkU

      Envelope follower signal domain

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      210 Views
      Christoph HartC

      signal detection = mod output (minus smoothing), so still not clear what's the problem, but glad you solved it :)

    • ustkU

      Matrix Modulator voice nullptr crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      11
      0 Votes
      11 Posts
      721 Views
      ustkU

      @Christoph-Hart oh awesome! Thanks!

      AGI my ass…

      Lol very true πŸ˜†

    • ustkU

      External Filter not updating the floating tile

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

      Did we lose the connection specs in the networks?

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      1 Votes
      1 Posts
      88 Views
      No one has replied
    • ustkU

      Same node parameter names impossible?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      482 Views
      ustkU

      @Christoph-Hart Amaaaaazing! Thanks Chris 😎

    • ustkU

      Third party node modulation output slot

      Watching Ignoring Scheduled Pinned Locked Moved Solved C++ Development
      13
      0 Votes
      13 Posts
      690 Views
      ustkU

      @HISEnberg said in Third party node modulation output slot:

      @ustk nice I basically setup the same system but just using HISE’s version of get/setLatencyInSamples. I’m assuming you are using the JUCE version of this in the C++ node? I believe HISEs API is exactly the same but I could be wrong.

      Well my use case is different, I just compute my inner DSP latency for dry/mix situation in a split node, not reporting the whole latency of my project to the DAW...

      Regarding what @Christoph-Hart and @griffinboy are saying, could oversampling help here?
      Despite the fact it'll eat up some more CPU, of course...

    • ustkU

      DSP compilation error with wrong CompileChannelAmount

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

      Crash when exceeding network parameter connection limit

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      225 Views
      ustkU

      @d-healey @Christoph-Hart And I just added two more πŸ˜†
      The forum was just giving me a 503 error for an hour, I think it was acting against... ME AS A PERSECUTED PERSON!!!

      Yeah alright, I divided the connections into 4 sub groups... I don't intend to modulate them though so all good πŸ‘