• Broadcaster for Effect Slot

    Unsolved
    4
    0 Votes
    4 Posts
    303 Views
    HISEnbergH

    @aaronventure Thanks I need to do some more study of the broadcaster first but I'll try the attachToModuleParameter and report back if it works!

  • Example of HISE's Custom Preset System?

    Solved
    2
    0 Votes
    2 Posts
    245 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
    346 Views
    T

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

  • Call ParametriqEQ Bands

    Solved
    4
    0 Votes
    4 Posts
    410 Views
    T

    @d-healey perfect Thank you!!!

  • Draggable Filter Points

    Solved
    4
    0 Votes
    4 Posts
    343 Views
    T

    @Christoph-Hart thank you!!! 🙏🏻

  • Snap to Grid Sampler or Audio Loop Player?

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

    3
    0 Votes
    3 Posts
    244 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
    805 Views
    d.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
    239 Views
    T

    @d-healey THANK YOU!!!!

  • Initialise automatic keyboard colouring

    6
    0 Votes
    6 Posts
    516 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
    516 Views
    D

    @d-healey THX!!!

  • How to add shadow in LAF?

    Solved
    9
    0 Votes
    9 Posts
    598 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
    304 Views
    J

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

  • Tip: Hardcode Your Dev Environment Audio Setup

    1
    2 Votes
    1 Posts
    580 Views
    No one has replied
  • drawTablePoint - point size

    5
    0 Votes
    5 Posts
    299 Views
    T

    @d-healey ok, thank you!

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    6 Views
  • range

    5
    0 Votes
    5 Posts
    350 Views
    D

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

  • AudioLoopPlayer rootNote

    13
    0 Votes
    13 Posts
    775 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
    887 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

13

Online

2.0k

Users

12.8k

Topics

110.9k

Posts