• Quick Question on Engine.loadAudioFilesIntoPool

    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • Layering Samples

    23
    0 Votes
    23 Posts
    757 Views
    LindonL

    @D-Williams23 post a snippet

  • Customizing combo boxes - how?

    28
    0 Votes
    28 Posts
    1k Views
    T

    If anybody would like to change that, too, please, look at line 2904 in PresetHandler.cpp file:

    b.removeFromLeft(img.getWidth() - X);

    The X bit should be a number, it offsets the text to the right by the amount of pixels you specify.

  • Flanger

    2
    0 Votes
    2 Posts
    143 Views
    ustkU

    @D-Williams23 You can create one in Scriptnode, but you have to find the DSP "how-to" for a flanger yourself.
    Shouldn't be hard by modulating a DelayL placed on a parallel signal path...

  • Can Hise Export .vst /.vst3 on window or Linux?

    9
    0 Votes
    9 Posts
    274 Views
    S

    Oop,
    Thank again
    I will try to compile hise again with Xcode 10.3

  • Latest Scriptnode branch ?

    4
    0 Votes
    4 Posts
    183 Views
    ustkU

    @d-healey @lalalandsynth
    I think @Christoph-Hart is currently merging Dave's branch, if he could gather all the authorizations though…

  • Exporting issue - Newbie

    21
    0 Votes
    21 Posts
    872 Views
    S

    @dustbro Oh great ill try Xcode 10 thanks for all the help everyone, I really appreciate it!

  • changed() triggers repaint() ?

    7
    0 Votes
    7 Posts
    233 Views
    d.healeyD

    I just got caught out by a related phenomenon

    MIDI automation can trigger the callback of a knob but it won't trigger a panel repaint within the knob's callback. However using .changed() instead of repaint will.

    Here's an example. Moving the knob with the mouse will repaint the panel, but if you use MIDI learn to assign a CC to the knob, moving the CC will change the knob value but it doesn't repaint the panel, swap out repaint for changed and it works fine.

    HiseSnippet 1090.3ocsV0saaaCElxIJq1adXcnO.B4JYrNC6s1tgELDm3jzYzkTi4zhcWAiDsMgoHEHoRhaPtaOO6UXOK6ts65av1gjRQLsNcsFX5Jc34G9cN5b9NZrTjPTJgDEz7zk4DTvmENYIWOe3bLkiFc.JXqPMQoQ6uLGqTjTTPvFO0nKn4lH6ya1ceLCySH0GgPuTPSH+LMipqOc7fmQYrivojSoYdV+nAiRD7gBln.vwFg8P43jE3YjSvFyZDBf3vTpVHmnw.X.a1WjtbxbwEbm8ujpnmwHFg9nIPfbGiFNmxRGWkiJDJXyw0Y7FtL9AgGSSo2bdcl+EVEQ0d3WCBZbaHs4sfT+6BRGIXol.bGvKvCda5f28CmjHo45ZMFr8ogi3ZhbJFJ69vxYKpgrQ3PAXAW2MCufbjDDtwi3mzq2Cidbudc1ocq1srev6lRlRjCwL1YPwWEqkEDmZ3aiRGcNVFMFyIr9Q+XTUnmQzCEY4BNHDusS81NubBcUD8Xndp+EQglxIwSK3IZpfGOqS6VW0tUD7.QSIXjt4RpILRRtwCabLpm0cJz1rGiE6ZQTcufpmuGKeNN9XLfbIlmB4VLjS86U9zAduSmcL92t00NHQ4L.BQUPHRveFWbVeSxHEr3jpL4gPxxfr+t.XUQJ5TIc1Lhjj9CQaG8UkdAWUyxjuLShMmcsEBqtvYgw1cLEqRvTcEw2Fil.4A+SDZxy4wcZcUqlsttUzaqZ5zUpqLXLhbkpMCmx2miw7hryHxpxTkgPG6sGI15CajHwUS7LTvGwo5mmSJkqGZ5uhgFTYQ0L9ThPvTsc34yKGdlvnoDIhBA4SBsUTjE70jP+0tnWL5.rFWEFHhvsjSjZpIYBNfbNPo4lIaFd.QsPKxA1oa9NBbm+mW5k0W3NCVVKLXfRuzTZ1xZHJillxHiEJpoz6w09GJMIeB80Vje0C98m9mu921MymNFgxvW5yNqJlNkdokGEFjxTZ.aix.5UTvWF9BEIBl7wELcjZADGXDYAI8Tg0djWxskK4ZWQGYZws418Bcs6dIWzB+j6mFbAMUOGEDF7FPbNgNat1H821sBuCiGv6JRKXX8sIiMacJUXpI9rdFlMNTqV5m2eDLz8VIC8Ja19.g68CGS0IyWMdarB7Bsc+ei2x8csCOb5TRhtFraFdzuttK29HfhaGvLfyVZ5GCOoHaBvmmP.jvgNHkomngYf1I2yHapLSH7Tqv+.OkJ6ajCJU1uRIz6mHEuJwQCX1ndO6I.l31elnY3wF4nal+CC60smYdi9pjDSo3q6iPq1muYM74aWCedzZ3yiWCedxZ3y2sF978uWeL+i0dEZQlaLolDG1OA+miuf6CtWGs+eAYuqQ7TxkUMCP2qT6OgcHO0mf3nBF6crwb3aY2jEjK7ks2IjR9Tv6ogl5yJzjZt9Q7ygkGtAJzwiOztbIH3PNFFcbm9uS1WFl.
  • Acces to Buttons in Preset Browser

    4
    0 Votes
    4 Posts
    220 Views
    ustkU

    @pasmae You can use this in a Save button of your own that overlays the original one.
    For the preset Add case, though, I don't know…

  • Clean Build On Mac

    3
    0 Votes
    3 Posts
    185 Views
    hisefiloH

    @Natanr Shift-Command + . (dot) to see hidden files on Mac. I can't compile either last commit

  • Compile Error

    5
    0 Votes
    5 Posts
    264 Views
    D.Williams23D

    Yes that was it. Would have never known. Thank you kind sir! 🤝

  • VST SDK is missing.

    10
    0 Votes
    10 Posts
    5k Views
    ?

    See Chris's post... https://forum.hise.audio/topic/1444/vst-export-failed/4
    Projucer settings:
    Path to JUCE
    to..your..Hise...SDK..Folder/JUCE
    JUCE modules
    to..your..Hise...SDK..Folder/JUCE/modules
    VST (Legacy) SDK
    to..your..Hise...SDK..Folder/tools/SDK/VST3 SDK
    VSVT3 SDK
    to..your..Hise...SDK..Folder/JUCE/modules/juce_audio_processors/format_types_/VST3SDK

    Using scriptnode branch.

  • Scriptnode...

    6
    0 Votes
    6 Posts
    209 Views
    ustkU

    @D-Williams23 Unfortunately not...

  • 0 Votes
    15 Posts
    1k Views
    d.healeyD

    Go to the export menu and select Export as Instrument. I'm assuming you've already compiled HISE from source before and therefore have everything setup to export.

  • clear sequences

    1
    0 Votes
    1 Posts
    92 Views
    No one has replied
  • static noise after exporting as VST

    3
    0 Votes
    3 Posts
    179 Views
    Dan KorneffD

    @Dular That'll do it every time

  • Gain Reduction Meter

    19
    0 Votes
    19 Posts
    3k Views
    Dan KorneffD

    @Christoph-Hart said in Gain Reduction Meter:

    Hmm, weird, once the timers are started, it should run.

    @Christoph-Hart I have to dig this one up from the grave. I have 2 different virtual instruments using this code for GR meters and both are experiencing intermittent behavior.
    The interesting thing is whatever causes this to happen seems to be "system wide". By that I mean: If I load instrument A and the meter isn't working, loading an instance of instrument B will also experience a non working meter.
    Sometimes changing the GUI scale in the custom settings floating tile can knock it back into action, but most of the time I have to close/reopen my session to get meters working again.

    These are using a slider with filmstrip.
    I also tried using a panel instead of a slider. When the malfunction occurred, the meter flickered (what appeared to be the amount of images in the strip) and then disappeared.

    Does any of this ring a bell for you?

  • LFO Modulator

    15
    0 Votes
    15 Posts
    451 Views
    Casey KolbC

    Unfortunately, this is a HISE quirk. You can't add Envelopes in the global modulators section (there's a good reason for this), but you could add an envelope to the Pitch and Filter modules individually.

  • Preset Label Update

    6
    0 Votes
    6 Posts
    322 Views
    pasmaeP

    need help... 😐 🙄

  • Where does it go? {PROJECT_FOLDER}

    5
    0 Votes
    5 Posts
    234 Views
    B

    @ustk I followed, the appdata Route but still didn’t see the exported midi files.

21

Online

2.0k

Users

10.9k

Topics

94.7k

Posts