• Audio Loop Player sample selection interrupted while playback

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

    5
    0 Votes
    5 Posts
    471 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
    494 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
    222 Views
    ?

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

  • Drag 'n drop for Sampler

    11
    0 Votes
    11 Posts
    483 Views
    ?

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

  • Key Commands - Switch Off

    3
    0 Votes
    3 Posts
    132 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
    293 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
    293 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
    529 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
    159 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
    192 Views
    ulrikU

    @BWSounds ok, thanks!

  • Unable to Compile AU for Mac

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

    18
    0 Votes
    18 Posts
    596 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
    335 Views
    MikeBM

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

  • Audio Loop Player Font

    7
    1 Votes
    7 Posts
    297 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.

  • how hise liscence works & how much is it?

    2
  • How to change Label text ComboBox Selected Items

    9
    0 Votes
    9 Posts
    521 Views
    Tania GhoshT

    @ulrik Yeah.. That's what I want. (y)

  • Make preset browser ignore expansion?

    3
    0 Votes
    3 Posts
    152 Views
    ?

    Bumpy bump :) does anyone know the best approach for this? I don't need my preset browser loading/saving expansions, just FX settings/GUI

    Tried commenting out a listener in the source code for the preset browser but no luck

    Update, sorry I had a ComboBox that was loading a sampleMap and saved in the preset :) I'm dumb

  • Engine.getPlayHead() Examples?

    12
    0 Votes
    12 Posts
    556 Views
    NatanN

    @DanH I Used this for My Graphic Ideas
    Not Sure if this can help to sync The LFO Latency :/
    @Christoph-Hart

32

Online

1.7k

Users

11.6k

Topics

101.1k

Posts