• factory expansion loading

    5
    0 Votes
    5 Posts
    811 Views
    M

    @DanH Thank you.

  • Dynamic resizing of hardcoded effect slot channels

    3
    0 Votes
    3 Posts
    435 Views
    d.healeyD

    @Christoph-Hart

    Can you compile the effect as stereo version and then use 4 of them?

    Not easily. We are using 6 instances of the effects and we already have an effect slot structure in place using 5 hardcoded effects (one per slot), of which only one is poly.

  • Loading Different Midi Files With Different Sample Maps

    15
    0 Votes
    15 Posts
    786 Views
    J

    @Lindon thanks so much for the point in the right direction!

  • Hover on Button or Slider ??

    6
    0 Votes
    6 Posts
    759 Views
    Matt_SFM

    @mehmethand you can combine laf + images :

    const knobImage = Content.createLocalLookAndFeel(); knobImage.loadImage("{PROJECT_FOLDER}image.png", "img"); knobImage.registerFunction("drawRotarySlider", function(g, obj) { var a = obj.area; var offset = 100.0; // size of 1 image in px g.drawImage("img", a, 0, Engine.doubleToString(obj.value*100.0*offset, 2)); });

    Although it only works with linear values. If you use non-linear knob modes, it gets messed up.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Modulating modulators works except..

    3
    0 Votes
    3 Posts
    316 Views
    modularsamplesM

    Coming back to this, it seems the issue is simpler than I thought and nothing to do with tempo modulation..

    A simple tempo_sync node connected to a modulator in Logic, will cause the following unexpected behaviour:

    On load the plugin works Pressing play, or arming the track disables the modulator Creating, or selecting a new track will start the modulator again

    This video might explain it better than I can..

    https://www.youtube.com/watch?v=u669EdS1AG4

  • SNEX & JSON

    18
    0 Votes
    18 Posts
    854 Views
    ?

    @Christoph-Hart said in SNEX & JSON:

    If it's ten's of thousands of float numbers, you can write the data as audio file

    Is this also appropriate for multidimensional arrays? [[a, b, c], [d, e, f]]

    Edit: ah could I pass an sfz instead of wav for more complex data?

    Edit edit: Okay I can just have multiple audio files :) easy

  • Master Meter or Level/Peak Meter

    17
    0 Votes
    17 Posts
    3k Views
    d.healeyD

    @johnmike The error is telling you that you don't have an effect called "Input" in your project.

  • Filter Q Animation

    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • Samplemaps Not Loading via Combobox

    8
    0 Votes
    8 Posts
    1k Views
    trillbillyT

    @trillbilly Luckily, I only had to delete Comboboxes and add again manually. All is well.

  • Scripting methods for preset browser?

    2
    0 Votes
    2 Posts
    358 Views
    d.healeyD

    @JL-LV Needs to be fixed in the HISE source, this isn't something you can do through scripting as far as I know.

  • Compiling on Mac: Caching /indexing issues

    4
    0 Votes
    4 Posts
    550 Views
    JL.LVJ

    @argon I do this as well I ALWAYS clean the build folder and make sure I choose the right option when building but the issue persists.

    My computer does not seem to recognize what and where the new build is and where it should be placed.

    Whats weirder is that in the jucer file, ive tested by specifying a custom path for my builds to go to after compiling, and sometimes it works....and sometimes it doesnt....

  • Menu & Sub-Menu

    18
    0 Votes
    18 Posts
    2k Views
    d.healeyD

    @UrsBollhalder Right click ;)

  • Two combos logic (Mutually exclusive combo boxes)

    13
    0 Votes
    13 Posts
    638 Views
    ulrikU

    @hisefilo I'm glad it works :)

  • 3 buttons, 3 panels, and lots of potential scripting...

    18
    0 Votes
    18 Posts
    848 Views
    Matt_SFM

    @d-healey said in 3 buttons, 3 panels, and lots of potential scripting...:

    The getAll... functions don't require additional allocation (as far as I know) so they are safe to use at runtime. By contrast you don't want to use Content.getComponent() at runtime.

    Good to know 👍

  • CLAP: The New Audio Plug-in Standard?

    4
    0 Votes
    4 Posts
    829 Views
    UD AUDIOU

    I just hopped into the forum after spotting the same article.
    Sounds pretty interesting!

  • Record?

    7
    2 Votes
    7 Posts
    590 Views
    ulrikU

    @ulrik said in Record?:

    @d-healey said in Record?:

    Nah that's lightweight. On the 12th he made 14 commits.

    Ok, it's been beaten now, 17 commits during 6 hours 😳

  • FixObjectFactory

    5
    0 Votes
    5 Posts
    363 Views
    Matt_SFM

    @Christoph-Hart haha no problem, I don't need it absolutely right now, it has just piqued my interest.
    I also took a quick look in the source code but didn't find anything yet. I'll look closer

  • Font sizes on different OS

    1
    0 Votes
    1 Posts
    104 Views
    No one has replied
  • Is this possible?... Expanding Panels / Resizing

    5
    0 Votes
    5 Posts
    612 Views
    Christoph HartC

    @DanH Yes. And annoying because each DAW needs to be tested.

22

Online

2.0k

Users

12.9k

Topics

111.8k

Posts