• Preset Browser function (I'm not exactly sure what I'm asking for!)

    3
    0 Votes
    3 Posts
    159 Views
    DanHD

    @d-healey It's a custom curve ShapeFX - i.e each preset has a different curve drawn. Changing the curve or plotting new nodes often results in pops and clicks.

    I can't see a way round it unfortunately

  • SliderPackIndex doesn't update on ComboBox Choice

    9
    0 Votes
    9 Posts
    341 Views
    ?

    @Lindon That’s good to know! Certainly want to save that in presets! 🙏

  • Array Modulator documentation

    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • Change default Appdata\Roaming\Plugins Location

    13
    1 Votes
    13 Posts
    997 Views
    UD AUDIOU

    @Tania-Ghosh

    Indeed! We had almost the same issues but I think
    it was caused by renaming the project lately and missing something in the preferences.
    The files were stored in AppData but something was still linked to MyCompany.
    So the new folder appeared empty and my friend had no audiofiles.

  • Audio Loop Player sample selection interrupted while playback

    1
    0 Votes
    1 Posts
    193 Views
    No one has replied
  • Round Robin Group Volume ?

    5
    0 Votes
    5 Posts
    507 Views
    d.healeyD

    Has anything changed with regards to this? Is it possible now to set the volume of individual groups?

  • How to Change Label Right Click Popup Menu BG Color

    11
    0 Votes
    11 Posts
    622 Views
    ?

    @Tania-Ghosh To do it you need https://docs.hise.audio/glossary/custom_lookandfeel.html#popup-menu
    that @Christoph-Hart sent you.

    But if you want to change Label/Document Window Popup Menu this not gonna work.

    popup.jpg

  • Looking for... audio interface not found message

    2
    0 Votes
    2 Posts
    283 Views
    ?

    @Lindon (y) I hope you are right.
    ARR.jpg

  • Drag 'n drop for Sampler

    11
    0 Votes
    11 Posts
    560 Views
    ?

    @Lindon That makes sense! Didn’t think of it that way!

  • Key Commands - Switch Off

    3
    0 Votes
    3 Posts
    143 Views
    Christoph HartC

    Yes, somehow the key focus grabs the first element on your UI and enter toggles the buttons by default.

    It's a bigger thing to solve as I can't turn it off globally. Maybe just shuffling around the UI elements on your interface might solve the issue...

  • Loading presets from expansions

    4
    0 Votes
    4 Posts
    321 Views
    Christoph HartC

    The end user's folder is named User Preset with a space between the words - because it's less nerdy than the camelcase UserPreset folder.

    Whether that was a good decision is another question...

  • NewBe Question about Link

    11
    0 Votes
    11 Posts
    323 Views
    LindonL

    Slight changes to your code -

    Shout if its not making sense...
    const var SimpleGain1 = Synth.getEffect("SimpleGain1"); const var SimpleGain2 = Synth.getEffect("SimpleGain2"); const var Knob1 = Content.getComponent("Knob1"); const var Knob3 = Content.getComponent("Knob3"); const var Button6 = Content.getComponent("Button6"); inline function onButton6Control(component, value) { if (value) { Knob1.setValue(Math.randInt(0, 16)); Knob1.changed(); Knob3.setValue(Math.randInt(0, 10)); Knob3.changed(); } }; Content.getComponent("Button6").setControlCallback(onButton6Control); inline function onKnob1Control(component, value) { SimpleGain1.setAttribute(SimpleGain1.Gain, value); }; Content.getComponent("Knob1").setControlCallback(onKnob1Control); inline function onKnob3Control(component, value) { SimpleGain2.setAttribute(SimpleGain2.Gain, value); }; Content.getComponent("Knob3").setControlCallback(onKnob3Control);>
  • How to use Lottie in HISE

    4
  • Celemony releases ARA SDK under open source license

    8
    2 Votes
    8 Posts
    657 Views
    Christoph HartC

    Actually I don't see a real benefit from adding ARA to HISE so the chances that it will be prioritized before finishing script node are rather slim.

  • BPM in Hise

    3
    0 Votes
    3 Posts
    167 Views
    MikeBM

    @Rudra-Ghosh said in BPM in Hise:

    Engine.setHostBpm(140);

    Thank you - you are the greatest

  • Turning arp pattern to midi

    5
    0 Votes
    5 Posts
    207 Views
    ulrikU

    @BWSounds ok, thanks!

  • Unable to Compile AU for Mac

    136
    0 Votes
    136 Posts
    14k Views
  • warnings and errors when building HISE standalone

    18
    0 Votes
    18 Posts
    623 Views
    MikeBM

    So now it worked - but not with the version 10.3 of Xcode which I have reloaded but with my old version on another computer from last year.

    Thereby I noticed something. When you start XCode for the first time, extensions are still loaded.

    On my new system XCode 10.3 had afterwards 9,4 GB
    On my old system XCode 10.3 has but 12.8 GB
    and with this version HICE could be compiled.

    I have now copied this version to my new computer
    and made a new test - and E voilá everything there.

    Thanks for your help.

  • New beginning - new questions

    9
    1 Votes
    9 Posts
    367 Views
    MikeBM

    @yall Thanks - i know knobman - but I would rather use vector over LAF

  • Audio Loop Player Font

    7
    1 Votes
    7 Posts
    321 Views
    ?

    @DanH One quick solution/learning process I can tell you....
    Load the project (HISE Standalone.sln or HISE Standalone.xcodeproj) >
    For MS VS
    Search for SampleDisplayComponent.cpp
    Here you will find GLOBAL_BOLD_FONT right click Go to Definition (F12)
    You will get Font Name.

    Alternatively you can open Macros.h and search here.

    One more thing you can do (I guess it may work)
    \HISE-scriptnode\hi_core\hi_images\ here you will get the font you are looking for.

21

Online

1.8k

Users

12.0k

Topics

104.3k

Posts