• ExternalFloatingTile with parameter plugin state saving

    10
    0 Votes
    10 Posts
    951 Views
    O

    I'm Raw.cpp constructor, I'm calling addToUserPreset with various attributes. Is that way you mean?

  • HISE C++ API + Interfase Designer

    3
    0 Votes
    3 Posts
    402 Views
    hisefiloH

    @Christoph-Hart yes !! Additive synth but a lot more of other DSP weirdo things. Will try the HISE-source-killing way :)

    Will take a look to that commit! Thanks a lot Christoph!

  • How to bundle Images for use with External Floating Tile tutorial

    6
    0 Votes
    6 Posts
    735 Views
    Christoph HartC

    You can actually use the normal image handling of HISE in C++ projects. Just make sure that the image is loaded somewhere on your scripted interface before you export, then call

    auto myImage = hise::raw::Pool::loadImage("{PROJECT_FOLDER}MyImage.png");

    Link Preview Image HISE | C++ API | raw::Pool

    C++ API Class reference

    favicon

    (docs.hise.audio)

    You get some benefits over the traditional BinaryData approach: the images are shared across plugin instances and are more compressed.

  • How to fetch list of XMLPresetBackups for loading

    7
    0 Votes
    7 Posts
    788 Views
    O

    Ok. I understand better now. You create "User Presets", but they got bundled along as factory content. I have to add controls to the Interface designer, so they're part of the preset. But then I have to hide them when using the External Floating Tile with C++ JUCE GUI. And the presets only affect the single chain you've created, which can involve many samplers you can enable and disable.

    That gets a little tedious having to hide and show controls all the time since I don't want any of them to show, but seems to be working.

    UPDATE: Small tip is to place all those controls in a single Floating Tile, and then just show and hide that one component as needed.

  • Whirlpool API

    3
    0 Votes
    3 Posts
    375 Views
    ustkU

    @Christoph-Hart Was as simple as this :)

    String ScriptingApi::Engine::getWhirlpoolHashFromString(String data) { return Whirlpool (data.toUTF8()).toHexString(); }

    It's much more secure than SHAs, and since (for the moment) I don't need encryption, a good hash is enough...

  • Extend time-out duration

    7
    0 Votes
    7 Posts
    746 Views
    gorangroovesG

    @ustk What are you trying to achieve?

  • How to update ApiCollection & Autocomplete menu?

    5
    0 Votes
    5 Posts
    631 Views
    ustkU

    @Christoph-Hart Thanks! Will try!

  • How to link 2 knobs?

    16
    0 Votes
    16 Posts
    2k Views
    T

    Yes!! Thank you, now works perfect

  • Tune Changing Samples

    6
    0 Votes
    6 Posts
    737 Views
    d.healeyD

    You need to use a conversion function. If you search for pitch in the API browser you will see the two conversion functions available.

  • Reason Rack SDK

    2
    1 Votes
    2 Posts
    318 Views
    hisefiloH

    @dustbro that would be awesome :)

  • Questions about RawTest example

    4
    0 Votes
    4 Posts
    933 Views
    J

    @Christoph-Hart
    hi,
    i created a pull request in vcsl_hise repo to make its raw version compile against the current HISE master (commit 8ef678e on May 23, 2019). tested on macOS Mojave 10.14.6, and somewhat ancient Xcode 9.3.

    but which branch should i actually use for c++ development when eventually targeting production? i guess master would be a safe bet, but i've also seen here that develop and scriptnode branches (with a specific commit) are in active use as well. thanks!

  • Expansion Info Tags

    1
    0 Votes
    1 Posts
    349 Views
    No one has replied
  • Refactored script editor to be extendable with other languages

    4
    0 Votes
    4 Posts
    591 Views
    Christoph HartC

    I played around with SOUL which is a new language from the JUCE guys. It‘s supposed to be OpenGL for sound, but it‘ll take some time until it can be used in a production environment.

  • More questions about RawTest

    3
    0 Votes
    3 Posts
    565 Views
    C

    Yes, I ran into some build errors with both projects. I‘ll post more details later when I‘m back at machine.

  • Dynamics Comp Makeup values

    26
    5 Votes
    26 Posts
    9k Views
    NatanN

    @SteveRiggs @dustbro @SteveRiggs Bro Could You Please Supply The .cpp For Limiter And Compressor File So I Can Swap Them With Confidence 🙏🏻 God Bless

  • Copyright protection for subscription based services

    3
    0 Votes
    3 Posts
    487 Views
    D

    @Christoph-Hart said in Copyright protection for subscription based services:

    iLok SDK

    Excellent thank you for the info Christoph!

  • Replacing HISE source code files

    2
    0 Votes
    2 Posts
    390 Views
    ustkU

    @d-healey My approach is to build different versions of Hise, modified and original. This way I have a Hise that is specific for the project I am working on, which can be different from another modified version for another project. Because you might not want the same modifications for all your projects.

    I am not talking about GitHub here because I don't know what would be the approach.
    So the downside of my technique is that, if the source files are updated with a new version of Hise, I need to manually remodify the new source (but preset browser is not updated that often...).
    If you have just a few modifications, it's not an ocean to drink though... :water_wave:

  • Standard Template Library

    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
  • Visual Studio 2019 + IPP help

    3
    0 Votes
    3 Posts
    1k Views
    Dan KorneffD

    @orange :love-you_gesture_medium-light_skin_tone: :love-you_gesture_medium-light_skin_tone: :love-you_gesture_medium-light_skin_tone:

  • hi_components modification

    8
    0 Votes
    8 Posts
    783 Views
    ustkU

    @d-healey Very simple mod, font colour and size, I wanted the categories to match the rest of the tile...

17

Online

1.8k

Users

12.1k

Topics

105.3k

Posts