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

    6
    0 Votes
    6 Posts
    1k 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");

    https://docs.hise.audio/cpp_api/raw/classhise_1_1raw_1_1_pool.html

    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
    1k 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
    490 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
    947 Views
    gorangroovesG

    @ustk What are you trying to achieve?

  • How to update ApiCollection & Autocomplete menu?

    5
    0 Votes
    5 Posts
    880 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
    939 Views
    David 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
    380 Views
    hisefiloH

    @dustbro that would be awesome :)

  • Questions about RawTest example

    4
    0 Votes
    4 Posts
    1k 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
    419 Views
    No one has replied
  • Refactored script editor to be extendable with other languages

    4
    0 Votes
    4 Posts
    727 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
    692 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
    11k 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
    598 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
    514 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... 🌊

  • Standard Template Library

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

    3
    0 Votes
    3 Posts
    1k Views
    Dan KorneffD

    @orange 🀟🏼 🀟🏼 🀟🏼

  • hi_components modification

    8
    0 Votes
    8 Posts
    1k Views
    ustkU

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

  • Customized sampler

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    Samples are ref-counted so duplicate samples share the same file, unless specified otherwise.

  • Scripting sample maps

    3
    0 Votes
    3 Posts
    1k Views
    David HealeyD

    I think all you need to do is generate a random array that will remap each key press, rather than changing the sample map itself

19

Online

2.1k

Users

13.1k

Topics

113.7k

Posts