• Coming over from Kontakt? Read this!

    Pinned
    8
    1 Votes
    8 Posts
    7k Views
    LindonL

    @d-healey said in Coming over from Kontakt? Read this!:

    @Lindon They live inside Kontakt's sample map too, it's just that with Kontakt there is only one sample map and it's part of the NKI.

    I think the main different between Kontakt's groups and HISE's is that with Kontakt you can route them individually and apply effects and other processing to them individually which you can't do in HISE (yet...?).

    In HISE the routing and modulation is at the sampler level rather than the group level.

    Absoloutely - valuable stuff to include - I guess I was thinking inside a group you see a mapping of sample audio files, inside a Sample Map you see....so (to start with) same same...as a starting point. But hey no problem.

  • MIDI Learn improvement

    3
    0 Votes
    3 Posts
    4 Views
    ustkU

    @David-Healey yup me too, I will just hold this a wee bit if somebody sees it differently

  • Modulation range not absolute?

    18
    0 Votes
    18 Posts
    2k Views
    ustkU

    I thought at one point the "full mod range representation" has been made available so it covers the full range of lastModValue (like in the above post)

    Was I dreaming?

    modvalue.gif

  • Velocity layers overlapping issue

    2
    0 Votes
    2 Posts
    16 Views
    David HealeyD

    @lijas90 All your ranges there have overlap. If you're going for dynamic crossfades you usually want an equal power curve between each layer - overlap. But unless you samples in each layer are perfectly in tune or phase aligned, you will hear two samples playing (a kind of chorusing or phasing sound) during the crossfade.

    This is a problem that all sample library developers run into and come up with various solutions for.

  • Custom controls

    28
    0 Votes
    28 Posts
    90 Views
    MorphoiceM

    @David-Healey I added a dragThumbOnly property to Scriptslider

    if enabled:

    A left-click on the slider track no longer starts a drag or jumps the value.
    HiSlider::mouseDown hit-tests the click against the drawn handle centre
    and only forwards to Slider::mouseDown when the click lands on the
    thumb (within dragThumbSize/2 + dragThumbPad). Right-clicks still pass
    through for MIDI-learn / context menu. Snap-to-mouse is disabled, so dragging the thumb is relative and the
    value does not snap to the cursor on click.

    if anyone is interested it's on my fork
    https://github.com/morphoice/HISE/commit/7b206d1951558381a2a38b2691a504d7542eec56

    however the dimensions are currently hardcoded to my needs, so there will be further changes needed to make this a general feature. I therefor didn't make a PR

  • Couple of handy (free) Mac apps for checking code signs and notarisation

    3
    2 Votes
    3 Posts
    29 Views
    dannytaurusD

    @David-Healey I doubt it. Once you start notarising, I reckon you'll never stop.

  • Is HISE Compatible with Xcode 26?

    12
    0 Votes
    12 Posts
    138 Views
    B

    @David-Healey Thank you, kind sir.

  • Apple team ID, code sign but ask for security to open the plugin

    11
    0 Votes
    11 Posts
    48 Views
    Y

    @Oli-Ullmann Ok,

    Thank you 🙏

  • Testers Needed for Rhapsody v3

    36
    1 Votes
    36 Posts
    1k Views
    David HealeyD

    @jeffd Thanks for confirming.

  • StripKit - Animated Filmstrip Generator for Audio-Plugin GUIs

    3
    1 Votes
    3 Posts
    183 Views
    B

    @VybeCodeDSP StripKit looks really nice!

    It seems you only support the Windows platform?
    If so, are you planning to support MacOS?
    If so, let me know if you need a beta tester!

  • waveform: draw loop position/crossfade

    2
    0 Votes
    2 Posts
    43 Views
  • Animated modulation

    23
    0 Votes
    23 Posts
    413 Views
    ustkU

    @dannytaurus Yeah, keeping the colours tidy in your code is easier in the end. Then you can set the component colours from script when needed and everything updates automatically if you adjust something instead of copy/paste in all components...

    I tend to to everything I can in paint routines, the less components in the tree, the happier I am!
    That being said... In order to reduce CPU load, I still tend to keep fixed drawing (bg, mask, etc...) in separate panels so the LAF function job is only constrained to what is really necessary. I also keep all the math constants externally, unlike the example...

    Other issue with the "multiple panel masking technique" is that when you want to move it, it can be very annoying, unless adding them all in an holder panel, which is one more component... 😬

  • The Legato between samplers

    6
    0 Votes
    6 Posts
    175 Views
    David HealeyD

    @Felix-W Break it down. Make a minimal project with one sampler where notes only trigger during legato transitions. Once you get that working you can start to incorporate it into your project.

  • Get, post API Hise language.

    7
    0 Votes
    7 Posts
    106 Views
    Y

    @David-Healey Ok,

    Is it possible to discuss in private?

  • Stop pruning default values from XML?

    4
    0 Votes
    4 Posts
    165 Views
    David HealeyD

    @dannytaurus said in Stop pruning default values from XML?:

    because I'm setting some values in script that happen to be default values.

    Hmm this might be the source of an issue I was having too, I might try it.

  • Is someone familiar with subscription models? (real advices)

    1
    1 Votes
    1 Posts
    50 Views
    No one has replied
  • Set order of parameters as listed for automation

    25
    0 Votes
    25 Posts
    874 Views
    ustkU

    @dannytaurus Good job detective!
    I agree to the WTF, seems that developing new protocols of all sorts but there's still no agreement whatsoever in the way DAWs handle such a simple task... Shame...

  • Anyone doing factory presets only, with no Save button?

    8
    0 Votes
    8 Posts
    210 Views
    ChazroxC

    @dannytaurus said in Anyone doing factory presets only, with no Save button?:

    power-user feature

    It for sure is a power-move and not as intuitive as a user preset.

  • Linux

    9
    0 Votes
    9 Posts
    327 Views
    David HealeyD

    @zachhealy1005 said in Linux:

    so compiling hise on my laptop is in fact impossible.

    If you reduce the number of compile threads to 1 or 2 it might still compile.
    make CONFIG=Release -j 2

  • 0 Votes
    23 Posts
    604 Views
    LindonL

    @David-Healey well done...for now I might stick to my "Load Request File" based appraoch...

21

Online

2.4k

Users

13.8k

Topics

120.0k

Posts