• Is there a way to make controls for solo-ing one sample?

    24
    0 Votes
    24 Posts
    1k Views
    R

    I got it to work! Thank you! ^^

  • Knob value to different ranges for different fx

    4
    0 Votes
    4 Posts
    162 Views
    ustkU

    @vewilya The general mapping formula is simply derived from a cross-multiplication like so targetMin + ((targetMax - targetMin) x value)
    You can also have use of Engine.getDecibelsForGainFactor(double gainFactor) for gain stuff

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • 6 State Paint Routine Button

    14
    0 Votes
    14 Posts
    405 Views
    ?

    @d-healey Thank you I will look at it

  • Sequential Server.callWithGET uses?

    7
    0 Votes
    7 Posts
    247 Views
    orangeO

    @d-healey Ok you are right, it doesn't have directly an id field. Woocommerce user retrieve response is in an array format. So:

    var usid = response[0].id; works.

    [ { "id": 12345, "date_created": "", "date_created_gmt": "", "date_modified": "", "date_modified_gmt": "", "email": "USER_EMAIL", "first_name": "", "last_name": "", "role": "customer", "username": "", "billing": { "first_name": "", "last_name": "", "company": "", "address_1": "", "address_2": "", "city": "", "postcode": "", "country": "", "state": "", "email": "", "phone": "" }, "shipping": { "first_name": "", "last_name": "", "company": "", "address_1": "", "address_2": "", "city": "", "postcode": "", "country": "", "state": "" }, "is_paying_customer": true, "avatar_url": "", "meta_data": [ { "id": , "key": "", "value": "" }, { "id": , "key": "", "value": "" } ], "_links": { "self": [ { "href": "" } ], "collection": [ { "href": "" } ] } } ]
  • Experimental stuff...

    5
    0 Votes
    5 Posts
    460 Views
    ?

    @Lindon Hey Lindon! Did you successfully advance this idea any further?

  • 1990's Srciptnode :)

    1
    2 Votes
    1 Posts
    89 Views
    No one has replied
  • can't download HISE

    14
    0 Votes
    14 Posts
    398 Views
    JayJ

    @d-healey yeah that work out, Thank you @Christoph-Hart and @d-healey

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Multiplying Panel & child components

    11
    0 Votes
    11 Posts
    375 Views
    ustkU

    And I'm using crazy mouse CB to simulate buttons and complex behaviours per line... :crazy_face:

  • Knob 2 value

    16
    0 Votes
    16 Posts
    423 Views
    Y

    @d-healey said in Knob 2 value:

    Knob1.setValue(Knob1.get("max") * value);

    this is exactly the formula I was looking for !! thank you ^
    I even think I can simplify ultimately, 1 single button that will control my modules rather than making 3 buttons

  • How to customize Popupdata PresetBrowser

    5
    0 Votes
    5 Posts
    220 Views
    Tania GhoshT

    @d-healey Great... cheers !!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    d.healeyD

    @kameron I'm not sure about that one, you'll have to wait for someone with more MacOS knowledge to answer. In the meantime I suggest Googling the error message.

  • Xcode 12.2 ?

    15
    0 Votes
    15 Posts
    391 Views
    Y

    @andioak for the moment there is nothing. I still haven't managed to compile hise ^^

  • How can I submit auth token in header?

    6
    0 Votes
    6 Posts
    232 Views
    ?

    @Christoph-Hart

    I see. In my system, I use a JWT wordpress plugin that excepts

    Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodH

    format. Because of that I guess I use this (decryptedData contains token value):

    Server.setHttpHeader("Authorization: Bearer " + decryptedData.token);
  • Preset Favourites / Star

    2
    0 Votes
    2 Posts
    172 Views
    DanHD

    @DanH Ok it seems to be an issue with having brackets ( ) in your preset names.... No brackets and you can save into the favourites list 👍

  • Scriptnode and DSP

    3
    0 Votes
    3 Posts
    154 Views
    ospfeigrpO

    @ustk It's well beyond me was just messing with the dsp stuff on scriptnode it's an interesting idea all the same. i guess it would require c++ and that rules me out :-)

  • Virtual Machine solutions for cross-platform development

    26
    0 Votes
    26 Posts
    2k Views
    A

    @yall hello there. While the problems can be many running on virtual machines as a concept, macOS is at least with the proper drivers on VMware pretty decent.

    You probably have either an error or incompatibility between HISE and JUCE, or a HISE setting not correctly entered. Is the hise path correctly entered when you built HISE?

    JUCE issues may be the thing here, where JUCE 5 does not support XCode 12. I have not tried Xcode past version 8.3.3.

    Did the Apple engineer specify that you needed to use Big Sur at all? Or could you install the XCode Silicone additions or libraries on earlier versions? If so, the issues may only be the actual clang or c++ compiler flags and the necessary libs, not the actual OS, or even XCode. Ask him about that, and please get back to me, I want to support the Silicone M1 chips too.

  • Arp sequence as own preset?!

    2
    0 Votes
    2 Posts
    210 Views
    d.healeyD

    @UD-AUDIO You can already implement that through scripting, except use JSON instead of .seq

42

Online

1.7k

Users

11.6k

Topics

101.1k

Posts