• HISE Unzipping

    26
    0 Votes
    26 Posts
    1k Views
    CasmatC

    @d-healey amazing, thanks David!

  • [Solved] How to control detune in scriptnode synthesizer?

    2
    0 Votes
    2 Posts
    170 Views
    ulrikU

    @ulrik never mind, I figured it out
    This is what I did

    Changed the Freq Ratio range to 0.5 - 2.0, where 0.5 is 1 octave under normal, 1.0 is normal and 2.0 is 1 octave over, the stepsize I set to 0.001

    Works great

    Skärmavbild 2023-08-27 kl. 22.04.32.png

  • Delete SNEX Files (And How to Share SNEX?)

    4
    0 Votes
    4 Posts
    281 Views
    CasmatC

    @Christoph-Hart Thought so on the file issues, oh well, it’s not the end of the world! Thanks for your help!

  • Updating to 3.5

    Unsolved
    6
    0 Votes
    6 Posts
    386 Views
    A

    @clevername27 Where are you setting your label value display? Is it in the custom on control callback?

  • Sliders for Each Channel: What Would You Do?

    2
    0 Votes
    2 Posts
    209 Views
    LindonL

    @ericchesek - you are going to want to have each eq setting - as applied to a specific drum - saved in your presets, so the easiset way to do this is to have separate panels for each drum, and within the panel the eq controls you want. When you click one of your radio buttons - hide all panels - then show just the one panel for the drum that is selected...

  • Invert dB Knob

    3
    0 Votes
    3 Posts
    203 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
    319 Views
    No one has replied
  • Unknown Functions 'set' & 'getRange'

    15
    0 Votes
    15 Posts
    785 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
    253 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
    280 Views
    virtuscapeaudioV

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

  • Setting middlePosition for Slider affects minimum return valueNormalized

    15
    0 Votes
    15 Posts
    548 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
    160 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
    668 Views
    LindonL

    I feel another t-shirt coming on...

  • How to rename Userpreset

    5
    0 Votes
    5 Posts
    361 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
    1k 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
    797 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
    138 Views
    No one has replied
  • Can #define preprocessor take parameters?

    2
    0 Votes
    2 Posts
    137 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
    364 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
    630 Views
    virtuscapeaudioV

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

15

Online

1.8k

Users

12.1k

Topics

105.8k

Posts