• Mac M1 Logic .au ???

    3
    0 Votes
    3 Posts
    181 Views
    Y

    @Lindon their thing is really not great. did you see something that spoke of a universal binary for compilation?

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    75 Views
  • Combobox load image

    14
    0 Votes
    14 Posts
    482 Views
    MikeBM

    Thanks guys and lady,

    4 - 2 - 1
    I am also always amazed. How many possibilities there are and what is the shortest.

    David inspires me again and again with his logically structured scripts - even if I don't always understand everything.
    But I'm working on it :-)

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

    3
    0 Votes
    3 Posts
    184 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
    368 Views
    ?

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

  • Array Modulator documentation

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

    13
    1 Votes
    13 Posts
    1k 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
    230 Views
    No one has replied
  • Round Robin Group Volume ?

    5
    0 Votes
    5 Posts
    636 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
    920 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
    456 Views
    ?

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

  • Drag 'n drop for Sampler

    11
    0 Votes
    11 Posts
    591 Views
    ?

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

  • Key Commands - Switch Off

    3
    0 Votes
    3 Posts
    160 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
    450 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
    341 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
    910 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
    185 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
    228 Views
    ulrikU

    @BWSounds ok, thanks!

  • Unable to Compile AU for Mac

    136
    0 Votes
    136 Posts
    22k Views

21

Online

2.0k

Users

12.9k

Topics

111.5k

Posts