• Help with Horizontal Filmstrip Bug?

    Solved
    5
    0 Votes
    5 Posts
    201 Views
    C

    @Matt_SF OMG!!!!!!! Yes!!! Thank you!!! (And thank you, David, as always.)

  • A Pop-Up 2D MIDI Value Selection Widget for Y'All

    1
    1 Votes
    1 Posts
    113 Views
    No one has replied
  • LAF Button for Y'all — Slider Button

    2
    9 Votes
    2 Posts
    507 Views
    DabDabD

    @clevername27 Good work (y)

  • 2D Menu?

    Solved
    5
    0 Votes
    5 Posts
    176 Views
    C

    @d-healey Thanks - brill. I'll post it here for everyone.

  • Is There LAF Support for Labels?

    Solved
    5
    0 Votes
    5 Posts
    783 Views
    C

    @d-healey Brill, thanks!

  • 2 Votes
    17 Posts
    694 Views
    C

    @ustk Not at all, mate. You and what you wrote are awesome; I appreciate the opportunity to learn from someone as knowledgable about HISE as you. I value any critiques you can offer from going through my code - thank you! I'll follow up on any suggestions/corrections you make.

  • Best Way to Do a Number Box?

    Solved
    4
    0 Votes
    4 Posts
    187 Views
    C

    @ustk and @d-healey, thank you - I can't believe I didn't think of that. Thank you!

  • LAF: Removing the Value from a Slider?

    Unsolved
    3
    0 Votes
    3 Posts
    136 Views
    C

    @d-healey You rock. Thanks!

  • Best Way to Record from DAW and Play Back in Synch?

    Unsolved
    2
    0 Votes
    2 Posts
    213 Views
    LindonL

    @clevername27 so I think you are on the right path with option2.

    First you need some method(script) to record MIDI events arriving, and more specifically their time (as ppq?). So some "record" button that sets the script in ready mode, and on first event defines this as "start time", then everything is an offset from there until the user stops recording.

    At this point you would have a long list of events, so playback should be pretty simple - especially if you are using ppq instead of milliseconds - so the playback can be tempo aligned with the DAW tempo

  • How to Disable a Generic Container?

    Solved
    9
    0 Votes
    9 Posts
    500 Views
    C

    @ustk Thank you!

  • Thoughts on the Playhead [Titled Changed]

    18
    1 Votes
    18 Posts
    1k Views
    C

    @Christoph-Hart Thank you for your question. Just the kinds of things that lower-level access allows. I realize the struct is deprecated and may go away at some point.

    Polling parameters (e.g., bpm and time signature) when needed, instead of keeping track of them with callbacks — it's a cool feature when you need to know when something has changed, but otherwise can be a little clumsy?

    This may be my own issue, but the callbacks aren't being called at init. (They obviously work in your code example.)

    Writing your own callbacks — for example, I want to show the user the seconds and samples of the DAW's playhead with high granularity—like the display in the MIDI keyboard. Another is example is doing calculations on the playhead in real-time.

    The specific things in CurrentPositionInfo that simply aren't available in the Transport API, such as whether the DAW is recording or not.

  • Implementing a Listener on a knob with broadcaster

    Solved
    5
    0 Votes
    5 Posts
    634 Views
    S

    @ulrik Thanks so much. Truly appreciate.

  • How do you use onControl(number,value)?

    6
    0 Votes
    6 Posts
    1k Views
    FrankbeatF

    @Lindon Thanks, Lindon! That's the way I ended up doing it now after watching David's video Playing with Knobs.

  • Method() decides notes are pressed or not

    7
    0 Votes
    7 Posts
    457 Views
    Sac TenS

    @d-healey Wooow that works!!!
    Thank u so much!!!

    I think having one sampler per letter is not the most efficient way to do this.

    Yes, that was just for testing😁

  • Can't find user preset?

    10
    0 Votes
    10 Posts
    563 Views
    d.healeyD

    @paper_lung Yes this was just a simple demonstration so button on = preset 1, button off = preset 2.

    You can use whatever system you like for the UI, knobs, buttons, panels, menus.

  • Purge samples?

    3
    0 Votes
    3 Posts
    165 Views
    P

    @d-healey oh great, thanks!

  • Paint Routines + Timer Callback Animations

    7
    0 Votes
    7 Posts
    583 Views
    C

    Brilliant as always, @d-healey.

  • remove "key/value" from object?

    2
  • Scriptnode "save as"

    3
    1 Votes
    3 Posts
    337 Views
    A

    @Soundavid Thank you that worked!

  • Arrow Function is HISE Scripting?

    Solved
    4
    0 Votes
    4 Posts
    318 Views
    d.healeyD

    @oskarsh Oh I'm with you now, yes the are not part of HISE script.

26

Online

2.0k

Users

12.8k

Topics

111.3k

Posts