• Scriptnode bypass question

    3
    0 Votes
    3 Posts
    150 Views
    JulesVJ

    @Christoph-Hart Clever trick :) Thanks.

  • pops and clicks around low filter frequencies

    14
    0 Votes
    14 Posts
    435 Views
    DanHD

    @Morphoice there's a range of tools / nodes for modulation. Have a look at pma nodes, intensity node, min-max, tables.... for velocity try the midi node but remember to put it into a midi container.

  • Android?

    8
    1 Votes
    8 Posts
    735 Views
    orangeO

    @Christoph-Hart Fair enough :)

  • Can SNEX include external header files?

    9
    0 Votes
    9 Posts
    339 Views
    Christoph HartC

    @ustk ah I mispoke (cue the obvious improve my skills joke here), that works on Visual Studio.

    In Xcode what you need to do is to go to the Main.cpp file and where you see this:

    TempoSyncer::initTempoData(); // Node registrations ---------------------------------------------------------------------- registerPolyNode<project::node1<1>, wrap::illegal_poly<project::node1<1>>>(); registerPolyNode<project::node2<1>, wrap::illegal_poly<project::node2<1>>>(); registerPolyNode<project::node3<1>, ...

    right click on node1 (or the node you want), then use Jump to definition. If Xcode hasn't completely given up with the auto complete (happens sometimes, Apple FTW), it will take you to your node file and open it in a new tab.

  • 0 Votes
    5 Posts
    417 Views
    M

    I found this with a little search.

    https://support.google.com/youtube/contact/brand_request?hl=en

    https://about.meta.com/brand/resources/instagram/icons/

    https://about.twitter.com/content/dam/about-twitter/en/brand-toolkit/downloads/twitter-external-brand-guidelines-01272021.pdf

    I didn't search deeply but as far as I understand if you have permission from the brands, if the logo fits brand's criteria and if the link is directed to them I won't have trouble.

  • VST Graphics Design

    32
    -3 Votes
    32 Posts
    8k Views
    DabDabD

    bot.jpg

  • Loading images from intermediate expansions

    3
    0 Votes
    3 Posts
    209 Views
    P

    @Lindon i mean this type of expansion where all images and stuff are packed into hxi file

  • IPP on Windows

    9
    0 Votes
    9 Posts
    317 Views
    A

    It's also a good idea when your bladder is full.

  • Windows project in Linux

    4
    0 Votes
    4 Posts
    150 Views
    A

    You'll have to recompile any hardcoded FX that you're using.

  • How to get MIDI out of MIDI FX plugin??

    15
    0 Votes
    15 Posts
    1k Views
    A

    @d-healey Yeah I think this has been around for a while. MIDI FX only works as AU. For VST3, you have to compile VST3i .

    It's been a few months since I last tested MIDI FX. I think I have a bug report on github about the differences between HISE and compiled version MIDI output as well.

  • Is there a guide to tracking a HISE project with git?

    10
    0 Votes
    10 Posts
    617 Views
    ustkU

    @d-healey Yeah I agree, but my tests showed that all flags weren't reliable when set within Hise.

    I think FORCE_INPUT_CHANNELS was not working

    JUCE_USE_BETTER_MACHINE_IDS=1 DONT_CREATE_EXPANSIONS_FOLDER=1 USE_SCRIPT_COPY_PROTECTION=1 FORCE_INPUT_CHANNELS=1 HISE_DEACTIVATE_OVERLAY=1 ENABLE_ALL_PEAK_METERS=1 USE_IPP=0 CONFIRM_PRESET_OVERWRITE=0 HISE_USE_OPENGL_FOR_PLUGIN=0

    Also I have some hardened runtimes, microphone flags, microphone access, access text, etc...

    This is something that is still not clear in my mind as where I should set them all. So I kept setting them manually (until I could keep the jucer with Git)

  • Change UI per preset

    7
    0 Votes
    7 Posts
    501 Views
    dannytaurusD

    @ustk Perfect, thanks! 🙌

  • Preset List Order

    Unsolved
    9
    0 Votes
    9 Posts
    312 Views
    HISEnbergH

    @d-healey Great thank you so much. I think I need a refresher on the String API.

  • Interface Preview - gone mad

    5
    0 Votes
    5 Posts
    151 Views
    ulrikU

    @Lindon said in Interface Preview - gone mad:

    @Christoph-Hart -no it inst doing that - I havent set the UI scale factor anywhere, but in the end I found that GeneralSettings.xml had:

    SCALE_FACTOR="1.75"

    flipping this back to 1 fixed it...

    Same here

  • Inspiration

    3
    1 Votes
    3 Posts
    279 Views
    Robert PuzaR

    @griffinboy 🌞🌗🌍

  • Reverb, Daw and Crash;(

    19
    0 Votes
    19 Posts
    1k Views
    S

    A Faust generated code is never supposed to crash. If is does, then its a Faust compiler problem, but surely not with freeverb.

  • Question about licencing and output

    5
    0 Votes
    5 Posts
    355 Views
    Robert PuzaR

    @d-healey Please specify. If I release an instrument and a sample under Gpl3 and it is important for me that no one can ever close the code - that it is always Gpl3, so how does Hise allow you to buy a license for closed code? How can Gpl3 not be preserved?

  • Get data from external script processor

    19
    0 Votes
    19 Posts
    1k Views
    ulrikU

    @orange Thank you!

  • Scriptnode doesn't save the changes in the custom nodes

    Solved
    8
    0 Votes
    8 Posts
    996 Views
    A

    @Christoph-Hart you can see in the video that the network itself gets saved to a file. This happens by default when you Save XML.

    Doesn't a network (in this case UpDown) have to be a file in order to be importable into another network as a node?

    Why wouldn't hitting Save XML also save the changes in the external/child network?

    Can something be done about the UX of making changes there where a reload of the entire host network (either by ejecting it and loading it back or by reloading HISE) is necessary when any changes are made to the external/child network and Save XML is executed?

    Any networks that also host the changed network should automatically reload when the project is saved.

  • Toggling modulator polarity button from UI?

    5
    0 Votes
    5 Posts
    467 Views
    d.healeyD

    Just came looking for this again and noticed Christoph solved this a couple of weeks ago - https://github.com/christophhart/HISE/commit/2057eb72499e0be24b8effe0e908588d40d8311d

    We now have Modulator.setIsBipolar() and Modulator.isBipolar()

30

Online

2.0k

Users

12.8k

Topics

111.1k

Posts