• 0 Votes
    5 Posts
    157 Views
    CatABCC

    @d-healey Yeah, I looked carefully and it is indeed.:cat_face_with_tears_of_joy:

  • 0 Votes
    3 Posts
    196 Views
    VirtualVirginV

    @Lindon said in I don't really understand this pairing system for HISE MIDI note on and note off messages:

    @VirtualVirgin print the Event ID and see if they match...

    So here it is with the Event ID:

    Screenshot 2024-11-09 at 11.30.56 AM.png

    As you can see, the hung note (the last 60 on the list) is not closing the note on 60 that just preceded it.

    So I would assume that HISE is trying to match the event ID of the note off to a note on before making it "available" or "active".

    I just don't understand this method or the point of it.

    Why is it trying to close notes that are already closed?
    In the type of MIDI engineering I am used to, if a note off occurs after a note on of the same channel and note number, it closes that note, end of story. No other special conditions needed.

    Is there some way to turn this Event ID matching system off for the note messages?
    I would like that last note off 60 to close the previous note on, no matter the Event ID.

  • Codesigning/Notarization 2024

    25
    0 Votes
    25 Posts
    1k Views
    J

    I know this may muddy the waters a bit...but ive actually never code signed my VST3/AU...only my AAX because its required...Ive only ever codesigned the .PKG when I was using those and the Standalone app(via apple's signing/ notarizing in Xcode) now I have a custom installer that I built and I only have to codesign/Notirize it via Xcode(not via the terminal) and I dont worry about the cosigning any of the individual binaries...and all my plugins run just fine for my users...

  • Hardcoded Master FX Not Saving

    7
    0 Votes
    7 Posts
    245 Views
    mmprodM

    @HISEnberg Aha, thank you! I was getting errors because I am using NUM_HARDCODED_FX_MODS=6, and addModuleStateToUserPreset cannot work with child processors. But I edited the XML file and now it saves how I want it to.

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    62 Views
  • GUI Completion

    1
    0 Votes
    1 Posts
    82 Views
    No one has replied
  • Create tooltips like this...

    Solved
    3
    1 Votes
    3 Posts
    330 Views
    J

    @Dan-Korneff PERFECT! Thanks!

  • Vst3 Plugins don't show up

    6
    0 Votes
    6 Posts
    344 Views
    DabDabD

    I am having similar problem in mac OSX. AU plugins showing but VST3 for Mac not showing up.

  • 0 Votes
    4 Posts
    222 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
    236 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
    210 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:

    Link Preview Image HISE | UI Components | ComboBox

    A ComboBox to select different items from an indexed `items` list

    favicon

    (docs.hise.audio)

  • Check if system is using a dark theme

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

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

    1
    0 Votes
    1 Posts
    102 Views
    No one has replied
  • 0 Votes
    6 Posts
    511 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
    889 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
    231 Views
    Oli UllmannO

    @Christoph-Hart Could you help me with this?

  • Vst Export error

    5
    0 Votes
    5 Posts
    155 Views
    T

    @orange Tysm :)))))

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

    2
    0 Votes
    2 Posts
    71 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
    217 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

30

Online

1.8k

Users

12.1k

Topics

105.0k

Posts