• 'ipp.h' file not found

    8
    0 Votes
    8 Posts
    2k Views
    LindonL

    @Crystal-Audio I think it means that Christoph isnt yet building on Catalina, I think he's not even on Mojave - but the changes (to security systems especially) were pretty drastic in Catlaina so its a big jump away from previous versions of the MacOS. Best I let Christoph answer for himself really, but a lot of people on Catalina seem to be having issues (esp. this ipp problem)

  • Saving panel selection in preset ?

    7
    0 Votes
    7 Posts
    486 Views
    lalalandsynthL

    @d-healey Ah ok,I can see what happened , the if(value) gets removed when you show the all panels hidden thing in the tutorial.I just assumed it would work like that , sry !
    Thanks mate !

  • Switching panels , duplicate code.

    20
    0 Votes
    20 Posts
    992 Views
    David HealeyD

    @lalalandsynth You made another thread about this, I've responded there already :)

  • Renaming preset does not work ?

    1
    0 Votes
    1 Posts
    134 Views
    No one has replied
  • Quickly map individual samples to multiple octaves

    6
    0 Votes
    6 Posts
    566 Views
    David HealeyD

    There isn't a script to do this, but you can write one to do it.

  • Copy Protection or not ?

    4
    0 Votes
    4 Posts
    596 Views
    David HealeyD

    Are you releasing this plugin with a commercial HISE license?

  • Integrating external c++ libraries into Hise project

    7
    1 Votes
    7 Posts
    1k Views
    LightandSoundL

    @Crystal-Audio processor types can be found in the hise github examples

  • latency plugin fx

    10
    1 Votes
    10 Posts
    1k Views
    Y

    @yall to go further I even put hise in vst in the daw and made the lfo directly without compiling. it worked but the export gives this latency

  • Autotune -ish

    4
    0 Votes
    4 Posts
    594 Views
    David HealeyD

    @WeLoveGoodHouse I'd recommend looking at the rubberband library, it is a well documented time/pitch stretcher. Then look at the VAMP plugins pitch detector algorithms. Then combine the two and you have an auto-tuner. I did this recently in Ardour, except I used X42 Auto-Tune in manual mode instead of Rubberband, but any pitch shifter algorithm works.

  • Tutorial for Custom GUI

    6
    0 Votes
    6 Posts
    787 Views
    M

    @TNTHM
    Thx that's all I needed, it works like a charm

  • Library/Audio/Plugins vs (hidden) Library/Audio/Plugins

    2
    0 Votes
    2 Posts
    206 Views
    Dan KorneffD

    /Library is your system library and accessible to every user on your computer.
    ~/Library is for your user account only.

  • HISE or plugin MIDI output/ pass through for stacking instruments

    5
    1 Votes
    5 Posts
    492 Views
    L

    @Lindon said in HISE or plugin MIDI output/ pass through for stacking instruments:

    on this subject - how are we going with the MIDI out feature?

    A gentle bump ☺

  • allowcallback Context menu ?

    2
    0 Votes
    2 Posts
    136 Views
    ustkU

    @lalalandsynth It's for the item list to popup I reckon

  • Preset browser resize?

    3
    0 Votes
    3 Posts
    206 Views
    lalalandsynthL

    Not when I am using this to display the presetbrowser. Tried with another plugin that does not use scripting for the preset browser and yes that works .

    // Preset open; const var PresetDisplay = Content.getComponent("PresetDisplay"); PresetDisplay.setPaintRoutine(function(g) { g.fillAll(0xFF000000); g.setColour(0xFFb6a187); g.drawAlignedText(this.data.text, [0, 0, this.getWidth(), this.getHeight()], "centred"); }); PresetDisplay.startTimer(200); PresetDisplay.setTimerCallback(function() { var text = Engine.getCurrentUserPresetName(); if(text == "") text = "Init"; if(this.data.text != text) { this.data.text = text; this.repaint(); } }); const var presetBrowserData = { "Type": "PresetBrowser", "Title": " ", "FontSize": 16, "ShowFolderButton": false, "NumColumns": 2, "ColourData": { "bgColour": "0xFF282522", "itemColour1": "00B6A187", "itemColour3": "00B6A187" } }; PresetDisplay.setPopupData(presetBrowserData, [PresetDisplay.getWidth()/2, 30, 600, 320]);; PresetDisplay.set("allowCallbacks", "Context Menu");
  • Effects library

    2
    0 Votes
    2 Posts
    292 Views
    LindonL

    @myhomestudio create your own in SNEX

  • Switching question.

    12
    0 Votes
    12 Posts
    545 Views
    lalalandsynthL

    Awesome , , thanks so much mate !!
    Sweet !.gif

  • What type of verb is simple verb?

    4
    0 Votes
    4 Posts
    886 Views
    T

    @MacroMachines this is an incredibly helpful explainiation. Thank you for this. I appreciate it.

  • Tilt EQ or "Tone" setting ?

    1
    0 Votes
    1 Posts
    150 Views
    No one has replied
  • Adjust semitones frontpanel

    10
    0 Votes
    10 Posts
    1k Views
    M

    @Lindon
    Many Thanks, i try to put this code on it ;)

  • FrontPanel display

    22
    0 Votes
    22 Posts
    2k Views
    M

    @d-healey it's all good, Many Thx 👏

10

Online

2.3k

Users

13.7k

Topics

119.0k

Posts