• Added sharing of image resources across plugin instances

    3
    0 Votes
    3 Posts
    366 Views
    d.healeyD

    @christoph-hart Your read my mind :)

  • One knob > many parameters

    3
    0 Votes
    3 Posts
    484 Views
    hisefiloH

    @d-healey thanks David :)

  • Debug vs Release

    54
    0 Votes
    54 Posts
    6k Views
    E

    @d-healey said in Debug vs Release:

    I was unable to find any references to the libraries like freetype and libcurl in the jucer file so I just added the missing ones to the makefile instead and that worked. I'm going to try now on Mint 17 again.

    Good afternoon all! First of all I wanted to thank for the remarkable designer on assembly of own musical instruments! I tested compilation and work of Hise on different versions Linux. Best of all everything works at Fedora 28. But it is necessary to establish similar libraries, answers on analogs are on the Internet. David thanks for lessons of the program, and Christoph for remarkably done work!

  • How to Enable the Piano/Keyboard below on exported VSTi?

    3
    0 Votes
    3 Posts
    589 Views
    L

    @christoph-hart
    Thank you for your help!
    Also thank you for the link,
    I don't know why but I was trying to find a solution for the "missing keyboard" on the Scripting API help-website. I think I'm not good at this :D
    so thanks for your help again!

    I will put a keyboard to my next test-HISE-sample-library which is going to be and electric guitar palm muted pluck library with round robins,
    I will upload some links to this forum when it's ready to use or test, it's going to be free here, but I want to make it good!

  • Pitch module resolution

    3
    0 Votes
    3 Posts
    344 Views
    hisefiloH

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

  • Chorus

    11
    0 Votes
    11 Posts
    925 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
    489 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
    335 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
    382 Views
    No one has replied
  • New Lossless Codec API

    3
    0 Votes
    3 Posts
    544 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
    730 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
    342 Views
    No one has replied
  • How to delete preferences vst plugin on win 10

    7
    0 Votes
    7 Posts
    629 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
    289 Views
    No one has replied

30

Online

1.6k

Users

11.2k

Topics

97.4k

Posts