• Where is Scriptnode Synthesizer Docs and help

    13
    0 Votes
    13 Posts
    394 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
    280 Views
    LindonL

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

  • The pain of programming - just venting

    6
    6 Votes
    6 Posts
    469 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
    1k 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
    246 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
    278 Views
    lalalandsynthL

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

  • Making upselling promotions on the plugin GUI

    9
    1 Votes
    9 Posts
    389 Views
    DabDabD

    @orange Thank you dear. You have cleared many confusions. I guess my client's HOSTing (Godaddy Managed wordpress) site is doing the mess during transaction. I like to use very minimum number of Plugins.

  • INIT-Preset

    10
    0 Votes
    10 Posts
    726 Views
    d.healeyD

    @ustk said in INIT-Preset:

    it seems so hacky..

    Definitely, but at least it works :)

  • New script = new message thread?

    20
    0 Votes
    20 Posts
    755 Views
    d.healeyD

    I finally solved my preload issue. Not 100% sure what is causing it but moving my sample loading into the post preset callback made it work.

  • Look mom! got a 503

    14
    2 Votes
    14 Posts
    581 Views
    ulrikU

    @ustk said in Look mom! got a 503:

    @d-healey said in Look mom! got a 503:

    There's your other problem :p

    I confess 🤣
    To be honest, I hate Apple as much as I love their devices 😬

    That is my problem as well 🤪

  • How can I link this midiplayer dropdown?

    1
    0 Votes
    1 Posts
    91 Views
    No one has replied
  • 0 Votes
    3 Posts
    368 Views
    d.healeyD

    @matt_sf Oh perfect, thanks!

    I just found this in the compile template, I think it's related enablePluginBinaryCopyStep=\"%COPY_PLUGIN%\"

  • Eq using sliders

    4
    0 Votes
    4 Posts
    269 Views
    lalalandsynthL

    @nesta99 You can set up sliders linked to the gain of an eq you have already setup the freq.
    Acting like a graphic eq.

  • Custom Monolith Extension possible

    29
    0 Votes
    29 Posts
    1k Views
    DabDabD

    @natan Sorry, I can not discuss on this topic here...

    Shouldn't we all have something better to do than talking about the file extension?

    I won't change it, if you do, modify the source code and hope for the best.

    What line On source code Needs to be Changed to Use This Custom Extension?

    This is not one line of coding/tweakings or hacking to create own extension. It is a long journey my friend.

  • Export Error - JUCE VST3 Wrapper

    27
    0 Votes
    27 Posts
    2k Views
    trillbillyT

    @d-healey Ahhhh, I see now. Thanks again, all seems well on Windows. My Mac Mini is another story though. I'll be scouring the forum today for some answers!

  • New Script Editor

    117
    0 Votes
    117 Posts
    6k Views
    d.healeyD

    Seeing a problem with block comments. If you scroll beyond the /* the text colour changes.

    Peek 2021-11-09 11-10.gif

  • Global pitch modulator problem

    60
    0 Votes
    60 Posts
    5k Views
    d.healeyD

    So I went with the option of using separate mods for pitch and gain. Now my problem is that the bipolar and unipolar mods are inverted from one another.

    @Christoph-Hart Any suggestions? Currently I'm inverting the target pitch mod but I wondered if there is a way to get the origin to be in sync.

    Peek 2021-11-08 17-26.gif

  • [RESOLVED] Exported app appears as sandboxed

    3
    0 Votes
    3 Posts
    158 Views
    ustkU

    RESOLVED => This was because I was running the app from the project's build folder. But everything is in order once the app has been moved to the Applications folder

  • Can a buffer be resized?

    3
    0 Votes
    3 Posts
    198 Views
    ustkU

    @Christoph-Hart Thanks for the last Buffer additions ;)
    It seems that indexOfPeak returns the index of the last non-zero value instead of peak one.

    Screenshot 2021-11-07 at 23.48.19.png

  • GUI size default 50%

    2
    0 Votes
    2 Posts
    272 Views
    orangeO

    @alexaudio10

    The GUI resize option is in the CustomSettings Floating Tile.

    CustomSettings Floating Tile can't be saved in a preset. The value is stored in the GeneralSettings.xml file of the project in appdata folder.

    So firstly, you need to modify the scale factor with this: SCALE_FACTOR="0.75" in the GeneralSettings.xml of your project.

    Then in order to make this by defauly, you need to distribute the modified GeneralSettings.xml file (with SCALE_FACTOR="0.75" modification) to the appdata folder, with the installer. So while installing the plugin, this GeneralSettings.xml file will be created before the plugin initialization and plugin will start with SCALE_FACTOR="0.75".

    In short, Because of above procedure is grueling; I recommend arranging the GUI smaller by default, so even in 100% scale, the GUI will be smaller on init :)

31

Online

1.8k

Users

12.0k

Topics

104.1k

Posts