• samplemaps not shown in file browser

    3
    0 Votes
    3 Posts
    1k Views
    Christoph HartC

    Fixed. You can drag them now like samples. Also, space opens a preview for scripts and images (not actually related but I had a FileBrowser do-over urge :)

  • CRASH: cannot use multimic features / fx / routing

    10
    0 Votes
    10 Posts
    3k Views
    Christoph HartC

    This is fixed - it doesn't crash but shows a error while merging if you try to merge more than 8 stereo channels

  • 0 Votes
    3 Posts
    1k Views
    Christoph HartC

    All right this is fixed (along with some other minor improvements of this dialog)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • cannot set RR group with File Name Token Parser

    3
    0 Votes
    3 Posts
    1k Views
    Christoph HartC

    hmm, actually it should increase the RR group amount automatically when you import new samples with more RR groups than currently existing.

  • infinite hang after compiling example 6-state button script

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    Just checked it on the recent version, nothing is hanging here (I noticed it spends some time in a few regex functions in Debug mode to catch the factory UI method, but it's blazingly fast in Release Mode.

  • SliderPack default value is not used

    3
    0 Votes
    3 Posts
    1k Views
    E

    yes

    disable your post character min limit plz

  • SliderPack values are not initialized after compile

    6
    0 Votes
    6 Posts
    2k Views
    E

    SliderPack is the gui, ArpManager is the midi handler. I don't want to combine the two.

    Edit: Can I build my sliderpack value array on init?

    Edit: The reason for the separation is so that you can arbitrarily decide what step has what values. If I have a sliderpack directly connected to that then it becomes inflexible, unportable, unscalable.

  • "Show in Finder" on windows

    2
    0 Votes
    2 Posts
    779 Views
    Christoph HartC

    I think I am handling this correctly in the main file menu but this tiny popup slipped through the cracks somehow. Not much cross platform, will be fixed.

  • Cannot get SliderPack value using getSliderValueAt

    8
    0 Votes
    8 Posts
    2k Views
    David HealeyD

    I think that you can get the value using the index, just not in the onInit callback

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    2 Views
    No one has replied
  • Difficult to see debug text

    2
    0 Votes
    2 Posts
    656 Views
    Christoph HartC

    Yeah, that's right. I'll change that.

  • Interface sizing

    10
    0 Votes
    10 Posts
    3k Views
    Christoph HartC

    Well the beauty of code based UIs are that you can do stuff like this with loops (and I would really refrain from autogenerating Javascript code that creates 512 buttons manually).

    Take a look at this quick example:

    Content.makeFrontInterface(400, 300); const var buttons = []; var x = 0; var y = 0; const var Panel = Content.addPanel("Panel", 10, 10);// [JSON Panel] Content.setPropertiesFromJSON("Panel", { "width": 510, "height": 255 }); // [/JSON Panel] for(i = 0; i < 64; i++) { x = parseInt(i % 8); y = parseInt(i / 8) * 32; buttons.insert(-1, Content.addButton("button"+i, x * 64, y )); buttons[i].set("width", 60); buttons[i].set("text", x+1); buttons[i].set("parentComponent", "Panel"); }

    The panel acts as parent component, so the positions of the buttons are set relatively to the Panel. You can select the panel and move it around and the buttons should follow (make sure you select the panel by rightclicking and choose "Select Component to Edit -> Panel"

    If you planning to build sequencers or any kind of matrix (which your power of two number suggests), this is really the recommended way.

  • Map Editor mini keyboard hit detection is offset

    3
    0 Votes
    3 Posts
    1k Views
    Christoph HartC

    This is fixed.

  • Can't change RR group for pasted samples?

    3
    0 Votes
    3 Posts
    1k Views
    Christoph HartC

    This is fixed.

  • Fatal crash re-loading presets and projects with Reaper.

    4
    2 Votes
    4 Posts
    2k Views
    Christoph HartC

    This is fixed now.

  • Limiting mouse scroll to map editor when appropriate

    1
    0 Votes
    1 Posts
    774 Views
    No one has replied
  • HISE preferences doesn't remember audio driver settings

    8
    0 Votes
    8 Posts
    2k Views
    Christoph HartC

    Good to know! Let me know if you run into another issue...

  • Table Envelope Velocity Attack Modulation Bug

    6
    0 Votes
    6 Posts
    2k Views
    David HealeyD

    Thank you :)

  • Poly filter in Container doesn't do anything

    5
    0 Votes
    5 Posts
    1k Views
    David HealeyD

    That might work!

25

Online

2.2k

Users

13.5k

Topics

117.3k

Posts