HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ps
    3. Topics
    P
    • Profile
    • Following 1
    • Followers 0
    • Topics 12
    • Posts 104
    • Groups 0

    Topics

    • P

      Faust and RNBO in the same project?

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      520 Views
      P

      @Christoph-Hart ok it obviously worked perfectly fine in a clean new small project. Still it's pretty strange.. I think I deleted a xml network I initially compiled a Faust node in. I still could export the c++ nodes if there was no rnbo node present in the src. I couldn't find a trace anywhere of the deleted xml network but still somehow it's messed up and won't compile even if I delete the whole network binaries folder. is there any way to compile faust nodes independent of script networks like with rnbo nodes. it's super handy especially if you have nodes you often use in different projects.

    • P

      Script Table in "higher resolution"

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      534 Views
      Matt_SFM

      @tomekslesicki can you make a minimal snippet ? Depending on how your network graph is build, you may need the control.smoothed_parameter or a block container...

    • P

      RNBO Tempo Sync

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      1 Votes
      3 Posts
      358 Views
      Christoph HartC

      Should be fixed now.

    • P

      Clock Ramp out of Sync when exporting Audio

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      288 Views
      P

      @Christoph-Hart recompiled and Looks god so far! Thank you!!!!

    • P

      UI Elements disappear when running multiple instances

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

      macOS 13 Ventura

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      253 Views
      P

      @orange they are universal binaries. seems only related to logic - will try to get more info.
      found this on the Juce forum:
      https://forum.juce.com/t/macos-ventura-13-0-problems/53624

    • P

      Network Compilation on Windows Nightmare

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      275 Views
      P

      @Christoph-Hart I can't believe it - it actually was the calculation - but to be fair it just sets the maximum amount of samples 2^19 = 524288

      I just replaced it with 240000 and no complaint.

      24 hours of my life wasted for that haha

    • P

      Massive FL STUDIO Problem

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      16
      0 Votes
      16 Posts
      587 Views
      P

      @Christoph-Hart thanks!!! Time to compile again :)

    • P

      Compiled networks disappear in Script FX

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      12
      0 Votes
      12 Posts
      446 Views
      Christoph HartC

      @Lindon I'm also using it for intermediate states and dummy patches where I develop features without dragging the big patches around, but yeah the main project should always be a XML file.

    • P

      Global access of values if using Faust node

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      9
      0 Votes
      9 Posts
      531 Views
      Christoph HartC

      @ps Yeah I keep breaking stuff with this class... It's fixed now.

    • P

      REG Variables desperately wanna get their names back

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      285 Views
      P

      @Christoph-Hart haha thanks for the fix!

    • P

      Inline function triggered by a callback = execution timeout

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      46
      0 Votes
      46 Posts
      2k Views
      P

      @Christoph-Hart that's perfect. Thank you!