• Image directory not found…

    16
    0 Votes
    16 Posts
    712 Views
    L

    @Meucci Delete everything in the Binaries folder and compile again. That’s how I fixed it.

  • Crash - can someone confirm?

    15
    0 Votes
    15 Posts
    873 Views
    ustkU

    @d-healey Yeah I've seen that command, but then I don't know what "still single-threaded" means if we can set the number of threads...

    Link Preview Image Do I need a M1 / M2 Machine for Apple silicon support?

    @Natan I recommend the Macbook Air M1 with 16GB and the fastest CPU option (10 core I think). It compiles HISE almost as fast as my 9900K desktop without a f...

    favicon

    Forum (forum.hise.audio)

  • Mask does not scale properly on HiDPI or Retina display

    17
    0 Votes
    17 Posts
    2k Views
    ustkU

    @Christoph-Hart So the shadow is optimised, but not yet the blur, right?

  • HISE Snippet Window Doesn't Fit properly on Screen

    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • Hise keeps asking for documents access (Mac)

    9
    0 Votes
    9 Posts
    624 Views
    d.healeyD

    @paper_lung said in Hise keeps asking for documents access (Mac):

    just updated to the latest version

    Did you build it from the source code?

  • Hise exports plugins under the wrong name

    3
    0 Votes
    3 Posts
    395 Views
    xxxX

    @d-healey

    a3585b8a-f846-4418-9ef4-7b59e82457a6-image.png

  • Engine.getSamplesForMilliseconds() not working

    5
    0 Votes
    5 Posts
    532 Views
    C

    @d-healey It's those kinds of catches that make you a legend, mate.

  • Downloading files - status Complete when connection is lost

    4
    0 Votes
    4 Posts
    409 Views
    d.healeyD

    @tomekslesicki Call downloadFile again.

    Link Preview Image HISE | Scripting | Server

    The API class to communicate with a server

    favicon

    (docs.hise.audio)

    Also be aware that if you call this method again with the same URL and parameters, it will not add another download, but just replace the callback in the already pending download. If you call this method with a file that already exists, the method assumes that it's a previously stopped download and resumes the download at the position (delete the file before calling the method if you don't want this behaviour).

  • Envelope table - global mod bug ?

    Unsolved
    16
    1 Votes
    16 Posts
    2k Views
    HISEnbergH

    @Straticah Excited to see what you guys are cooking up 😉

  • DraggableFilter Crashes Hise

    3
    0 Votes
    3 Posts
    389 Views
    xxxX

    @d-healey

    ah, thanks !

  • Multiple Global Data Cables - only the first one gets a runtime target

    Solved
    10
    1 Votes
    10 Posts
    1k Views
    griffinboyG

    @Orvillain

    Yep that'll be it.

    I actually wish it worked differently, but currently scriptnode c++ synth nodes only call process() per active voice. So if there are no voices it won't call process (or subsequently process frame).

    Additionally say there are 3 voices playing, that will mean your process script gets called 3 times as frequently... Each voice will run it's own process.

    You can check which voice the process() is currently running for, using polydata, which allows you to do different processing per voice

  • 0 Votes
    1 Posts
    128 Views
    No one has replied
  • Global Cables Don't Work when compiled

    Solved
    24
    2 Votes
    24 Posts
    6k Views
    griffinboyG

    @Christoph-Hart

    08acaf42-bb5e-4882-9a57-48678a5a5f49-image.png

    well, all hope is not lost lol

  • [bug] Draggable filter spectrum colour doesn't update when it should

    2
    1 Votes
    2 Posts
    381 Views
    HISEnbergH

    @d-healey This seems fixed, but for scriptnode (hardcoded as well) analyzers none of the colour are applied from the property editor

    HiseSnippet 1509.3oc0WszbSbDDdVKOFr.BgTjhbbKW4fgxkKIY7qjC3GxBTEjshkvvMpQ6NxZJu6Las6r1Vgh642R9EjSoxwbLWyM9IjSbkzyL6JsqrvHDORhzE0ulom9wW2pYnvgFEIBQVEa2OfhrtNtUetr2t8HLNpdUj0WfaPhjzPaCqc5GPhhntHKqBOTwvZ9YQ5O+8C1g3Q3NzgrPniDLG5iY9L4PtM25GXdd0Htz1L+LZe+sp6H36J7Dwf+T.WBEPbNgbLcehRsYvnGQh5grtGtSYmRzU53PHcHaR2XiU6b+MVeSBsra40WcsMWszlcVa00WyAYM2dtLoHrkjHoQHqY2Q31uUOwYbyEbDKh0wipHJiZA2rgcMgmq5Ip3h1sGyysYZfJBgrvMGF1JXBa2F2f4xFveX36K0BrGZQ1.n0L4cuB4buxuM2aLtjUFWZViKcKbKmPVfbnDk+bMbcNjM6Rf7TVWwnKx52w6J.E3xk8ImPqEBDCLXwUJUZI6JkJc2uuaL2QxDbaAeegjd.ew6V7EEmu3KKZOpntcGqL00DJ77ngiUrpzH7xLbQdreGZ3R1mR7hoCTDd94ioyMYwTGyqNihBdcNSdP.Mg9xKJPIgM3WOodUhjnRJI7.8BngRlxcrpROEZILon4wUoQmHEAZc8CDb0IXcCYRMkIoTySPjL9wsYfay.O3l3rrJiNOaGW+rDINf41tId6XWlXaNwqeDMD043zds4m60u90uQY.SR8GxEg9qQ3VwvFoYKomKyprgq9waUE+hh11KLHDU2cguydgtKrjhactK8bftjlBBrdhydpH7jHngmB76R7hnEeYl6cE0Mbu68K5a3LlqDvAvVKYgP8nri6IUT+gFb4B8APGnvM1iHy2Vp.uRD.0U45ETE77HlreVvs2id0RWZu5j5h2B2jIc5Mdeblw3iPE2mBeLAg6F3851k5HG5fyhq8roENqzjCmgM2ewztgmou7B3t4t68i8qxhB7H82IF7S3TfJBn7.kBr8y3gfHAgz.RHssnIn+hQD+.O5gfOujcGOgyIsX+D8hHOAFWZGkFK5ziv4TunoAfZtORf9nCEwJPfFDYHSgA.wfVPuhCc2DuSECTEGIzkTzp5jVTtql3MvmDgkGDv.gkGQXkTZkvJiHbkrBGPjAPbep7LU2sJwl7aj0UTYw4vPHPh1VA.n..YIU5PBUyqovqePOAm4nXYzH80ssuHlqa7mAtCX0f1Dlmp0nUbD.Z6d.uEnrdeDqBGAUD5C9J3RKCegVk8Etfn4pQbfjQ+lDEjxsvp4.PANMbYmAE5IdYtxM8JIIBTmTJNnI.CdpuFJGVZwpPF7eSoshBZbmQc3WGWO5HkTGhG5HUoh5MnOSS.y3lJUw3tcknbN7MvDCb9xJQWzCMl793fJQP6v4oyvFoqZTNpWgBMO8f2Cp4cg4jlo.IkBMIgf2HoFnkrD6HDm3Sz0FS0byr.U2wH7Z3mRNkp2hUm89ZMcWQnu8CoPhUgxV9R1i8Omz8XCl38XOvQBtP6PBOJPDASrybxsn9r1vf+nbbGwhJi0hbbqRkw77GsgUNsTghZPnHidWcqTlYz71a0jvycX.ctSpAKcsiW8i+5u8f83D.zpEEd4tGD4.AFUbN6.zlwvP8mpFcm4beUF1Uxx9QjPWHG5ja7VgKaa92JxY9I8YzeLCdl6S0p8yNYyBeGKY9e+saxM5d9TerESgorG+TpGzRq8wuB5g6Rh8joby2S1PvEoH+Cq.NjBi5N9XZtBqw9f1VJg+7X1B5CodTRTl9zucqGC.8jvFZD1oJV79+uxFa95avF20VAjX+gj29rVlcoanVXh1P8it+N8aq9YtCEvO++Sl9NX.SuhsNca+ue9djEewicw2Y9fV78y8x0oVN1kqSsb3x09DmPwycL+SCETyU0bfHFWu2273FJZ6xnSMqTNLk3CCsdtiS9i5BFVYZMbko0v6OsFt5zZ3ZSqgqOsFtw61P0NEaGKE9lNLXQql6YVl1xriktYC8OfVYMt3
  • Plugin Crashing DAW when quitting (Hardcoded FX, Preset System)

    9
  • ScriptNode SVF EQ Smoothing issue?

    1
    0 Votes
    1 Posts
    136 Views
    No one has replied
  • Knob Filmstrip wont rotate

    8
    0 Votes
    8 Posts
    1k Views
    ChazroxC

    @d-healey I followed along and tried to replicate this and I noticed since 'show text box' is still ticked, the text box resizes and covers the knob when you recompile. So its good when you first resize the knob because the text box somehow keeps its smaller scale and is out of the way, but when you recompile that thing covers the whole button.

  • 0 Votes
    3 Posts
    496 Views
    A

    Just ran into this issue with a poly filter made in rnbo. (It works fine as a mono fx)
    Has anybody got ideas on fixing this?
    I've tried lots of ways to smooth it out but it still make quiet loud clicks with slow release.

  • Crazy Cubase <=10 Bug That Messes Up The Variables

    12
    0 Votes
    12 Posts
    1k Views
    Christoph HartC

    @aaronventure the only thing that could happen is that a timer callback is being dropped because Cubase's UI thread is very prone to being overloaded, but it obviously does not have access to any variables so what you are experiencing seems to be a very odd glitch.

    If you want you can send me the project, then I'll take a look at it, I'm currently debugging stuff in Cubase anyways.

  • Clone Nodes Have Serious Issues

    1
    0 Votes
    1 Posts
    130 Views
    No one has replied

8

Online

1.9k

Users

12.5k

Topics

108.6k

Posts