HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. It_Used
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 16
    • Posts 79
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: VST quite large

      @coupe70 there are no limits on the size of loadable plugins in Daw, but it's important to understand that graphics are there anyway, default Juce resources fall into your plugin during assembly, if you add a lot of Pngs, your plugin will quickly pass the 50-100 MB mark.

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: Rounded Rectangle / Panel masking?

      @Chazrox i think my example is little incorrect, do not matched to context, i later read your messages, and It looks like you didn't need exactly what I wrote about.
      This is my mistake, i'm sorry.

      posted in Scripting
      It_UsedI
      It_Used
    • RE: Rounded Rectangle / Panel masking?

      @Chazrox
      Paint routine:

      const Path = Content.createPath();
      Path.addRoundedRectangle(area or local bounds, corner size);
      g.drawDropShadowFromPath(path, area or local bounds, colour, radius, offset in array 2 elements);
      

      and if you want delete inner shadow:

      const Path = Content.createPath();
      Path.addRoundedRectangle(area or local bounds, corner size);
      g.beginLayer(false);
      g.drawDropShadowFromPath(path, area or local bounds, colour, radius, offset in array 2 elements);
      g.applyMask(Path, area or local bounds, invert in this case is true);
      g.endLayer();
      
      posted in Scripting
      It_UsedI
      It_Used
    • RE: All envelopes break when playing the same midi, in the same place.

      @Christoph-Hart need your help.

      posted in Bug Reports
      It_UsedI
      It_Used
    • All envelopes break when playing the same midi, in the same place.

      Hello, i record a envelope breaking bug. Midi from video
      Video, There I wrote more details about the bug, identified patterns, and other things that might make it clear how to fix it.

      posted in Bug Reports
      It_UsedI
      It_Used
    • RE: Midi CC events ignored in scriptnode envelope modulator.

      @ulrik see, i use it in sampler gain modulator, use it with sustain pedal, if i use midi_cc node - this is working, progress slider on this node - changed while i press/release my sustain pedal, but if i press pedal - any ahdsr do not apply sustain on sound. If it were that simple, I probably wouldn't have posted on the forum after a whole day of unsuccessful experiments. By the way, you are not using it as a modulator for the volume of some synthesizer or sampler, I have checked on other types of modulators, everything works as it should.

      Try this by yourself:

      HiseSnippet 2054.3oc4Y0laabiFliTnSrrqayhrE6BrEXP+kaQfgjshcBVzZYKY2XzHGAKUis+JkdFJIBOCovLT1VaQQuB6EXuBK1iPNB6EXA5QH2f1WxgiDGI4Oija6tNH.h7ke7790CeImFQBOZbrHB4Tn0fdTjyx3lC3xtU6RXbzA0PNqfqShkzH2jt1cPORbL0G43j+qTc3r3CP5+d216RBHbO5ntPniELO5qXgL4ndaT4qYAA6S7osXgVitbkC7D7ph.Qe.O4wEQ8HdmR5POjnFVNL5kj3tHmOG+hxas4Ia4870KSK8hha97SJQJS2rL0aimuk+IunLcimUrTwhDjyB64yjhnlRhjFibdvtB+AM6JNmmrAGyhYmDPUMJgZB6bR26KB7UpnpWT0tr.+FoFpXDxA2XjYKehY6I35Le1v9GY99Hs.2Qyv1.5jKK7xmAdkrgWQK3MEH4XAoGj.oGia5Ew5IGIQgmkvGvAuYaB3mrgRxXQ49WN3pBXDb4ZgjSo6GAMFNiUAi5Sc2n3m8WKT.bUwR2yHQt61WJE7Rtega5L6PkUEg8DbnwpepQ9mplEiGv3T2184dRlf6J3FopoFIBV0KcdOEV6f9zOqv2WXQcH4ZwTtuYXAznVBsUPKJd0MK+T2Rquk6malErU+.7+qAPvRJMqXURPvIP31piiH0RUvBuGJjzWyWUiqB+PA2wE0t8TkMB3SUrJSH5pl3p79gmPirsJpABd6rgP3KODxNB2KwvXMPA+.NS95dT9kE2iLVSU3lAUvPk5fsULAaI1NDChoVDaLjHMjsYEPeyA0HRR5BAqIrO8nQRlREbpQOCXMRhhWDWiFepTzSOViKD47vav1dg8VNvtw4LeY2Qc7sU5RYc5ZQQ8kUjzKf1Xby9flOYxEjVK76GPjYy0ULhFAf2KSBlJIhGyjCrYLmYD.2TH9XbClzq6zwXtofQvGMOvng17Cv60tM0SNBfO.u+ea9vQZu8eRx1+GvMkQTRHi2oIIrGjbpwPAroUoYwwc+ia7wcMhnABheS1e2ZXusxt8AaTT1d+2Uza0Ngh97L6kA4GQ6QIRvMaCuJGczWEI52a7Y8ts0AEsh.9OvTXK30bJXqk15X0HQbbaPczqUrsnF8i5nrUi54H5Yzn3r8cX+Pvey4z.EekiihOHlp7uLu5DYDKShqdWJ1hn8wPM.51kFq85i0diwZWdr1Oar1aNV6sF0NwfVmzKoXHfuxCHppUm4UZBx2EtYjuvh0f.pu0H2k0Y3Fkzy0TCxB+lqFjeGvR5jyBiOLAi+YyQH6wOCx95QGhXMX+KFotohcGJOK4PcAWzqqfy7xF9Cgyc5.7JVpyT0QS8WNOEeaN7GeiMLktZe2vi1QGRkmKhNUWTo42HmGorEKfaQikncBBDmqNJlY7ef1q6qgHXPpIvIWxHnlL8TJGrSNXOF472MP3cZB0FVQDnJwuEgEnVA3nWnZD+WyaBqiln0I+w.ahdOeHt3Zv+.W5gZRtE1m3AVhAMHpS1eLVUfCDlQiVyaXjmQArcaIWsvHPsRo7wInAThPc8F.QfSdqhTRp3V0B7h4TK9x3ChOVI0iDfNNohGPYUqoNxy.S0PWDGy5rdnvGkAzqfCIpxbMxlDlil20fzb1HE0fDASGJgOA1osfy4py3GOdsY0IWLVePvoj1K64OHTySomm.+Lw10TtljEnETBUKg92P3EbNfdSWB+MbeZav03CHqigjs+IZdWciIfTMZaR+.4D8irroKgCANtDecFq5ezJTXzPlz3Zu.yy.g7YBDT64a77PSI5Ex6WKU7zhERkca.qUlWKBbVsbh3i7253iu66pLY7ADybowGEvUqdnlPaVEhznxzCQd21nYS39UoNKg2iqpVndi8tGB4m+ouqfyr42qYwKiaGPu3Mjt9wQimFSMm.ul0PlLuHyJbMoF3qLO9CwPPpUtgA3ImfgZdttj4zjH3zJqNLWrkS0miGO1vmPpcSyIEG3q.vYpZ7eSHgSTkPLDKJgKiU2pvUeK.sZA0NdQ5kpqwh6EPFjbwg3I5Qoff26Bkx7yve6A4h9Pwl5oqrLYoDJbqi4d0+sxMJl6s+Sx+QGy8H7NRIb6iKIZCNeVc0oaTf1StDtfmTAM+0iEvuDJaeFnEyRFfasV7PfAviLXNpFeak6AhrEUOdi5j+KQQ9X7ghnPR.rf9MnQd.ufRmtQJ161d5J1Os88f+YQ7Qz.JIl996gp7iSOc4sQ2EOD5VVIvBX8KTLiNh4x7Iyrp.tpfsOvvf8JJbJ08X.28pxUsezYz4fx8SyvroasxsbBa2+SpaqjxT7qf1MsqZXUp23U2joZu+znp8xNpIK3a70Y1b03klO2UHSUaycZuc5KEgDYxa6mQWy1XWg3zPh9MetSeYF6W96iRDtDdendzcdYslGoe5kOV21U2wv2RKyKnk688EzLUPZUvmtVrL0hnppwpHjz5CrVkzSVsNHL6qnmtQID8SzcRhVl7igjKV8lIszp+awScVZ9+Agx++MePnqxDsh4yA4B6Xj72feTukwZxAW02X59DdGI5KY7NoeyF08kaB7tdT6Oui51xl1ESYjaR49ESu8oQXozuEjRXoTgHuzkBzGyuStlZdp9UWzTGAYyEQnX3dtJHotK68AJCIdQh2Xd0NEVejtG.kbyq0UW01cJeK7zmwKyRMwDW+tNwMtqSr7cchO6tNwMuqSbq65De90OQ0WNybNphbDJBnwdIAfN6ML.LO5W.Xp03VM
      
      posted in Newbie League
      It_UsedI
      It_Used
    • Midi CC events ignored in scriptnode envelope modulator.

      How recive midi cc events in scriptnode envelope mod? I has been add a Flex AHDSR, but this is no recive midi cc messages. i tried a more methods for a day, but i didnt take a resault.
      Without scriptnode, build-in envelopes has recive midi cc messages...

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @It_Used Now is impossible to implement this. It is currently impossible to get the number of votes for a particular note. and send note off by noteOn EventID.
      Maximum - switch sampler retrigger mode after thrashold.

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: Compiling all 16 channels get only 2

      @ScreamingWaves see, this is my Hise build with 64 channels.
      0affd512-d079-4cbf-b659-1a239555761f-image.png

      But above master channel we have a Hise Output, and here only two channels. (This moment seems to be described in the documentation, and if u compile a plugin, u have always only 2 ch) Maybe i write a false info, try connect master to Hise output, if extra def is working, I think, on logic you should have additional channels. I has been tried this, no addition channels in Hise Output.
      28c03c03-6a2c-45c2-a148-da5fcf3d1fb5-image.png

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: Not working: getMinValue() and getMaxValue()

      @Chazrox into online docs available new UI Snippet, this range slider based on panel, you can use it! This is time economy, Homie)

      posted in Bug Reports
      It_UsedI
      It_Used
    • RE: Not working: getMinValue() and getMaxValue()

      @d-healey i've see this later, after post publishing.

      posted in Bug Reports
      It_UsedI
      It_Used
    • RE: Not working: getMinValue() and getMaxValue()

      @Oli-Ullmann not working ScriptSlider.setMinValue() slider callback triggered if LMB is up. functions for get values not working too.

      Snippet:

      HiseSnippet 1151.3ocsV0sahaDEdbR71Eq1Uck1K6EVbEoMh0.IjzVU0z.IszcIAsjj16hFrO.ixvLV1CIPqx6Vej5aP6YFaisSHaWgTsDRb9+aNy4mYPjzGhikQDKmKWFBDqO2d3RgZZmoTlfzqKw5U18owJHxMg0IKCowwP.wxZ6eVyvpxNDy2e+imP4TgOjyhPtVx7g2ylwT4bGb76Xb9Yz.3R1rBZu+w87khNRtbNhmss8HgT+aoSfyoZ01xl7Kz3oDqu1tYiVdMaO9fliOpYqVGbf29sGMtYCOuCaGz5aaMJ.Z3621yiX8hSCXJYzPEUAwnSOQFrb3T48hj.bMKlMhCZhFjgXjSXS5LkwCFjkbhIDqcFjmp1NIU8F69r.1J94oruzHvM2hhIMqsJCocJAoFEgjWAHcljGncfVk0.OqBvamD38Z6g9QrPUtDM1dIdcxDW0qDlRTjr0Wsi8aeqae5sf6U8p6zQJTfPUeFx3rHjnGRGMl5C0NxyaOWLCu6263flzE74zHvMlyBfn5N38XrBoB9.ULAFZ359CtYNjFD7NgbTspk0n5dtM8z+PuloZLnO.gPjhAwHHl8qCu37mZnye53heUU3Qu524VM4DsRpQFKPK4IVZjs.EgwNgXYQhX0RtwkFqxzGDT7RReM+dfFIP4qzGDAWS4ygKDcinSPIMxhe705igOkWTc7l2n9.Y37PcbNA3x6yhy8r.0TsOVgmo.axTUIDht3RXg5D4hBNdFcgwtCqmeRfvgr+vbXZjEfYrf.NF7XlhI0mi16uxf.XLcNWYfWpDmGz23kyg56n9zEF0pgA7YzfIRznYVQSGJmOB6vq6vDbl.bGOW3qQgKV8TxdcwPjjWyWNKTJvxh8buS6qcwq8JNUPeMHhITZl0cpfZGK4P8PMuZUw.iGX2uwck00mT.N6hRpVGK5WrNsxNVIZUEQdkJNOjWdh5zIyfmTUtq9bmh8rCasm4royIluBIgykJrJpVxo7AG2GKZ730JK0ibHZsh0Cci9XFVSLe1HHpTNFUDGrTdxk8yO4p3vT+jTUAEkhdBl5hPP7byyHo4W7eW0qKUQ0i3R4kON.40EtCWvjLvqhcWH9VkLzna5kBNGTYj9J6hyDHr.8b5xWEjEnSdwaRWcsrHgYJ.w5yrMpSdT6uVyrMd4c4E4VtMW6HSaNwzeqUbQphIs2kBcd6cQOh82qVc9W2bbVycRFsbWcwUuE6oKxOldGzSLHBvRV8JgXecIzuME.tlj7z8K3VNYvbNUUd0m9QAoBzgt3ZF85CABokEezvi2Gt8m19v0Ty7IBwWaOfo7mtdLt0ZvHV68+AFSeEwWXe53wfuJGf6Xe1u+QexvlG9OHmqXhI8opHFV9Xe97YCwWa4CXzEBfq6ps1R2+kP6oo0Yfg3VMCw+feoBanosRE1HSHVXhkN23mLKQ+1jWZ3fXRXdGWE7EHHsaCxckKBI5xV1M99kc0SLr4lZXqM0v82TCOXSMr8lZ3gapgG8eandd2OMWImkz1PH8GbpY3rk0olAhlpUx+BLtBncJ
      
      posted in Bug Reports
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @d-healey said in How to limit voice count per key?:

      Use a MIDI list instead of an array.

      This is unlearned area for me. Which only gives me more interest and perseverance.

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @d-healey said in How to limit voice count per key?:

      but per note voice management really seems like overkill.

      This is good solution for pianos, i make a piano.

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @d-healey said in How to limit voice count per key?:

      @It_Used said in How to limit voice count per key?:

      would be easier to remove duplicates after a certain number of voices for one note, so as not to lose the polyphony.

      What about the Retrigger settings?

      6335d4f5-42b2-43e5-b02f-74a78676d291-image.png

      @It_Used said in How to limit voice count per key?:

      if it were possible to set the number of acceptable duplicates, it would be an ideal solution, and according to the standard, you can't create more than one voice there.

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @d-healey i want give more control of voice management for users.I find voice control for each sampler an insufficient solution, I myself have such situations when I play for a long time with the pedal pressed, it would be easier to remove duplicates after a certain number of voices for one note, so as not to lose the polyphony. if it were possible to set the number of acceptable duplicates, it would be an ideal solution, and according to the standard, you can't create more than one voice there.

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @d-healey yeah

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to limit voice count per key?

      @d-healey this is good, but it's set voice count for all keyboard range, not for each key unique...
      I has been learn sampler on first launches.

      posted in Newbie League
      It_UsedI
      It_Used
    • How to limit voice count per key?

      what does the Settings.setVoiceMultiplier function do, and how do I limit the number of voices for each note?
      I suppose we need to create one array in which there will be 128 elements, each element will contain an array of the specified number of votes, and when filling the array, we remove the zero element of this array and push a new one to the end. I think I've made it a lot more complicated, can someone give me advice on how to make it easier?

      posted in Newbie League
      It_UsedI
      It_Used
    • RE: How to control loaded samples with preset.

      @d-healey oh shit this work... How did I not come up with such a simple solution? 🤣
      Thanks again! 💕

      posted in Newbie League
      It_UsedI
      It_Used