• How to Set an Icon of HISE Compiled app

    3
    0 Votes
    3 Posts
    152 Views
    DabDabD

    @Christoph-Hart Excellent. working perfectly. (y)

  • change FFT analyzer range?

    6
    1 Votes
    6 Posts
    516 Views
    Christoph HartC

    The Curve EQ is also a display buffer source, you don't need to go scriptnode for that.

    // You can get those from a scriptnode FFT node (click Edit Properties and copy that bad boy) const var props = { "BufferLength": 1024, "WindowType": "Blackman Harris", "DecibelRange": [ -100.0, 0.0 ], "UsePeakDecay": false, "UseDecibelScale": true, "YGamma": 1.0, "Decay": 0.699999988079071, "UseLogarithmicFreqAxis": true }; // The EQ is also a display buffer source const var dp0 = Synth.getDisplayBufferSource("Parametriq EQ1"); const var dp = dp0.getDisplayBuffer(0); dp.setRingBufferProperties(props); HiseSnippet 1281.3ocyX80aaaCDWJNpn1caXcnEaORXrGb.RSk7xRR2vPyercVvhS7hSaVwvPAMEsMQjHUHoRqQQ+Ntm2S6iv9FrcTxNRJwKy0HKo9gVwi2c52cG+cGU5HEDpRIjV1kOdTD0x9Sb5NhqGtyPLiasWCK6OyoMVooRTpnsGEgUJpukscocMBrKunUxu+54aiCvbBMSjk0KELBceVHSmIsyl+DKHnE1mdLKLm1qt4dDAeGQfHFvSIGWqHL4T7.5AXiZK3XYeul9LsP1Ui0TEny1B+QcGJdCOU+WxTrdATyBOqtfiREasyPVfemIwpxxx1oSVjWJMxejSalO6B4YYfOOYCTlE4yA1KbcPx6C.R14fzhoP5gNcIRVjNaGCddfydbnfzGCo57PIUWqE9iEb1Q.Zv0qDhOk1RBKtvhZq45tLB9mk99JUd5SQuRDiHXNZ.UizCEJJpuTDhvHUh23BeJpUqiQIOTiDvHmhLQrIcDQkZFUgvbeDQDMBb.Vi5g8Q8DiVpBTLUZz4XIJBzUg9Az6pfPU2NteepbeJefdX0uC44Ve0kMxOgw8EuwD3fzpaG.09P.X+HVJYppIpzfRX8nAGg4CLJ8qfLD5Idttq3tbxyvCv++aIJ+BEsCEeJXCdDnbebfhNYiwNpKAGXbjVFmt0q1EGFhMnJ0iUmXs6Jq8rjearg65OyccuIdZew.rjoGFxHsjzy15s.VScXk2mlgOdHE07mQLHOEnDPl0mohBviP8RRDHEbbmPQ4RW9QtPxJgGtBTWZjpeZdqah10p1AKAVgVxNCbtWUnZl2dvbvIWw3ZlptezJJp9HFePpvrBYsj5DnR+XNQyDbjfefPSOjWaoJuqR4JuuB5xa0u+T2yb.TJBBf24z11P7kWmg03wg8nxkg3IHldgh.ynHc6dyFcijxGxonfuGmoOLhNdcKQfugFYd9pjSqwDJ3oWrWCrFa3qikkk+.YMnmCM7RYukcZPUmpEQPKuqPsglJB+3.rtXmFSK0wa.4iBzaCElqX5Q4a4d41OK9umObykO9Oh1YDtOzoCSSFNc7tvTvKj09+Fuial+oNMgy1DcFXWzo0uLuctcm8N2NSp86DKOm17rw00hz0B33f3vVr.n8LfAGaSRB521jig2cRdztzMzDFqiDwZf12FC33svKCdyosSfrDmSCR.vBlS6oqcm.ntTtexh+F9MdSOyZ6wa5MYy7khGmlJdfyI3yoIcyRRFONYcegLDsKkSklyTdWy8J98Y8dEQy78JNjnAHbrDyUQvHOu7d9R6UO+dMn5XdQ0SEUPKS30BBub5c+MmHrddgcv7BNCVWvSsMkoIK+ymmdnnKEhF+CUDHXM4t7sC5DCC4Ng4qG5k2vLw0yKFFs5C0ERABZoYlfl+zVw9V4zeJzk6cGb2qqmAe60e9loIS4IXrKKLJf1jeNM.FBkfwu.l5zGGGnmHsH2psfKhFJ3rBU8iLslFLfV3vzTCnszZ3hYYRdzlGQCnXUN91Wu49LNEKg7DcNyEe3WUdp0quxIEtHSCAzcRc6FYVZoYZV5MBFuCleN6rOne3G2UwuzA5KWGkTJQ2M0xaig72FuiPLQJdMI8yALj96mHAhadxeNfxNsMqQdVIeh.XmC70eVgv3hWSHlyqOAl9LcapOG17MygMqNG17sygMqMG1r9bXyFWqMlI0aEqEgom4AAcZl7sR11YWmsj0+feYb+y
  • Help with Info So I Can Write Peak Meter Tutorial for Everyone?

    Solved
    3
    2 Votes
    3 Posts
    248 Views
    clevername27C

    @Christoph-Hart Well, that answers all that. 👍 Off to write the tutorial.

  • Export Hise library

    15
    0 Votes
    15 Posts
    997 Views
    d.healeyD

    @ustk Some users also enable it in other browsers. Luckily, browsers don't seem to actually check the file type, just the extension, so renaming gets around it.

  • Need advice from Blender 'user (knob gui)

    10
    0 Votes
    10 Posts
    858 Views
    S

    @lalalandsynth oh I see. Thanks :)

  • Is there something like change_pan() (known from K script)?

    4
    0 Votes
    4 Posts
    262 Views
    LindonL

    @Frankbeat said in Is there something like change_pan() (known from K script)?:

    @Lindon Hmm... I don't seem to find something there that sounds like it could be used for that.

    Like I just said - there's nothing there for pan - so you could assume the answer to your original question is ... no.

  • Knob Automation

    12
    0 Votes
    12 Posts
    680 Views
    ulrikU

    @Lindon @hisefilo thank you!

  • Arp notes -- where'd ya go?

    3
    0 Votes
    3 Posts
    143 Views
    LindonL

    @Christoph-Hart OK that's too bad, I have sibling arps and I wanted to post process the notes they generated.. hey ho - one feature less to do. :-)

    -- actually I didnt want to process the notes per se, I just was interested in the note on event...

  • Best practice for one shot sample playback with

    11
    0 Votes
    11 Posts
    772 Views
    LindonL

    @Frankbeat said in Best practice for one shot sample playback with:

    @gorangrooves said in Best practice for one shot sample playback with:

    In HISE, every sampler has settings whether to play the notes as single shots (playing the samples in their entirety irrespective of the note duration and note-off data) or to follow the note-on/note-off data fed through the MIDI input.

    Where are these settings exactly? I deleted my AHDSR envelope now and when I trigger that patch, console says:

    ! You need at least one envelope in the gain chain

    you must have an envelope in the gain stage for every sound source, if you dont want the release to cut in then just set the release to the max.

  • How Can I make a hwt File Installer in HISE

    8
    0 Votes
    8 Posts
    299 Views
    d.healeyD

    @DabDab Not if it's in the System/Library folder, only the User/Library

  • Connecting 2 sliders form different Script Processors

    3
    0 Votes
    3 Posts
    131 Views
    hisefiloH

    @d-healey LOL I was trying broadcasting stuff. And it was that simple. Thanks mate.

  • How to split preset list column in HISE Preset Browser?

    3
    0 Votes
    3 Posts
    373 Views
    andrei sA

    @d-healey okay, thank you!

  • Question - Sampler Monophonic Glides for Audio anybody??

    20
    0 Votes
    20 Posts
    1k Views
    Adam_GA

    @d-healey thanks very much, David

  • About Signing AAX in EDEN tools...

    15
    1 Votes
    15 Posts
    2k Views
    lalalandsynthL

    @DanH Sure , I am not in front of my computer but maybe I can help.

  • snippets

    8
    0 Votes
    8 Posts
    783 Views
    FrankbeatF

    @d-healey Of course :beaming_face_with_smiling_eyes: Never omitted these to begin with

  • Export VST/AU Xcode Issue

    6
    0 Votes
    6 Posts
    385 Views
    d.healeyD

    @Sounddiy Looks like the right answer. Also if you have a beta version of xcode then it will be something like Xcode beta.app instead.

  • Errors compile Hise with faust on macbook pro intel

    4
    0 Votes
    4 Posts
    399 Views
    S

    Thanks Guys.

    It seems to work

    I forgot to uncheck "debug executable" in RUN profile

    Capture d’écran 2023-02-27 à 15.30.41.png

  • Settings editing

    7
    0 Votes
    7 Posts
    259 Views
    R

    @d-healey said in Settings editing:

    @rzrsharpeprod said in Settings editing:

    If I can't find the look and feel settings,

    Thanks David, you are an absolute mine of information and a tremendous help.

    It is much appreciated

  • Stereo goes Mono

    3
    0 Votes
    3 Posts
    146 Views
    LindonL

    @d-healey thanks.

  • HISE Discord Channel.

    11
    1 Votes
    11 Posts
    1k Views
    DabDabD

    @lalalandsynth Not working here...

    https://discord.gg/AZpf5278
    DS.jpg

22

Online

1.8k

Users

12.1k

Topics

105.6k

Posts