• Drag 'n drop for Sampler

    11
    0 Votes
    11 Posts
    605 Views
    ?

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

  • Key Commands - Switch Off

    3
    0 Votes
    3 Posts
    172 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
    495 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
    368 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
    958 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
    200 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
    238 Views
    ulrikU

    @BWSounds ok, thanks!

  • Unable to Compile AU for Mac

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

    18
    0 Votes
    18 Posts
    765 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
    457 Views
    MikeBM

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

  • Audio Loop Player Font

    7
    1 Votes
    7 Posts
    373 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
    963 Views
    Tania GhoshT

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

  • Make preset browser ignore expansion?

    3
    0 Votes
    3 Posts
    191 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
    1k Views
    NatanN

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

  • How to Get Started with AAX Plugins (Compile)

    6
    1 Votes
    6 Posts
    959 Views
    Tania GhoshT

    No, I will stop playing with AAX. Plan changed after reading this threads...
    https://forum.hise.audio/topic/604/aax-sdk-missing/11?_=1619757413644

    Plan dropped. No AAX 😠 Happy with VST & AU 😁

  • Firebase or Serverless Systems

    21
    0 Votes
    21 Posts
    3k Views
    LindonL

    @dustbro not really this tho was it?

    Technology Errors and Omissions insurance

  • Expansion Presets array

    3
    0 Votes
    3 Posts
    512 Views
    A

    @yall i want build custom browser.

  • Macro LAF / Paint Routines help

    14
    0 Votes
    14 Posts
    1k Views
    NatanN

    @ulrik said in Macro LAF / Paint Routines help:

    d it and loaded it as an instrument (au) in logic and it did not work, it said it was connected to MAC1 but there were no number indicating it and I was not able to disconnect it...

    I guess you need to Tick Enable Midi Input FX And An Extra Flag, So it Let You use the Right Click Pop Up Option, Otherwise, The pop Up won't show up In Compiled VST Instrument.

37

Online

2.1k

Users

12.9k

Topics

112.2k

Posts