• Program change events

    5
    0 Votes
    5 Posts
    928 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
    5k Views
    d.healeyD

    I shall test and report back

  • the value on the label

    14
    0 Votes
    14 Posts
    2k 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
    2k 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
    879 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
    427 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
    529 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
    3k 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
    1k Views
    d.healeyD

    *facepalm ;)

  • Panel MIDI Learn

    2
    0 Votes
    2 Posts
    534 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
    6k 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
    659 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

  • Using a loop in onControl

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    Thanks Christoph, mystery solved :)

  • Combining Two Sounds and Removing Phasing....

    2
    0 Votes
    2 Posts
    611 Views
    Christoph HartC

    Yes, this is possible, but highly complex and subject of many proprietary algorithms. The problem is to resynthesise the samples without loosing the sonic quality.

  • Breaking change: Remove unqualified definitions & new operator

    2
    1 Votes
    2 Posts
    493 Views
    Christoph HartC

    OK, I admit the for loop thing was one bit too much, so I reverted this :)

    You can still use the standard for(i = 0... syntax...

33

Online

1.7k

Users

11.7k

Topics

101.6k

Posts