• Invert dB Knob

    3
    0 Votes
    3 Posts
    218 Views
    bendursoB

    @ulrik Thank you so much! That was just what I needed :)

  • It´s possible to use Juce::MidiOut class and member functions in Hise ?

    1
    1 Votes
    1 Posts
    354 Views
    No one has replied
  • Unknown Functions 'set' & 'getRange'

    15
    0 Votes
    15 Posts
    805 Views
    trillbillyT

    @d-healey No, Im an idiot, I only put it in 1 callback.
    Worked like a charm. Much appreciated.

  • Master Tone Knob / Macros without scripting?

    2
    0 Votes
    2 Posts
    279 Views
    d.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
    305 Views
    virtuscapeaudioV

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

  • Setting middlePosition for Slider affects minimum return valueNormalized

    15
    0 Votes
    15 Posts
    562 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
    174 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
    707 Views
    LindonL

    I feel another t-shirt coming on...

  • How to rename Userpreset

    5
    0 Votes
    5 Posts
    457 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
    839 Views
    d.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
    147 Views
    No one has replied
  • Can #define preprocessor take parameters?

    2
    0 Votes
    2 Posts
    143 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
    385 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
    841 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
    183 Views
    No one has replied
  • How to Detect if Inside Ellipse?

    23
    0 Votes
    23 Posts
    5k 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
    397 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
    603 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
    360 Views
    d.healeyD

    @Natan Read the code, the instructions are there

36

Online

2.0k

Users

12.8k

Topics

111.0k

Posts