• 0 Votes
    4 Posts
    226 Views
    VirtualVirginV

    Nevermind!
    Once I closed and reopened the project from the new folder name it works.
    That one should have been obvious to me.

  • How do I copy components from one instance of HISE to another?

    5
    0 Votes
    5 Posts
    249 Views
    VirtualVirginV

    Oh this is great!
    I copied a panel with a bunch of components on it and they all copy in one go :)

  • Combobox customPopUp

    4
    0 Votes
    4 Posts
    233 Views
    HISEnbergH

    @Lindon I have this wrong, I just checked an old script. It is obj.isTicked and it allows you to set a specific paint routine for the object selected.

    Looks like you can implement CSS on the combobox now so I imagine this is a much stronger alternative:

    https://docs.hise.audio/ui-components/plugin-components/combobox.html

  • Check if system is using a dark theme

    1
    7 Votes
    1 Posts
    232 Views
    No one has replied
  • ONNX

    1
    0 Votes
    1 Posts
    112 Views
    No one has replied
  • How to control Sampler's Timestching and Stretch Ratio separately

    1
    0 Votes
    1 Posts
    109 Views
    No one has replied
  • 0 Votes
    6 Posts
    690 Views
    d.healeyD

    @orange said in Need someone to implement a design with Hise LAF - not sure where to look!:

    Then this could be the topic of the next video :)

    It's in the queue

  • Dropdown colours?

    18
    0 Votes
    18 Posts
    1k Views
    B

    @d-healey Thnx for sharing!
    I also have this issue.

  • Maximum number of wavetables in a monolith

    Unsolved
    5
    0 Votes
    5 Posts
    245 Views
    Oli UllmannO

    @Christoph-Hart Could you help me with this?

  • Vst Export error

    5
    0 Votes
    5 Posts
    269 Views
    T

    @orange Tysm :)))))

  • Is there a trick to get artificial note offs to work?

    2
    0 Votes
    2 Posts
    82 Views
    VirtualVirginV

    So it seems the artificial note offs do not work unless you use
    Message.sendToMidiOut();

    I find this a bit confusing as other messages work properly to pass on to subsequent modules in the rack. Why would the artificial note offs be treated differently from that?

    In the Event Logger they now appear to "pair" (the brackets on the left side) with the note ons that precede them at the same note number:

    Screenshot 2024-11-07 at 9.25.28 PM.png

    I thought the
    Message.sendToMidiOut();
    was essentially just routing a copy any MIDI appearing at that point to go to the output of the plugin, so I'm not clear on why that would be effecting the internal relationship of note on to note off messages. Where exactly were the note offs going before that would make them appear on the Event Logger, but not have them usable?

  • Close the preset browser after double clicking

    Solved
    2
    1 Votes
    2 Posts
    402 Views
    Oli UllmannO

    Ok, it can be solved quite easily with a broadcaster. You should also query whether a preset is loaded so that the browser does not close if you simply double-click.

    For anyone interested, here is a snippet:

    HiseSnippet 1303.3ocsW0raabCDlqr2jJ01zFf9.rPmjKDTjrrSTaPQskrbqPiRDrbSSQPP.WtTRDdWxEjb8OHv.8Pe.549Vz2rdqGSGRtRZksZ9Q.UGR14+ONblgiGIEDpRIjHuJmdUJE48Y9iuhqm0aFlwQCNB4cO+gXklJCbr5dUJVonQHOus9ACCuxair+96uuKNFyIzkrPnmKXD5SXIL8RtiN3mXwwGiinmxRJn8dGLfH38DwhL.Oa42DkhImgmReJ1nVIezOhUyPdeseaZztc5f2eu1sIc9lNjGQvcnjVgOp4t3IQs6PiBi1a+8vHu6zOhoExwZrlp.m1UDc03YhK3t.7blhEFSMDsPigH6Xi5MiEGMZdxQgPdaOZYpZKWp5q7GxhXK3uLk8kVAAKsnXRyqz6BRs9HfjWAHssCR22eLQxR0KkXvym5OfC2fSvvcSQn3zEU5ta42S.Zv0MRvmQOVBDKrn1Ca1rd.7O673JUf6GkN3brLHML36Bla0TptmHIUvAhZUSCqZz8AOHnqTfiHtxmH5DFmoYBdAuDR.uzmOkwoMHRJjQJXRs2TIHnJKp52FTMjTstgBKmp.5WVkLOdUqGTkdt4iWY0PicZ7pJWmiBrViIyBzh.qdAlTUkPRCG+SEKf9PQlh12nip1KMGiWA99v33fd333PnVTYBV0Uc6DlDNLwL.wbpz52nnmjSVKMDr.7T8fIYbh4zWaAxq6vyNuoRY1jZ1uaDIxfK+dwLxY6Tob4zvFJnzvjmkh3ZSvwJJD94mrmkR4PYFUQ0lb8EJ..LdLjMWDt.AOTyMJN2IEh+433L5NUb.Hm3VAUKyrwDB45uuy8e0cZnL7sVMOiU6lgG7TAn8Tgl9LdMKDpbckfaJZxj0JK2WwPBdchMiUjuKCqwyRBoxhI.ihPazp8l24Cq2j3RKETTvG.05lisi9XQbjomy78s6jQ44U3qedvQXM1zbmyCzKkJ0LCb7NhdNLN00pW1+Hp5LsHElLt3x.5004ylbM2GGKvZFe5oL.1L.Aa6mFhtbwP2e64Gb0xIv+5A4Q0Ehuv2UakWZgBmNe3b46.Z+OFSXZZxRt+0a+i2tJ2cyU19yd1J86k7sc1l70X74ztYZsfC8rlJs5ykz+xTLWAWapCUfqxRLZXa.VnhMqJWu4lxG0s7Ib65TeEQKYCEbv4Ej0p4BiNLJZ8g3DJGdXZ8xNhFS0+GxNFetPBYHyqcEkkirAvoNh1UHgy1JG4mlk3RDFv21xxQ+KrH8rSf6YgYvGvOHnYi123W8OR9.a2.UyrrCgYyKxM4Qn959uEV4P1IhKFAiCgBvOT6FSwRxrtXYWQFOxMI2JXnPlmOuojk0P2Tx7L8sjV4ZzEljFxy26O8PnYT1zYZC0od19wE8S200Ocu79ImmrcRk8ymrUrcJoX6ziOPSuTaL1NnddajBv6.tq0x7LLSMTj.ACKAa8Jgt8y5vBEhnrXrd0sLL6ekK.5SV4ocyy2Pcj9ph6m8Qr5Qy24pGenP799iXZxr0iwRqAivfu+OvX9Baete+ISnD8R.ts+wuXS2N68D9SDYlAuCwZICJP7gt2wv7PBEhNmSiUlpsRlhMGcSCsICLlxirDuE9kKrkg1KWXq4BQIXhT7Zh6QMyJgehkCfItck4xvt6.cPKj8gth44DXC0WSHq5paY3tapgs2TC2aSMb+M0vGtoF9nM0vNueCM+ADGloEIt1FDZ3n91WO875ywPEnsZE8u.cyl5YA
  • SampleMaps are not seen and not saved with project.

    23
    0 Votes
    23 Posts
    2k Views
    d.healeyD

    @Levitanus Ah that makes sense. Expansions are a system for adding additional content (sample maps, samples, presets) to a plugin.

  • Previous/Next preset button closes the preset browser

    3
    0 Votes
    3 Posts
    210 Views
    mmprodM

    @Gab Aha - I just tried your suggestion, then I realized I had a close preset browser button that had saveinpreset enabled which was causing the problem. All good now. Thanks!

  • Hiding preset browser search bar

    12
    0 Votes
    12 Posts
    479 Views
    mmprodM

    @bendurso Just did, and it works perfectly. Thanks!

  • Is there a sure method of blocking MIDI messages immediately?

    17
    0 Votes
    17 Posts
    358 Views
    Christoph HartC

    @aaronventure better safe than sorry :) but yes, the requirement for non-allocating local number variables was one of the first things I hacked into the scripting engine.

  • Error when building Hise as FX with Faust

    Solved
    11
    0 Votes
    11 Posts
    560 Views
    ustkU

    @bendurso It's exported as an instrument. Though it doesn't load in Reaper or Live, but it does load i plugindoctor where I needed it so I haven't investigated further...

  • 0 Votes
    5 Posts
    203 Views
    CatABCC

    @d-healey cool,thanks very much!

  • Difficulty in making a slider using LAF

    7
    0 Votes
    7 Posts
    252 Views
    VirtualVirginV

    @ulrik
    Worked great! I like the that the text value follows the slider. I was considering adding that in :)

  • Packaging my first instrument - LinkOSX question?

    12

11

Online

2.0k

Users

12.8k

Topics

111.1k

Posts