• label suffix?

    3
    0 Votes
    3 Posts
    324 Views
    Y

    @d-healey yes I put the suffixes on the knobs. it works :) thanks

  • Cannot build - outdated version of Projucer?

    10
    0 Votes
    10 Posts
    888 Views
    trillbillyT

    @lalalandsynth This happened to me when I was first installing on my Mac & XCode. I installed the newest version of JUCE & it worked but then I was no longer using the GPL licensed Projucer.

    Once I completely removed JUCE & HISE source codes, I then redownloaded new_layout branch & built just fine. I do believe I had to manually select the Projucer within HISE Project Folder & change some settings in order for it to function properly.

    Seems super simple & it sounds like you may have done this already but thought Id share my experience with this problem.

  • Strange problem.

    15
    0 Votes
    15 Posts
    776 Views
    lalalandsynthL

    @lalalandsynth
    Tried deleting everything , downloading develop again.
    But it always stops building and displays that error.

    Could this be because I have a more recent version on my computer, although I am using the version that came with Develop?

    EDIT: Deleted all versions of Juce , still cannot get it to build ?

  • Scriptnode Delay

    20
    0 Votes
    20 Posts
    1k Views
    lalalandsynthL

    @matt_sf ok, thanks , good to know , its a bit of a complicated patch but I will look for other problems.

  • Clipping Sound On Second Sampler

    2
    0 Votes
    2 Posts
    298 Views
    d.healeyD

    @kameron Nothing to do with your script. Probably some configuration of the modules, start by checking the envelope settings for each sampler.

  • How do you guys handle Paypal customers ?

    10
    0 Votes
    10 Posts
    765 Views
    LindonL

    @dustbro said in How do you guys handle Paypal customers ?:

    I've had a handful of paypal/stripe disputes over the past couple years, which the customer always wins. Not really a big deal here. I'll gladly refund their money, then revoke the license from iLok.

    iLok? You are using iLok in HISE... brave man.

  • Where are you guys putting stuff?

    5
    0 Votes
    5 Posts
    290 Views
    Dan KorneffD

    @lindon said in Where are you guys putting stuff?:

    Macintosh HD/Users//Library/Applications Support//

    I'm using the user library on mac. That's where HISE extracts everything by default.
    I made a video on post install scripts... lemme see if I can make a link

  • Has anyone made a custom PNG based keyboard ?

    22
    0 Votes
    22 Posts
    1k Views
    d.healeyD

    LAF keyboard is great!

    b74f07af-f225-417c-adc6-734121a67103-image.png

  • What value type does the Peak node output in Scriptnode?

    2
    0 Votes
    2 Posts
    482 Views
    L

    From what I can see, by default the scriptnode Peak node outputs a value between 0-1 the same as what we get when we use Effect.getCurrentLevel() from the main modules.

    If this is true then I guess I can proceed with something like Engine.getDecibelsForGainFactor(PeakOut) to convert the SN peak output to db.

    Please shout if you see otherwise 😁

  • Expansion encode error

    51
    0 Votes
    51 Posts
    2k Views
    DanHD

    @d-healey that did it, thanks!

  • How to Calculate RMS, K-Metering etc

    10
    0 Votes
    10 Posts
    2k Views
    ustkU

    Terms are important. People often think they have a VU meter or a peak meter on their interface. But it is not true.
    Hise offers none of them in terms of value. but it is good enough for displaying the level. However, there is also something here... The falling of the Hise "peak" meter is linear, but you generally want a log scale. So a conversion has to be made here too. Unless you want a linear display of course...

    That brings me to the point where I will try to make a pull request tonight that makes the Hise meter logarithmic. (the peakLevel value stays unchanged as it is not related, it is just the visual falling of the meter. But maybe people like it as it is, I personally don't like linear meters... So Christoph might not accept it ;)

  • Custom settings floating tile color change.

    2
    0 Votes
    2 Posts
    163 Views
    d.healeyD

    @lalalandsynth You can use custom look and feel to restyle combo-boxes

  • Develop / Compile Button

    10
    0 Votes
    10 Posts
    712 Views
    DanHD

    @casey-kolb yes, why is that?! :)

    Good news everyone, the button returned

  • Preset liste and extension combobox

    6
    0 Votes
    6 Posts
    355 Views
    DanHD

    @yall that's what happens in my project yes

  • Where is Scriptnode Synthesizer Docs and help

    13
    0 Votes
    13 Posts
    485 Views
    Matt_SFM

    @danh IDK if it's possible but I'd rather leave the others the possibility to post, as - even if I love the system and noodling around with it - I might be wrong and/or incomplete sometimes, so it's better if our HISE masters can correct what I (or other people) say :)

  • File and FileSystem problems...

    9
    0 Votes
    9 Posts
    324 Views
    LindonL

    @lindon
    String.replace() isnt working either...

  • The pain of programming - just venting

    6
    6 Votes
    6 Posts
    708 Views
    Dan KorneffD

    @casey-kolb dont-need-obfuscate-your-code-because-understands-anyway-meme-6305f86a8bab7f98-756f5588f884eb67.jpg

  • Constant Audio - Tape/Vinyl Emulation

    18
    1 Votes
    18 Posts
    2k Views
    trillbillyT

    @ustk I guess Im a bit confused how the "If" function works. Should I be adding it directly beneath wear I am calling for the samplemaps list?

    Here is my original code:

    inline function onNoisecmboxControl(component, value) { Sampler1.loadSampleMap(sampleMaps[value-1]); }; Content.getComponent("Noisecmbox").setControlCallback(onNoisecmboxControl);

    I've messed around with various "If" functions directly below "Sampler1" and have had no success. Where am I going wrong? Should I be doing a separate callback to the "Noisecmbox" ?

  • Notarization Warning Messages on M1 Mac

    5
    0 Votes
    5 Posts
    300 Views
    orangeO

    @dustbro It would be great, as soon as I prepare I'll send you mate 👍

  • Where to Find VST Plugins Design Ideas?

    6
    0 Votes
    6 Posts
    310 Views
    lalalandsynthL

    @dabdab Yep, actually love Flowstone , wish it was developed further.
    Excellent program.

26

Online

2.0k

Users

12.9k

Topics

111.8k

Posts