HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Matt_SF
    3. Topics
    • Profile
    • Following 2
    • Followers 5
    • Topics 33
    • Posts 1,104
    • Groups 1

    Topics

    • Matt_SFM

      Multi Output Tutorial

      Watching Ignoring Scheduled Pinned Locked Moved Documentation
      11
      7 Votes
      11 Posts
      950 Views
      clevername27C

      @Matt_SF My man. šŸ’Æ

    • Matt_SFM

      SaveInProject without saveInPreset

      Watching Ignoring Scheduled Pinned Locked Moved Scripting presets saveinpreset
      5
      0 Votes
      5 Posts
      134 Views
      d.healeyD

      @Matt_SF said in SaveInProject without saveInPreset:

      couldn't find it when searching the forum

      I struggled to find it too, looking forward to getting better search functionality back!

    • Matt_SFM

      Jump to DAW playback position

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting transport daw playhead midiplayer
      10
      0 Votes
      10 Posts
      440 Views
      Matt_SFM

      @ulrik Ok, I'm not completely useless then šŸ˜‚

      It's the first time I'm using midi clips in a plugin so...
      Thank you again for your help, it's much appreciated !

    • Matt_SFM

      htonl : identifier not found - VST3 compiling issue

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      2
      0 Votes
      2 Posts
      141 Views
      Matt_SFM

      Apparently, enabling "Compile with Perfetto" in the project's settings is causing this issue.

      I must add that it's happenning only on windows. It compiles just fine on MacOS with the option enabled.

    • Matt_SFM

      Macro Handler

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

      External display buffers not working in HardcodedFX

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved ScriptNode scriptnode display buffer
      1
      0 Votes
      1 Posts
      129 Views
      No one has replied
    • Matt_SFM

      Dynamic Sub ComboBox

      Watching Ignoring Scheduled Pinned Locked Moved Scripting combobox menu
      7
      0 Votes
      7 Posts
      321 Views
      Matt_SFM

      @Christoph-Hart Perfect, it's working now with your fix. Thank you very much!

      ComboBox1.set("items", itemList.join("\n"));

      Yeah, I almost never use this method, I didn't thought about it. Thank you also for the reminder :)

    • Matt_SFM

      Huge Memory usage while building (big) instrument

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      1 Votes
      7 Posts
      332 Views
      Matt_SFM

      @clevername27 said in Huge Memory usage while building (big) instrument:

      @Matt_SF You know a lot of developers would be proud of having huge memory and a big instrument. I'm not helpful.

      :face_with_tears_of_joy: :face_with_tears_of_joy: :face_with_tears_of_joy:

    • Matt_SFM

      Scriptnode File Player and Round Robins

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      4
      0 Votes
      4 Posts
      395 Views
      Matt_SFM

      @Christoph-Hart said in Scriptnode File Player and Round Robins:

      nah, that's a different topic :)

      Damn, my cunning plan didn't work 🤣

    • Matt_SFM

      Snippet : How to filter files in a browser

      Watching Ignoring Scheduled Pinned Locked Moved Snippet Waiting Room snippet files sort function added
      1
      0 Votes
      1 Posts
      221 Views
      No one has replied
    • Matt_SFM

      External display buffers visualization crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports bug display buffer crash
      18
      0 Votes
      18 Posts
      981 Views
      Matt_SFM

      Ok, if someone hits the same issue, I might have found a solution for this. I don't know if that's the proper way of handling it, but it seems to be working ok.

      I chaned this bit, and replaced the assertion:

      bool isConstant() const override { jassert(ns != nullptr); auto v = ns->constObjects.getValueAt(index); // objects and arrays are not constant... return !v.isArray() && !v.isObject(); }

      by this :

      bool isConstant() const override { if (ns == nullptr) return false; auto v = ns->constObjects.getValueAt(index); // objects and arrays are not constant... return !v.isArray() && !v.isObject(); }
    • Matt_SFM

      Multi outputs in FX plugin ?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions routing effect multiple output
      7
      0 Votes
      7 Posts
      1k Views
      lalalandsynthL

      @Christoph-Hart sweet!

    • Matt_SFM

      [Feature Request] Cleaning Networks

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests scriptnode feature request
      2
      2 Votes
      2 Posts
      351 Views
      Christoph HartC

      @Matt_SF you really just need to delete the network xml file and Iā€˜d rather let this do the user manually.

      Not sure why this should crash, however it might be the case that when you delete a xml network that is still compiled in the dll it will cause issues, so just recompile the dll after you deleted a file.

    • Matt_SFM

      Shrieking Riley...

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      11
      0 Votes
      11 Posts
      739 Views
      Matt_SFM

      @Christoph-Hart Aaah that did the trick indeed. That's odd though, I've noticed the warning icon before, but thought it was a glitch or something because the ranges of the mid-knobs are correct :

      54e20c74-caba-4e8e-927b-e43b3c3b529a-image.png
      474b3c10-8915-4f16-b400-d97b720b0e18-image.png

      So in the end it was me who was the buggy thing... Thanks for the debug session :)

    • Matt_SFM

      Program Changes with VST3

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      8
      0 Votes
      8 Posts
      607 Views
      clevername27C

      @Matt_SF I'll check on it and get back with you. I was just working on program changes this weekend for VST3 and didn't seem to have a problem, but I will verify. (I'll probably post my UI code today for it.)

    • Matt_SFM

      Value can't be resolved in cable_expr node

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      285 Views
      orangeO

      @Matt_SF said in Value can't be resolved in cable_expr node:

      math.exprnode for incoming signals and cable_exprnode to modify a incoming parameter value...

      Yes exactly šŸ‘

    • Matt_SFM

      [BUG] Scriptnode Network - Faust node disappears

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development faust scriptnode bug
      4
      0 Votes
      4 Posts
      592 Views
      Matt_SFM

      @Christoph-Hart that's a funny one šŸ˜‚

    • Matt_SFM

      [BUG] Parameters not working in HardcodedFX

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode bug compiled
      3
      0 Votes
      3 Posts
      355 Views
      oskarshO

      @Matt_SF @Christoph-Hart is there any solution to this? I am currently hitting this limitation and I do not know how to work around this.

    • Matt_SFM

      [BUG] Wrong network parameter name

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports scriptnode dspnetwork bug
      1
      2 Votes
      1 Posts
      265 Views
      No one has replied
    • Matt_SFM

      Frame or Block processing ?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scriptnode dspnetwork processing
      5
      0 Votes
      5 Posts
      425 Views
      Matt_SFM

      @Dan-Korneff Thank you Dan! A bit of theory never hurts :)