• 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
    259 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
    239 Views
    C

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

  • Preset Browser Popup

    6
    0 Votes
    6 Posts
    337 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
    471 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
    265 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
    210 Views
    C

    @Lindon Very cool - thanks, man!

  • Limits on Recursion?

    Solved
    3
    0 Votes
    3 Posts
    141 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
    378 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
    700 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
    159 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
    626 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
    390 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
    190 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
    97 Views
    No one has replied
  • How to set arpeggiator slider pack directly

    7
    1 Votes
    7 Posts
    365 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
    459 Views
    DanHD

    @virtuscapeaudio 😆

  • Lower Sample Volume while Volume goes up

    28
    0 Votes
    28 Posts
    1k Views
    d.healeyD

    @treynterrio I'm sure you could have figured this out, but here you go

    HiseSnippet 1490.3oc2XE0aSbDDdO6bgDCkBHTUeoRmPTIGIJJNI.UpsjKwNAYANwJNPoOg1b2Z6sr2tm1auTbq3GBu0eB809V9ozeB7Onc16N6auCGhSTnDvODkYlc14alc1Yla6JEdjnHgDYs39iBIHqqX2aDWMr4PLkiZ2BYcU6N3HEQ5jxZyQg3nHhOxxp5izLrVbNTxu2t9lXFl6QxYgPOSP8HOgFPU4b659XJisM1mrOMvX0q411SvaJXhX.OUsWFEh8dId.YGrdYUrQVyukOUIj8TXEIBYM2lB+Q8FJ9Md55eFMhd.inIZf5AaTJ6sELeMh0bQMGRY9cG62QHjkc27nP0znvMs6P8oS3mGMtVh.mbMLiGVUJBupEfWCS3srA7lBjrLfzboP55187jzPUtDMdtrcaNb3zGCgcSnjtVTkerhcSArBt5tA3WR1VBDSzn98Wd463.+YoenVMHzGobNDKcdLWbvJN+jyXEGPTMEAgBNPT+VIRuEnQQEV88pvpZEpQ4LJm3zOl6onBtifqk0PqlTvp6MVm6.6JKlrTs+n1hIl6tQD0yzr1QHCvL5uS7q236lrdsAKKdIvfIJu5zT9jUcrk8Fh4CzLmrcFbdM3TGuS23VKoscl60DyXG.4y0K50vtXDO1QnH6xqm340dcMmxh52epxx1KFQNUw5qYx2mh04wAGPjlwc8BgbuhIz1GeBs48MuzPhwBE71bpZ2PB+3tEhxhiPxe0LTA+mJI0+pYo98XTehDQgL7KYmDDQI.1rFDZlUdkxJu1QytxqVV4G5hdZ6VXEVe6MyW.+KjHUTcnypE4PnTX5c4EsaQhdoRDl3rYIMvVeht6qlXP2e0cTt0a6FP88YjthHp9nMWx+rdTb+9zWoi6eKJP3CF3qryy16Rjdfwgpr5ifIP4JmXvKGJnVlPw+XgxsOB5iD1CrZFu+7Mu4uWOvrGxZGEfekY+iwf211weyL3qiddzCHLT33Dn19IXkFDxHN51RMfdGRnsAToSKad6jdUld3kOwS3bfbjb17v65NUOzzkdn6ovk9R6tB1nng3Phy1OujOcI6VR5gvw161q.5RI7iYXUwVW5XPl.MrM6Wn6IvA2Yj4coys9YyJDutcWpxa3zwXkofQ3x1GBLlMEvWXuU+9DOUN.myd6m+gokuo4+lTyeC6dJIACWPFzCqyrSa4WyNipw4wvXgy7vXckDl.6ajcquY3tIjNSjE49WtIlZi.QLufsxP9djPBV0IM0OS3Bt6s2ijh3vxZ810SRJ1WBMOgPgofc4DHVqL8wlRQTTevcR1qHSQcikCzwpbN6QNjHiJxam3.37lyILcCOKKf0SiH5yWpWGrRRKTeJwJKuON4LFlPMgtQI5UJQuZI50JQeuRz2uD8CxoSCncvg5LC8Dxk5XO+r0wF1ftXvkMV4lzAS17TNmvXzyegaL5OApLVXR+EGiwzFYawODtwAbzX7FPGh93XlZL2h296H3hvgBN0qX9MjuNX.QZh8o5PanTv0qbN2zcOBifiLtfda2m.SuikEu1dphEMN0e0yTOu9Z6T35nKY47oaGspeV2Qyphg8WXr8mLPCXVs8KOhiITZFKOLsL2FQiBz4xdXVNyzweLlrpbl4t5p65ZXEZabphvmSYr2HcVsO94pKL4UdRJw7n7W4ovvyG+fEqcTKBCWHg8mo9pg4L9E2oL5QanpkTAG0XY4z8pmWGFyMy2I0tzE65F5x8PX9hNHSN5uXCxqYCS17QBh6IhUPsmwiMZCyV1Clm1iXNgYE8TqozKqo0fnGg6mP7uvuLgMFONpVXiwBm0vvUy9pAGvqjpKfmSWwNY1VG8mh741Yj23sB7mr+O4ohrpR35Q4S97VF7wHro81GPqt+WPY.1SJdgW5Sfow5BIb.TxSd.9Es6nocdmWcCgBfo4egmWws5cTbkyphqdVUbsyph26rp38OqJ9fyphe+Iqn9is1HVIBRq.hPc5tUZBn0VSR.qh9OnaeBrA
  • Multi Output: Duplicate Signal Routing

    2
    0 Votes
    2 Posts
    302 Views
    E

    f775e30f-dd5a-4ccd-aec6-00f882a610ec-image.png

    I don't know if this is a workaround or if this is actually the way to do it.

    The Sampler1 routing matrix was changed to like the image from post 1, except without the blue lines indicating sends.

    I created a Send Container (to people who don't know, this works as a receive for any audio you send to it. That took me a little while to understand).

    Then I added 5 send effects to my sampler, sent them all to Send Container1 (set to channel 0 inside each effect), changed each send effect channel routing to cover all 5 stereo pairs, and set their gains to 0dB.

    The send container goes out plugin channels 1+2, and the remaining outputs have the individual drum mics routed to them from the Sampler1 routing matrix.

14

Online

2.0k

Users

12.8k

Topics

111.0k

Posts