• This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Interface: Skipping changed() callback during onInit

    Solved
    13
    0 Votes
    13 Posts
    464 Views
    C

    @aaronventure Thank you - did not know that!

  • Regex < > Not Working

    29
    0 Votes
    29 Posts
    1k Views
    Dan KorneffD

    @d-healey omg.... [0-9A-F] is limiting the character to A-F. Obviously I want A-Z.

  • MacOS Compile Error

    2
    0 Votes
    2 Posts
    252 Views
    d.healeyD

    @Casmat search the forum, that one's come up several times

  • Does the Order of Declaring Identifiers (Variables, Functions, etc.) Matter?

    Solved
    7
    0 Votes
    7 Posts
    235 Views
    C

    @d-healey Thank you for taking the time to clarify all this - cheers.

  • Preset Browser Popup

    6
    0 Votes
    6 Posts
    328 Views
    M

    @d-healey damn, I only looked at the preset browser and the panel

  • Selecting sound layer via Combobox

    8
    0 Votes
    8 Posts
    432 Views
    d.healeyD

    By the way, you could also use groups to separate your different sounds and have the menu set the active group.

  • Message.delayEvent() for humanization/chord strumming

    3
    0 Votes
    3 Posts
    261 Views
    Christoph HartC

    Not sure what you're doing wrong, but the Synth.setFixNoteOnAfterNoteOff() is precisely for this use case and should work like in this example that delays note ons by a second and prevents hanging notes if you press the key shorter than a second.

    HiseSnippet 910.3oc2V0saaaCElx1pX1cqncnnnWJLrKbAJJraS6FvtnIwwtvX0IFQo+bWAC0QwDghTihxsFE6cbOJ8MX6PJ6JoFiTGitUr5KLz4OxOdNemC4TshAYYJMwq8IKRAh226GtPZlMXFkKIiOf3cC+IzLCnCJTs+hTZVFDQ77Z9LqBu1sHtee3o6SETICJUQHuTwYvy4IbSo1o696bgXDMBNgmTw6c1cLSIGnDpbDOM86QRoryomAGRst0vm3csgQbiRGZnFHC8YeUzhvYp2JK7+k7L9oBvJzmDhKTgZxfYbQzzUm0LBwyeZ4IuYwI+19S3Q7OpuLCbSmgfxHplC7ZbYPp+U.RdUfTqBHcK+PllmZJsXwy08GKwBRLES0UgRgujF+jm+.E5gz7fD54vHMJ7wH59jd8te.9289sNtJ8ChfXPOfJDmhY6rtwTQFfF6rzbFXFwe2gJCbjbuXbUbeFG20nys9EmKYFtRFnjEN08dcdem1SP7hkNb0EzECmifo6N6z2sss67mcB9zvvEzE2mXydPzJg.zq0rk.our.6JySNEz2OXNUfvckiXFtdY6ZaVYiUjWq3nRNVxMGkBKkGoDQ1xg86KVjIKKL3WuX7ATC0V2WpC8KEzFtENdG.ywFmBVPa+CfryMpTr04BTDjbphxETScFqs0boALeTilXoBxLtYQ0V2q.Mt2kRi2THdK+obCa15wXi0fQLS8uAFW17+C9CiiAloDfs7G85ssSey29aTr8W2OjKAWCmayuiSN3Uz4Pvy.InsIu9Wxv2+ZSG9ltwCeOhYvs+DMUlkpxpsvgPB+DkzlEJU9hLbTC7GGaqlU0OPQ0q0zGd5H7Pt1XBolbsiVrWhJWZpQCZVuNzZyZcq2QTw+0LJt0WgaG9xzV8Uryu1EXsWgwPdRp.FJmCBb7lCi+HNOKllKLqzVmXOQIUoyTRNqZU+Xvn4mcFnqh80df1yXvKxJ0b6cOFD.sJC9m284Hyipw7Drk4hq9k4qsdcW+B3FX6FC9+6D6leaOw9XUtgKOaBEIguCe83g4Ig3fRFf6tTBBbw88ZXG1UH2yJWLoTF4D9a72Ri8sxdKM1ekw+S1iDJSqdCq3sQVd524zfmao6M1swG6ixA8It2KUsVlfS4dCiUeotPfObaC7Qaaf6rsA93sMvmrsA9Kaaf+5mOP6kP6kaTIEslDxjoCcOvzyanjhrbWGA4e.vLdxN.
  • What Does ProcessInput Do on the Convolution Reverb?

    Solved
    3
    0 Votes
    3 Posts
    170 Views
    C

    @d-healey Thanks, man!

  • Function Pointers for Fun and Profit?

    Solved
    5
    0 Votes
    5 Posts
    208 Views
    C

    @Lindon Very cool - thanks, man!

  • Limits on Recursion?

    Solved
    3
    0 Votes
    3 Posts
    138 Views
    C

    @oskarsh Thank you - that makes sense. This simplifies my code immensely.

    I was thinking that a lot of recursion - like a recursive descent parser - would be too much. I know there are some error messages that HISE throws to protect against recursion (which is a good thing), but apparently doing it one layer deep is cool.

  • Size of XYPad Ellipses

    4
    1 Votes
    4 Posts
    368 Views
    d.healeyD

    @meto396 You'll need to ask the original script's author about that, I'm not familiar with what it does or how it works.

  • Script Watch Table empty?

    7
    0 Votes
    7 Posts
    653 Views
    d.healeyD

    @ustk Try and capture a video, I want to see it :)

  • doubleclicking on api functions in browser does not work

    2
    0 Votes
    2 Posts
    158 Views
    J

    just realized someone asked the same question here a few hours ago

    https://forum.hise.audio/topic/9246/api-tab-no-longer-click-to-paste

    so its missing...no problem. autocorrect works.

  • How to delay note on?

    19
    0 Votes
    19 Posts
    622 Views
    d.healeyD

    @aaronventure What I don't like about it is I'm going to have to write all this info down somewhere so when I come back to it in a year, or when I want to move it to another project, I can figure out what's going on.

  • Drag and Drop Samples in my UI

    7
    0 Votes
    7 Posts
    373 Views
    d.healeyD

    Ah look like there is a dedicated Reversed property

    1b279026-62b5-4bc0-9db0-ee2886dc390d-image.png

  • Reg vs const for arrays

    4
    0 Votes
    4 Posts
    188 Views
    d.healeyD

    @aaronventure Yeah I'm using MIDI lists where I can. Greg's demo only applies to the on init callback, I'll need to modify it for MIDI callbacks but I suspect the same results.

  • Restart LFOs with message?

    1
    0 Votes
    1 Posts
    96 Views
    No one has replied
  • How to set arpeggiator slider pack directly

    7
    1 Votes
    7 Posts
    361 Views
    LindonL

    @d-healey said in How to set arpeggiator slider pack directly:

    thanks mate.

  • Interest in a macOS Code Signing, Notorising and Installer Tutorial?

    9
    6 Votes
    9 Posts
    440 Views
    DanHD

    @virtuscapeaudio 😆

20

Online

2.0k

Users

12.7k

Topics

110.2k

Posts