• Pitch module resolution

    3
    0 Votes
    3 Posts
    347 Views
    hisefiloH

    @christoph-hart thanks!!!! Will try and tell u

  • Chorus

    11
    0 Votes
    11 Posts
    946 Views
    d.healeyD

    @hisefilo The STK license is fine. Basically it has to be permissive, so it allows you to do whatever you want with it. BSD, MIT, and Apache are common ones. This is one of my favourites - https://en.wikipedia.org/wiki/WTFPL ;)

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

    19
    0 Votes
    19 Posts
    2k 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
    1k Views
    d.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
    492 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
    1k 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
    340 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
    384 Views
    No one has replied
  • New Lossless Codec API

    3
    0 Votes
    3 Posts
    548 Views
    M

    @christoph-hart ok Good info and thanks!

  • Subscription based selling....

    23
    1 Votes
    23 Posts
    2k Views
    LindonL

    @hisefilo you may be right....

  • Randomizer Script

    3
    0 Votes
    3 Posts
    738 Views
    Tod SlaughterT

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

    Link Preview Image How to randomize (shuffle) a JavaScript array?

    I have an array like this: var arr1 = ["a", "b", "c", "d"]; How can I randomize / shuffle it?

    favicon

    Stack Overflow (stackoverflow.com)

    I appreciate you giving me a nudge though 😀

  • Gain Collector

    12
    0 Votes
    12 Posts
    1k 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
    418 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
    343 Views
    No one has replied
  • How to delete preferences vst plugin on win 10

    7
    0 Votes
    7 Posts
    636 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
    291 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
    529 Views
    d.healeyD

    @christoph-hart Very good point :D

  • Tuning samples

    23
    0 Votes
    23 Posts
    3k Views
    d.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
    387 Views
    d.healeyD

    @jay I don't think so

51

Online

1.6k

Users

11.5k

Topics

99.6k

Posts