• JSON UI Woes

    18
    0 Votes
    18 Posts
    3k Views
    d.healeyD

    I've been trying to rebuild the UI from scratch, I find the ui designer really slow compared to working in the script (especially with multiple cursors) though so I've been creating controls in the JSON view, however like I said when I hit F5 it takes me to the on init so that becomes quite cumbersome too. I also just had a problem with a bunch of controls I'd created in the JSON randomly disappearing along with the JSON code... Should I not hit F5 in the JSON view but go to the normal script to compile or should I do it in both views?

    Also, when using the interface designer, is it still possible to split a UI into multiple files and combine them all in the front interface script?

  • AllowCallbacks property

    3
    0 Votes
    3 Posts
    712 Views
    d.healeyD

    Aha :) thank you

  • UI IDs and Namespaces

    2
    0 Votes
    2 Posts
    699 Views
    Christoph HartC

    Yes that‘s true. The namespace concept has no meaning outside if the scripting engine but there must be a unique ID for presets, inter script communication, etc.

  • Program change events

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    Excellent

  • Key-follow for filters

    6
    0 Votes
    6 Posts
    1k Views
    staiffS

    yep !
    i decided to change my filters. Because i had subtractive (with another subosc - 12 and noise osc) + FM. But in fact FM has no filters. so i put all waveforms in one synth group + filters and separate FM (2 sine osc) without filters.

    for now i have keyfollow + polarity (because it also didn't work in FX filter mode)

  • HISE Scripting Framework

    25
    4 Votes
    25 Posts
    6k Views
    d.healeyD

    I shall test and report back

  • the value on the label

    14
    0 Votes
    14 Posts
    3k Views
    alexaudio10A

    Its WORK! Big Thanks !

  • About labels -> get value

    5
    0 Votes
    5 Posts
    2k Views
    d.healeyD

    The font goes in the images folder. You need to use the loadFont command in your front interface script to include it with the instrument. Make sure you own the license to use the font or that it is royalty free or similar :)

  • How do you disable/enable various samplers for keyswitching?

    9
    0 Votes
    9 Posts
    3k Views
    d.healeyD

    Take a look at my github repo, I have some modules for colouring keys (the playable range script) and switching articulations. You can use these as is or use them as a jumping off point for your own scripts. - https://github.com/davidhealey/HISE-Scripting-Framework/tree/master/v3/modules

  • VU meter from "six state button" tutorial?

    1
    0 Votes
    1 Posts
    966 Views
    No one has replied
  • 0 Votes
    4 Posts
    2k Views
    M

    yeah if you could put some example code for the output meter using a vu meter filmstrip that would be great ive been pulling out my hair the last two days trying to get it to work lol. as far as the compressor i wish i knew the exact coding process to birng dsp code into hise there are tons of great things at musicdsp.org

  • This topic is deleted!

    4
    0 Votes
    4 Posts
    9 Views
  • getModulator outside of on init

    2
    0 Votes
    2 Posts
    567 Views
    Christoph HartC

    I recently changed this so that you can call this in the onControl callback which is required when you want to create modulators dynamically, so no it shouldn't cause any problems.

    I think you can't do it in the MIDI callbacks though (and it would be pretty stupid to do so), but I'll have to update the API docs.

  • note number modulator export state

    3
    0 Votes
    3 Posts
    690 Views
    d.healeyD

    No rush, I'm only using it as a sub-modulator and restoring the parent modulator restores the note number modulator correctly

  • Example of themed GUI

    15
    4 Votes
    15 Posts
    4k Views
    Christoph HartC

    I also had this idea in mind (that's precisely what the company URL field in the User Settings dialogue is for). I think the best way for this is adding an About page floating tile, which also shows the registered e-mail address of the user along with some other useful information.

  • Visibility and CPU

    11
    0 Votes
    11 Posts
    2k Views
    d.healeyD

    Yeah that makes sense, duly noted!

  • Example of how to control modulator intensity

    6
    1 Votes
    6 Posts
    2k Views
    d.healeyD

    *facepalm ;)

  • Panel MIDI Learn

    2
    0 Votes
    2 Posts
    681 Views
    Christoph HartC

    CCs that are assigned will not be passed to the engine in order to avoid side effects, but the onControl callback should be executed (so you need to call repaint() from there).

  • Graphics Functions

    30
    0 Votes
    30 Posts
    7k Views
    d.healeyD

    That's a good idea, and it will offer a working example too. I shall do it that way.

  • getValueNormalized

    3
    0 Votes
    3 Posts
    828 Views
    d.healeyD

    I see, I thought it wasn't there because it's not showing up in my API list

    0_1503830264859_Capture.PNG

35

Online

1.8k

Users

12.1k

Topics

105.2k

Posts