• Master Tone Knob / Macros without scripting?

    2
    0 Votes
    2 Posts
    352 Views
    David HealeyD

    @virtuscapeaudio

    Your tone control would probably be best as a scriptnode effect.

    For the second one you're going to need scripting.

  • Switch Synth Containers with ComboBox?

    6
    0 Votes
    6 Posts
    364 Views
    virtuscapeaudioV

    @d-healey thanks so much!! will report back

  • Setting middlePosition for Slider affects minimum return valueNormalized

    15
    0 Votes
    15 Posts
    709 Views
    A

    @d-healey No.

    I have settled on stepSize 0.0001 with middlePosition 1000 and it works well. I think stepsize is the culprit, and the 20-20000 range is so insane in this curve that the frequency value just gets truncated, but that's the nature of filter frequency response being mapped to a knob.

    Thanks for helping me work through this.

  • Control EQ

    3
    0 Votes
    3 Posts
    206 Views
    L

    @d-healey Yes i now use local laf :). Ok thank you i had not found this topic on the forum.

  • Sample Start

    Solved
    19
    0 Votes
    19 Posts
    943 Views
    LindonL

    I feel another t-shirt coming on...

  • How to rename Userpreset

    5
    0 Votes
    5 Posts
    632 Views
    CasmatC

    @alhug I'm personally using a custom preset browser and don't know if theres a refresh function for the browser, for my custom case, I have made a function which does the "refreshing" and I call it whenever there's a change thats made.

  • Who Wants My Plugin Code?

    11
    7 Votes
    11 Posts
    2k Views
    L

    "Superb! How did you manage to animate the panels? (Fade in & fade out, translation, resizing...)

  • Piano sustain pedal behaviour

    11
    1 Votes
    11 Posts
    970 Views
    David HealeyD

    @virtuscapeaudio

    You don't need to play the note twice, just play it once and store the ID.

    Your if statements are missing curly braces.

  • Bending a SVG?

    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • Can #define preprocessor take parameters?

    2
    0 Votes
    2 Posts
    166 Views
    A

    Alright,

    #define DECLARE_REG(name) reg name DECLARE_REG(test) = 5.767;

    works as expected. No space between identifier and open parenthesis, got it.

    This compiles in C and prints the value, with the variable test_heyhey properly formed from two tokens.

    int main() { #define DECLARE_REG(name) int name ## _heyhey DECLARE_REG(test) = 69; printf("%d", test_heyhey); return 0; }

    When I try this in HISE, I try

    #define DECLARE_REG(name) reg name ## _heyhey DECLARE_REG(test2) = 69.6969;

    and get an error saying "Unexpected character '#' in source"

    How to do #define token concatenation in HISEScript, then? @Christoph-Hart

  • Meaning of Convo Reverb Parameters?

    Solved
    6
    0 Votes
    6 Posts
    448 Views
    Oli UllmannO

    @Christoph-Hart thank you for the explanation! HISE is just great! Keep it up! :-)

  • Time attenuate: How to decrease volume of release samples over time?

    17
    0 Votes
    17 Posts
    1k Views
    virtuscapeaudioV

    @d-healey No problem I'll wait. Thanks so much!!

  • Connecting Audio Loop Player's Root Note Knob using Broadcaster?

    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • How to Detect if Inside Ellipse?

    23
    0 Votes
    23 Posts
    7k Views
    ustkU

    @ericchesek April 3 is the date you built, not the branch date. I've implemented the new methods before that so you probably have to build the develop branch again

  • Don't trigger release samples if sustain pedal is down

    7
    0 Votes
    7 Posts
    581 Views
    virtuscapeaudioV

    @d-healey BEFORE , gotcha. Works perfectly and thanks very much!

  • Can a specific samplemap be loaded by passing the filename as string?

    7
    0 Votes
    7 Posts
    818 Views
    FrankbeatF

    @d-healey Solved, thank you very much! Indeed the suffix isn't needed.

  • A Factory for Rotated Text…Almost

    Unsolved
    7
    0 Votes
    7 Posts
    416 Views
    David HealeyD

    @Natan Read the code, the instructions are there

  • midi node, channel mismatch error

    2
    0 Votes
    2 Posts
    429 Views
    David HealeyD

    Bump bump

  • Memory persistence

    7
    0 Votes
    7 Posts
    1k Views
    T

    @Christoph-Hart is it possible to routinely clear the plug-in memory usage without clearing the preset data? I see the method

    Engine.getMemoryUsage()

    Is there a way to use this to set a max threshold for memory usage?

  • How to control instrument volume with MPE?

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    David HealeyD

    @bendurso Use the global modulators system. You add one MPE modulator in the global mods container and then assign this to the gain of each sampler.

20

Online

2.2k

Users

13.5k

Topics

117.6k

Posts