• On screen keyboard not animating.

    8
    0 Votes
    8 Posts
    605 Views
    David HealeyD

    @Christoph-Hart Is there a way to make the floating tile keyboard's channel omni?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    5 Posts
    932 Views
    trillbillyT

    @Matt_SF Awesome! Thanks!

  • Change preset browser font size

    6
    0 Votes
    6 Posts
    563 Views
    J

    @Matt_SF Thank you so much!

  • load expansion preset without using Preset Browser

    5
    0 Votes
    5 Posts
    587 Views
    M

    @d-healey Than you David, first I will listen to your advice and try to change my gui if possible. If I can't do it I will ask for help.

  • factory expansion loading

    5
    0 Votes
    5 Posts
    971 Views
    M

    @DanH Thank you.

  • Dynamic resizing of hardcoded effect slot channels

    3
    0 Votes
    3 Posts
    523 Views
    David 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
    962 Views
    J

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

  • Hover on Button or Slider ??

    6
    0 Votes
    6 Posts
    916 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
    362 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
    1k 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
    4k Views
    David 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
    105 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
    414 Views
    David 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
    649 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
    David HealeyD

    @UrsBollhalder Right click ;)

  • Two combos logic (Mutually exclusive combo boxes)

    13
    0 Votes
    13 Posts
    836 Views
    ulrikU

    @hisefilo I'm glad it works :)

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

    18
    0 Votes
    18 Posts
    1k 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 👍

26

Online

2.2k

Users

13.5k

Topics

117.2k

Posts