• look and feel slider retaining HISEs value modes?

    7
    0 Votes
    7 Posts
    314 Views
    d.healeyD

    Oskarsh has the right idea :)

    The function I was thinking of is this one

    8a69bb84-140f-470a-a08a-3f0c287418a9-image.png

  • .HIPs and .XMLs not loading properly after recompiling HISE

    4
    0 Votes
    4 Posts
    284 Views
    E

    @d-healey Never mind. Something went wrong when I compiled HISE. I suspected it was a permissions issue since HISE normally asks for permission to access folders on my desktop on first startup, but this version did not.

    I deleted HISE, recompiled a fresh version from github, and now everything works as expected.

  • Trigger samples depending on CC numbers

    3
    0 Votes
    3 Posts
    214 Views
    S

    @d-healey said in Trigger samples depending on CC numbers:

    @Sampletekk You can do this in the controller callback. Just check the incoming controller number with Message.getControllerNumber() or the controller value with Message.getControllerValue() and perform the action you want.

    Ok, so the solution is a script! No problems, just wondered if the where any settings in the sampler that did the same

  • Release samples

    5
    0 Votes
    5 Posts
    314 Views
    S

    @musictop said in Release samples:

    Screenshot 2023-12-16 235802.png

    Thank you!

  • location of the sample folder configuration file on Linux?

    3
    0 Votes
    3 Posts
    282 Views
    musictopM

    @d-healey Thank you!

  • Table growing / flex columns

    1
    1 Votes
    1 Posts
    259 Views
    No one has replied
  • Sine Gen Coarse Ratio hard limit

    2
    0 Votes
    2 Posts
    115 Views
    iamlampreyI

    answered my own question:

    const var SineWaveGenerator1 = Synth.getChildSynth("Sine Wave Generator1"); SineWaveGenerator1.setAttribute(SineWaveGenerator1.UseFreqRatio, 1); SineWaveGenerator1.setAttribute(SineWaveGenerator1.CoarseFreqRatio, 20); // this can be higher than the GUI limited 16
  • AHDSR - How does one turn off the little "stage indicators"?

    11
    0 Votes
    11 Posts
    383 Views
    ulrikU

    @RastaChess said in AHDSR - How does one turn off the little "stage indicators"?:

    I can't say I completely understand the code though. I get the part of converting from and to string, but I don't understand the "manipulate" part.

    Not much manipulation in this code, actually, just ignoring some strings that paint the things you don’t want to paint 🎨

  • Codesigning - Windows

    22
    0 Votes
    22 Posts
    1k Views
    C

    I am using ssl. com code signing certificate since a long.

  • Slider inside Table cannot be dragged

    3
    0 Votes
    3 Posts
    242 Views
    oskarshO

    @Christoph-Hart working now. Thanks!

  • Project management window

    1
    0 Votes
    1 Posts
    67 Views
    No one has replied
  • ScriptFX Parameter Example?

    12
    0 Votes
    12 Posts
    323 Views
    Christoph HartC

    @iamlamprey either there or you can just call exportState() from a script, this will also give you the Base64 string.

  • Keybed colouring....

    5
    0 Votes
    5 Posts
    160 Views
    LindonL

    @d-healey said in Keybed colouring....:

    @Lindon Yeah (I assume we're talking about the white key at the end?)

    sorry - yes we are... ok bug it is...

    @Christoph-Hart !!!!

  • Pretty weird problem with the Preset Browser ?

    45
    0 Votes
    45 Posts
    2k Views
    Evan SplashE

    The topic is old, but if suddenly someone, like me, is looking for a solution to correctly switch presets with only 2 columns...
    If you set 2 columns in the browser settings, then when you switch the next/previous preset, the browser will return to the category column. With three columns (default), the browser correctly displays the selected preset. Possibly a bad solution, but it works. Just reduce the ratio of the first column to zero if you only need to display 2.

    "NumColumns": 3, "ColumnWidthRatio": [ 0.0, 0.5, 0.5 ],
  • Arp Note Length

    2
    0 Votes
    2 Posts
    210 Views
    LindonL

    @trillbilly said in Arp Note Length:

    Hey Gang,
    Im creating a drum plugin with randomization to an arp. All is working well except the Note Length. If I set them to 100 & then randomize the Step Count, they then go back to the default.

    Can the Arp Note Length be set to 100 at all times?

    You can (re)set the Note Length in your Step Count callback.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • How do I get an LFOs current "stage"?

    4
    0 Votes
    4 Posts
    143 Views
    ustkU

    @RastaChess Since the oscillator does not output its "position" I can't think of a solution to give you anything else than its current level... So the second oscillator with a saw shape is exactly what I would have done despite the apparent funkyness...

    Maybe it would be possible to add this as an output to the oscillator if it's useful for enough people, @Christoph-Hart ?

  • Project with High CPU

    10
    0 Votes
    10 Posts
    439 Views
    ustkU

    @bendurso Perhaps exploring the XML would shed light on any discrepancies between the two groups...

  • Custom Sample Import Save

    2
    0 Votes
    2 Posts
    221 Views
    d.healeyD

    @kameron Are you dragging it onto a waveform control? If so you should be able to set that control to saveInPreset.

  • convert svg with multiple "objects"

    10
    0 Votes
    10 Posts
    250 Views
    ustkU

    @Lindon Oh yes of course, the objects should be converted to paths at first...

31

Online

1.6k

Users

11.2k

Topics

97.5k

Posts