• mouse click modifier list?

    3
    0 Votes
    3 Posts
    442 Views
    Dan KorneffD

    I've decided to put my small panel inside of another panel that takes up the full size of my GUI. Mouse clicks outside of the small panel close the box as intended. There's a better way to do this, right?

  • Is Synth.addVolumeFade() Relative or Absolute?

    2
    0 Votes
    2 Posts
    740 Views
    Christoph HartC

    It's absolute in the sense that it fades to the given target volume no matter what was set before.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Per voice pitch scripting

    7
    0 Votes
    7 Posts
    842 Views
    J

    Thanks, works perfectly.

  • Sample start mod vs note offset

    7
    0 Votes
    7 Posts
    642 Views
    Dan KorneffD

    @Christoph-Hart said in Sample start mod vs note offset:

    But I'll add it to the "tiny" list of things that need better documentation

    🤣

  • Weird table value

    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • Easy ease smoothed transition function between two constants

    2
    0 Votes
    2 Posts
    575 Views
    d.healeyD

    @orange Sorry I just saw this post.

    This is a KSP function I used to smoothly go between 2 values. If I remember correctly the /1000 was because Kontakt can't handle floating point numbers so you might not need that. This doesn't have an S-shape though, I think you'll need to employ some trigonometry for that.

    function ul.morph_2(value, x, y) -> return return := (((1000 - value) * x) + (value * y)) / 1000 end function
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    47 Views
    No one has replied
  • Time variant constant modulator

    3
    0 Votes
    3 Posts
    323 Views
    d.healeyD

    @Christoph-Hart Thank you!

  • Timer now....

    4
    0 Votes
    4 Posts
    532 Views
    LindonL

    @Christoph-Hart OK right that'd be why then... is there some documentation that explains this?

  • Presets again...

    7
    0 Votes
    7 Posts
    546 Views
    d.healeyD

    @Lindon I've always used the preset browser to load presets so that was my go to. Glad it seems to be working :)

  • Help - Controlling Synth Knobs with Interface

    2
    0 Votes
    2 Posts
    388 Views
    d.healeyD

    @JMooreo Use the interface designer and select the control you want to connect it to via the Processor ID and Parameter drop downs. Usually you don't need to script this kind of thing in HISE.

    There's some tutorials here you might find helpful
    https://www.youtube.com/watch?v=0TtezP8lp24&list=PLynv7CujPCfbH2OPE-cC5F4ZK-sVGkBwx

  • Dummy HR files

    2
    0 Votes
    2 Posts
    318 Views
    ossian1961O

    @d-healey said in Dummy HR files:

    I've asked a designer to work on my sample libraries UI, he'd like to try out the current version but he's on a limited internet connection and would prefer not to have to download all of the samples in order to play with the interface. Is there a way to make mini HR files so he can access the interface?

    If he should just create the graphics, you could create a basic graphic elements and send him the Images folder and the screenshots, so he can work creating all the stuff using the same sizes. For my synth, the designer is creating the graphic elements just on the Image folders that I sent to him and it's working fine.

  • Combo Box Set Items after init

    1
    0 Votes
    1 Posts
    256 Views
    No one has replied
  • How to add lag to a knob?

    7
    0 Votes
    7 Posts
    1k Views
    d.healeyD

    @Christoph-Hart said in How to add lag to a knob?:

    Yes, but the problem that you can't apply filters on a Container remains since I've removed the monophonic filter.

    Yes a filter would be much better, I was just trying to find a workaround :)

  • How do you load samples into the sampler via scripting?

    21
    1 Votes
    21 Posts
    4k Views
    C

    Sorry for my frequent silence, first of all. It seems my commitment to distributing my own HISE project keeps phasing in and out.

    That in mind, when it comes to the original subject, I was able to heavily edit the source code so that you could specify a different sample in a sample map via scripting. I don’t recommend this, as even if it had Christoph’s input, I’ve had occasional loading errors in the past, particularly over looping and whatnot, but it is a way to make use of user multisampling, for instance.

  • Photorealism knob... my first attempt.

    27
    1 Votes
    27 Posts
    4k Views
    Dan KorneffD

    @orange how are you using the #include command to link your external libraries?

  • Recall previous parameter value

    12
    0 Votes
    12 Posts
    924 Views
    ustkU

    Hi Christoph thank you for replying

    I am already using these events and it's working fine, the problem I have is either the last value is not stored, or if stored the behaviour is strange

  • Pitch fade confusion

    1
    2 Votes
    1 Posts
    293 Views
    No one has replied
  • CC value outside of controller callback

    5
    0 Votes
    5 Posts
    538 Views
    d.healeyD

    @Christoph-Hart Oh, that makes sense! Thanks!

12

Online

1.9k

Users

12.5k

Topics

108.7k

Posts