• Example of HISE's Custom Preset System?

    Solved
    2
    0 Votes
    2 Posts
    270 Views
    C

    @clevername27 The answer for anyone who is reading, is to create the file by referencing it - the standard way of creating files with HISE.

  • Arp Note Numbers

    4
    0 Votes
    4 Posts
    551 Views
    T

    @M_Holloway that's exactly what I was looking for! Thanks

  • Call ParametriqEQ Bands

    Solved
    4
    0 Votes
    4 Posts
    614 Views
    T

    @d-healey perfect Thank you!!!

  • Draggable Filter Points

    Solved
    4
    0 Votes
    4 Posts
    396 Views
    T

    @Christoph-Hart thank you!!! 🙏🏻

  • Snap to Grid Sampler or Audio Loop Player?

    1
    0 Votes
    1 Posts
    249 Views
    No one has replied
  • How to Create a File Object from {PROJECT_FOLDER}?

    3
    0 Votes
    3 Posts
    302 Views
    C

    @Christoph-Hart Thank you - I'm still a little lost, though. I'm doing a panel drag to a DAW MIDI track, and I'm trying to avoid writing a temporary MIDI file and then erasing it. I thought I could use the embedded file? (But the drag signature seems to be hungry for file objects.)

  • FloatingTile ADSR custom GUI doesn't work adding data

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    David HealeyD

    @arcy said in FloatingTile ADSR custom GUI doesn't work adding data:

    it works simply inverting the code...thanks!

    Yeah I think the issue is that when you set or change the floating tile type it internally resets the colours. So by flipping the order of operations we can get the desired behaviour.

  • Waveform change with slider

    3
    0 Votes
    3 Posts
    283 Views
    T

    @d-healey THANK YOU!!!!

  • Initialise automatic keyboard colouring

    6
    0 Votes
    6 Posts
    742 Views
    B

    Solved.

    Simply copied 'setKeyColour();' out of the 'inline function' keyboard part of the script and put it on its own line.

  • LAF: get a value of a knob by its id

    7
    0 Votes
    7 Posts
    745 Views
    D

    @d-healey THX!!!

  • How to add shadow in LAF?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    arcyA

    @d-healey aaaaaaaahhhhh, sorry, now I see the function! :D Ok...it works!
    Thanks a lot!

  • Controller 64 (Sustain Pedal)

    Solved
    4
    1 Votes
    4 Posts
    371 Views
    J

    Just tried with latest commit and can confirm that this bug is indeed fixed!

  • Tip: Hardcode Your Dev Environment Audio Setup

    1
    3 Votes
    1 Posts
    687 Views
    No one has replied
  • drawTablePoint - point size

    5
    0 Votes
    5 Posts
    382 Views
    T

    @d-healey ok, thank you!

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    6 Views
  • range

    5
    0 Votes
    5 Posts
    530 Views
    D

    @d-healey THX for the help, got it working!!!

  • AudioLoopPlayer rootNote

    13
    0 Votes
    13 Posts
    1k Views
    WaterSpoonW

    @Orvillain Great end to a long journey. i knew it would end up being a simple few lines of coding.

    Here is what i got working!!!

    This code will keep the root note set to 60 as new samples are loaded.

    Content.makeFrontInterface(600, 600); const var asp = Synth.getAudioSampleProcessor("Audio Loop Player1"); const var af = asp.getAudioFile(0); af.setContentCallback(function() { asp.setAttribute(asp.RootNote, 60); Console.print("Root note set to 60."); });
  • How to rotate only part of an svg?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    A

    @arcy well yeah, you can draw things and change them on the spot, as well as change them dynamically (based on knob value, counter for animations etc.)

    You could argue that the advantage to use SVG over local look and feel or paint routines is that it's easier to get shapes down but I would disagree, I find it easier to get things down progfamatocally with numbers and formulas than manually dragging elements around in figma or photoshop, especially if you define everything with constants, as that makes any changes super easy to make.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    6 Views
  • Knob to change ms of a Timer

    10
    0 Votes
    10 Posts
    1k Views
    A

    @d-healey

    It'll take 10ms but you can easily choke the message threat of you're repainting a big surface and using blur.

    Also older CPUs might complain. VMs too.

11

Online

2.3k

Users

13.7k

Topics

118.8k

Posts