• I need help from a trigonometry wizard

    1
    0 Votes
    1 Posts
    110 Views
    No one has replied
  • Creating a MIDI sequence browser/selector for MIDI Player

    19
    1 Votes
    19 Posts
    1k Views
    Y

    @ulrik I didn't pay attention to 2. but the one I use is simply called the midi player in the midi part of the containers. the one where there is the drag n drop, choice of sequence, play stop rec.

  • Importing snippets breaks my project

    9
    0 Votes
    9 Posts
    298 Views
    ?

    Hooray :D thanks again mr Healey

  • "High-End" samples

    6
    0 Votes
    6 Posts
    226 Views
    Y

    @d-healey I read too fast, I thought I read time streching ^^

  • Help with Standalone Downloader App

    24
    0 Votes
    24 Posts
    918 Views
    DanHD

    @DanH So the app works (downloads the file) as a plugin (in Logic / Ableton) but not as a standalone app lol

    urgh

    Has anyone stumbled upon this before? I've codesigned it, turned off Gatekeeper (it works on Windows fine)...

  • Mac M1 Logic .au ???

    3
    0 Votes
    3 Posts
    177 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
    472 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
    172 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
    358 Views
    ?

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

  • Array Modulator documentation

    1
    0 Votes
    1 Posts
    85 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
    200 Views
    No one has replied
  • Round Robin Group Volume ?

    5
    0 Votes
    5 Posts
    538 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
    670 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
    314 Views
    ?

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

  • Drag 'n drop for Sampler

    11
    0 Votes
    11 Posts
    580 Views
    ?

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

  • Key Commands - Switch Off

    3
    0 Votes
    3 Posts
    152 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
    357 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
    326 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);>

28

Online

1.9k

Users

12.5k

Topics

108.9k

Posts