• ERROR at Exporting: "The system cannot find the file specified."

    19
    0 Votes
    19 Posts
    4k Views
    L

    @d-healey
    Sounds awesome, thank you for your efforts and help again!

    Now I will open another topic for another little problem, and I promise it's little :D

  • Polyphonic LFOs

    13
    0 Votes
    13 Posts
    2k Views
    David HealeyD

    @jon83 Oops, looks like I gave you the wrong repo. Examples are here - https://github.com/christophhart/hise_tutorial

  • bypassed to 2 buttons

    4
    0 Votes
    4 Posts
    643 Views
    JayJ

    @christoph-hart Thanks to david a long time ago I got something like this working for something else, I reused but it didn't work in this case.

    // ******************** Knobs(Sliders) Mappings ********************//
    const var knobs = [];

    // 1st Parameter Mapping (fx_enabled (bypassed)//
    knobs[0] = Content.getComponent("fx1Knob1");
    knobs[1] = Content.getComponent("fx1Knob2");

    knobs[0].setControlCallback(knobCB);
    knobs[1].setControlCallback(knobCB);

    inline function knobCB(control, value)
    {
    for (i = 0; i < 2; i++)
    {
    if (control == knobs[i]) continue; //Skip the knob that triggered the callback
    knobs[i].setValue(value);
    }

    //Dynamics.setAttribute(setBypassed, value); Dynamics.setBypassed;

    }

  • Error when saving: At least one of your JUCE module paths is invalid!

    2
    0 Votes
    2 Posts
    2k Views
    BastiaanB

    I managed to fix it by checking out the HISE master branch from Github, apparently those module folders were missing. So i'm a bit further now.

    0_1540045939667_Screenshot 2018-10-20 at 16.31.21.png

    0_1540046677927_Screenshot 2018-10-20 at 16.42.26.png

  • App Notarizing in MAC

    2
    0 Votes
    2 Posts
    417 Views
    Christoph HartC

    Yeah, that's really terrible. If it will be a problem, nobody knows, what Apple thinks to "invent" next.

  • Delays TempoSync & Time Changing

    1
    0 Votes
    1 Posts
    468 Views
    No one has replied
  • New Lossless Codec API

    3
    0 Votes
    3 Posts
    811 Views
    M

    @christoph-hart ok Good info and thanks!

  • Subscription based selling....

    23
    1 Votes
    23 Posts
    6k Views
    LindonL

    @hisefilo you may be right....

  • Randomizer Script

    3
    0 Votes
    3 Posts
    1k Views
    Tod SlaughterT

    It's like trying to speak Welsh (boyo) 😂 😂 😂 😂

    https://stackoverflow.com/questions/2450954/how-to-randomize-shuffle-a-javascript-array

    I appreciate you giving me a nudge though 😀

  • Gain Collector

    12
    0 Votes
    12 Posts
    2k Views
    Christoph HartC

    It's a deprecated module, so chances are vanishingly tiny that this will work.

    The long-term solution for these kind of tasks will be hnode (I have plans for adding a data layer shared between hnode objects so you can create multiple modules and share the data between them). But again, don't hold your breath for it :)

  • Different Color for EQ nodes

    2
    0 Votes
    2 Posts
    512 Views
    Christoph HartC

    That's not possible unless you modify the C++ code of the EQ component.

  • Maschine / Komplete Kontrol.

    1
    0 Votes
    1 Posts
    413 Views
    No one has replied
  • How to delete preferences vst plugin on win 10

    7
    0 Votes
    7 Posts
    1k Views
    hisefiloH

    @tod-slaughter thanks!! Also worked but deleting folder within AppData / Roaming is a cleaner solution before reinstall I think

  • Table ranges

    1
    0 Votes
    1 Posts
    360 Views
    No one has replied
  • Export process on Windows or Mac

    11
    0 Votes
    11 Posts
    3k Views
    hisefiloH

    @jay thanks Jay didn't know that

  • Saved Presets

    4
    0 Votes
    4 Posts
    742 Views
    David HealeyD

    @christoph-hart Very good point :D

  • Tuning samples

    23
    0 Votes
    23 Posts
    7k Views
    David HealeyD

    Finally got around to booking my tickets, I'll be there from the 19th to the 21st, hope to see you :)

  • Using our Installed FX

    4
    0 Votes
    4 Posts
    555 Views
    David HealeyD

    @jay I don't think so

  • Linux dependency issue

    25
    0 Votes
    25 Posts
    5k Views
    David HealeyD

    @christoph-hart Yep that was it! thanks :)

  • Dragging the NODES

    2
    0 Votes
    2 Posts
    377 Views
    Dan KorneffD

    I think this is what you're looking for:
    https://forum.hise.audio/topic/300/skinning-the-parametric-eq

16

Online

2.2k

Users

13.6k

Topics

117.9k

Posts