• How to use HISE to call system commands?

    3
    0 Votes
    3 Posts
    317 Views
    CatABCC

    @d-healey cool!thanks very much

  • Arrays || How Many elements?

    3
    0 Votes
    3 Posts
    314 Views
    ChazroxC

    @Lindon Crazy...I clicked over to read this, and David says the same thing in his array tutorial at the same time. Crazy synchronicity. lol Thanks!

  • Draw a path based on obj.text?

    2
    0 Votes
    2 Posts
    242 Views
    T

    Got it working, thanks to yet another awesome @d-healey tutorial. Here it is, in case somebody else needs that too: https://www.youtube.com/watch?v=badkm6QVNIA&t=801s

  • LAF to draw text input of a slider?

    10
    0 Votes
    10 Posts
    1k Views
    ChazroxC

    I just found this on the forum compliments to @HISEnberg ! 🙏

    https://forum.hise.audio//post/100409

    Content.makeFrontInterface(200, 50); const var Label1 = Content.getComponent("Label1"); const var lblCss = Content.createLocalLookAndFeel(); Label1.set("text", "CSS Label"); // Email/Key Label Laf lblCss.setInlineStyleSheet(" * { letter-spacing: 2px; font-weight: regular; } /** Render the default appearance. */ label { background-color: var(--bgColour); color: var(--textColour); border-radius: 5px; padding-left: 50px; padding-right: 20px; text-shadow: 2px 2px 5px rgba(0,0,0,0.3); } /** If you edit the text, it will use this selector. */ input { text-align: left; padding-top: 0.5px; padding-left: 50px; padding-right: 20px; caret-color: white; font-weight: bold; } /** Style the text selection with this selector. */ ::selection { background: #50FFFFFF; color: white; } "); Label1.setLocalLookAndFeel(lblCss);
  • Help with MIDI learn panel sliders

    5
    0 Votes
    5 Posts
    603 Views
    rglidesR

    @d-healey I suppose in some way this is a relief :D I spent several days making the UI look and function perfectly already and was fully prepared to make the panel sliders look the same as I already have. If you think my amount of sliders won't be an issue for performance etc, then I'll just carry on as I have been. Thanks David!

  • How to Invert a Set of Button Values with a Single Click?

    6
    0 Votes
    6 Posts
    762 Views
    ILIAMI

    @d-healey Very Nice, thank you so much

  • GRID HELPER || Free Script

    3
    4 Votes
    3 Posts
    653 Views
    ChazroxC

    @d-healey ah. Nice. I'll try that too. 👍

  • Very strange behaviour with Engine.getUptime()?

    8
    0 Votes
    8 Posts
    847 Views
    VirtualVirginV

    @d-healey There isn't a particular standardization spec for MIDI 1.0 timestamps that I am aware of so I was thinking the HISE timestamp would be related to an internal clock. I would expect the output to be in samples, milliseconds or maybe PPQ, but I don't see that reflected in your Console.print there.

    @Christoph-Hart
    How do the timestamps for MIDI messages work in HISE?

  • Keynumber / Notenumber table question

    4
    0 Votes
    4 Posts
    428 Views
    rglidesR

    @Christoph-Hart Ah yes this is perfect thanks Christoph!

  • LAF for Waveform floating tile connected to Sine Wave Generator?

    6
    0 Votes
    6 Posts
    877 Views
    ChazroxC

    Is there a LAF function that works for this yet?

  • Is the velocity Mod broken or am I missing a key part of my brain?

    5
    0 Votes
    5 Posts
    506 Views
    rglidesR

    @Chazrox 😁

  • How do I use LAF to draw the dropdown of a comboBox?

    5
    0 Votes
    5 Posts
    560 Views
    VirtualVirginV

    @Chazrox Thanks!!

  • Customise Combobox font with LAF?

    10
    0 Votes
    10 Posts
    1k Views
    Christoph HartC

    Actually the support for custom fonts was already there in CSS for the multipage dialog, but I haven't added it to the script components yet, but now it should work.

    Note that you have to use a @font-face at rule that defines the custom font like this (this is somewhat standard compliant):

    const var laf = Content.createLocalLookAndFeel(); laf.setInlineStyleSheet(" @font-face { font-family: FunkyFont; src: url({PROJECT_FOLDER}Fonts/DigitalNormal.ttf); } button { font-family: FunkyFont; } "); Content.getComponent("Button1").setLocalLookAndFeel(laf); const var Label1 = Content.getComponent("Label1"); Label1.set("fontName", "FunkyFont");
  • CPU stays up eventhough panel gets painted only once

    7
    0 Votes
    7 Posts
    761 Views
    A

    @d-healey Thank you, i will try that

  • Preset Browser Laf || Multi-line?

    Solved
    10
    0 Votes
    10 Posts
    936 Views
    rglidesR

    @Chazrox 😁

  • ScriptFX Interface || How do I script knobs n stuff??

    Unsolved
    14
    0 Votes
    14 Posts
    2k Views
    ChazroxC

    @d-healey
    80008192-4bd4-44ac-9160-83b0f3e0e99c-image.png
    lol

  • HELP

    22
    0 Votes
    22 Posts
    5k Views
    R

    @rava2212 it works thanks a lot

  • Random Button & Radio Buttons?

    12
    0 Votes
    12 Posts
    1k Views
    d.healeyD

    @ILIAM said in Random Button & Radio Buttons?:

    David, is this Correct now?

    I don't know, if it does what you want then it is...

    Buttons[i].setValue(i == random ? 1 : 0);

    i == random will either be 1 or 0 already, so no need for the ternary operator here.

  • Theme Controller Module?

    21
    0 Votes
    21 Posts
    4k Views
    d.healeyD

    @Chazrox Yup, watch my file and file system api video

  • Oscilloscope Script

    5
    11 Votes
    5 Posts
    1k Views
    ChazroxC

    @HISEnberg Gnarrly 🔥

19

Online

2.0k

Users

12.7k

Topics

109.9k

Posts