• Sample Robot.

    1
    0 Votes
    1 Posts
    96 Views
    No one has replied
  • Saving plugin size in Daw ?

    6
    0 Votes
    6 Posts
    246 Views
    d.healeyD

    @lalalandsynth No. It is saved per plugin not per project.

  • Controlling bands on Parametric EQ.

    14
    0 Votes
    14 Posts
    715 Views
    ustkU

    @lalalandsynth You can combine with the property editor for min/max, but NOT for processorId/parameterId. You must remove them if using script callbacks. And everything that is set by script overwrite the parameter in the propety editor

    In your case (because min is not 0) you need to add it to the total:

    // Invert loPass Knob; const var loPassKnob = Content.getComponent("loPassKnob"); inline function onloPassKnobControl(component, value) { local index = ParametriqEQ.Freq + 1 * ParametriqEQ.BandOffset; ParametriqEQ.setAttribute(index, component.get("max") - value + component.get("min")); }; Content.getComponent("loPassKnob").setControlCallback(onloPassKnobControl);

    Of course, the popup still displays the original Value of the knob, not the inverted one you made by script... For this, you have to create your own popup label.

    Flipping the min/max would create some weird edge cases because it's checked in the Juce core.
    Although, adding a button in the property editor to invert the value might be do-able, but I'm not Christoph :)

  • Samples

    2
    0 Votes
    2 Posts
    220 Views
    LindonL

    @myhomestudio - nope - if you think about it then thats a good thing.

  • Folder vst export

    5
    0 Votes
    5 Posts
    340 Views
    M

    Tanks everybody ;)
    yes it's for quick testing because i find the plugin so far in folder, and too i would like to change the name of the plugin vst, is it possible after compiling it ?

  • CLI for multiple export and deliver

    6
    0 Votes
    6 Posts
    248 Views
    LindonL

    @d-healey said in CLI for multiple export and deliver:

    You need to make a script to do this. Take a look at the packaging scripts I added to the B3 library, or my Sofia Woodwinds library.

    GNU/Linux and Mac both use Bash scripting, although they are a little different. Windows uses Batch scripting (might be possible to run a Bash script on Windows too but I've never tried).

    Yep possible to use bash on windows - its what git does

  • Has anyone found a workaround for pitch bend amount?

    17
    0 Votes
    17 Posts
    937 Views
    T

    I have the same problem, I want to make a pitch slider but it isn't working properly, is there any way to fix this?

  • Output limiter ?

    2
    0 Votes
    2 Posts
    171 Views
    ustkU

    @lalalandsynth I think the answer is:
    It depends on your project, instrument or fx, and the gain staging you've made inside.
    Most of the time a final level is enough

  • Export compatibility

    2
    0 Votes
    2 Posts
    234 Views
    d.healeyD

    Any DAW that supports those formats. Pro-Tools only supports AAX.

  • Where are the samples folder located?

    3
    0 Votes
    3 Posts
    350 Views
    T

    It worked thank you!

  • Tutorial Music Box missing code for step

    10
    0 Votes
    10 Posts
    674 Views
    AxiomCruxA

    @MacroMachines Also near the very end of the tutorial in the button setup, it doesn't really describe very well how to do the MuteRingOff script, it just says to insert a line in the onControl script, but then that line provided gives an error, we need to know to name the midi muter MuteRingOff, and then copy the script definition to the onInit, and then add that line, which still gives an error, it seems that it should be :

    MuteRingOff.setAttribute(MuteRingOff.ignoreButton, !value);

    instead of :

    MuteRingOff.setAttribute(MuteRingOff.ScriptedParameters.ignoreButton, !value);
  • HISE tutorial course

    16
    8 Votes
    16 Posts
    2k Views
    T

    Yes please, that would be nice

  • Can I use HISE to create a chord generator plugin?

    4
    0 Votes
    4 Posts
    570 Views
    d.healeyD

    @mybffjacob I don't know of any tutorials on this particular subject, and I'm not sure about granular capabilities (I'm not much of a synth guy).

  • Setting up after a crash,what version to use ?

    5
    0 Votes
    5 Posts
    184 Views
    lalalandsynthL

    Man, now i cant remember how to be able to get the VS 2017 version , I did manage it somehow last time .
    Do you guys suggest that rather then 2017 still ?
    I can see the community version , can I use that ?
    Comm.jpg

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • What file is onInit code stored in?

    5
    0 Votes
    5 Posts
    378 Views
    ustkU

    @d-healey Sorry I made a shortcut to quickly...

  • Questions about exporting to iOS

    1
    0 Votes
    1 Posts
    121 Views
    No one has replied
  • This topic is deleted!

    1
    1 Votes
    1 Posts
    38 Views
    No one has replied
  • CustomSettings panel - look and feel - where is it hiding?

    4
    0 Votes
    4 Posts
    355 Views
  • License

    33
    2 Votes
    33 Posts
    3k Views
    d.healeyD

    @TNTHM If it's your code, you can license it how you like.

18

Online

1.9k

Users

12.5k

Topics

108.8k

Posts