• this.setFocus()

    2
    1 Votes
    2 Posts
    249 Views
    David HealeyD

    @ulrik Yes please, I'd really like this.

  • [feature request] Fold interface designer shortcut key

    16
    3 Votes
    16 Posts
    3k Views
    Dominik MayerD

    Jeeehah!

    What a quality of life improvement for smaller monitors :))

    Go to %APPDATA% > HISE > editorData.json

    and add any Shortcut Key under "LayoutData" in the Tab that you want to modify.

    example:

    ... "Content": [ { "Type": "Tabs", "StyleData": { }, "Font": "", "FontSize": 14.0, "LayoutData": { "ID": "ScriptEditorTabs", "Size": -0.5544946346088778, "Folded": -1, "Visible": true, "ForceFoldButton": 0, "ForceShowTitle": 0, "MinSize": -1, "FocusKeyPress": "F3", // "FoldKeyPress" : "ctrl + 1 }, ...

    Heres' mine :)

    editorData.json
    ( F3 code editor, F4 Interface; ScriptWatchtable: ctrl-q, Componenlist ctrl-w, PropertyEditor ctrl-e )

    Greetings,
    Do

  • Feature Request:Data Folder

    44
    0 Votes
    44 Posts
    6k Views
    LindonL

    @d-healey said in Feature Request:Data Folder:

    @Lindon said in Feature Request:Data Folder:

    @Christoph-Hart - whats this?

    .existsAsFile()

    That's a JUCE/C++ function to check if a file exists. https://docs.juce.com/master/classFile.html#a2d79c296f148b00041aeeac0013716d9

    The HISE script version is File.isFile(); and File.isDirectory()

    yeah thanks. those Hise commands I already know..

  • Preprocessor/Compiler directives...

    7
    1 Votes
    7 Posts
    622 Views
    LindonL

    @d-healey the example is mostly a give away....

    I want to build a demo version of my app -that times out after and is run-able only a fixed number of times, and may have reduced functionality...

    I want a "full" version of my app that doesnt do (or is missing) any of that stuff - but it always asks for the serial first time thru.

    So really this gives me the flexibility to build a demo version and a full version from (nearly) the same codebase...

  • Installing Samples Dialog....

    130
    0 Votes
    130 Posts
    34k Views
    David HealeyD

    @parabuh HISE_DEACTIVATE_OVERLAY=1

  • Public/Private key encryption

    5
    0 Votes
    5 Posts
    524 Views
    LindonL

    @Christoph-Hart - yeah I've been a web guy - well actually a video distribution guy for the BBC, Sky etc.. and no, sniffing isnt the problem, the man in the middle doesn't need to understand the message - he just needs to bounce it back...

  • FAUST DSP integration

    6
    1 Votes
    6 Posts
    2k Views
    Dan KorneffD

    @Christoph-Hart excellent-happy.gif

  • WINDOWS: build 64-bit only option

    3
    0 Votes
    3 Posts
    390 Views
    Christoph HartC

    @tomekslesicki I think I ditched the 32bit already.

  • [feature request] skew factor for sliders

    7
    1 Votes
    7 Posts
    2k Views
    LindonL

    @d-healey said in [feature request] skew factor for sliders:

    The problem with this is the display value of the slider won't match the output value.

    Its been a long outstanding request that we can add a custom value list to the slider for this...like in KnobMan (1,2,3,4,5,6,7 etc.)

  • Interplugin communication

    4
    1 Votes
    4 Posts
    882 Views
    ustkU

    @d-healey A server system from juce can be used for that kind of communication but it isn't easy to implement for what I've seen
    I reckon it's InterprocessConnection with namedPipe

  • Modulate Send Effect gain

    3
    1 Votes
    3 Posts
    355 Views
    LindonL

    @Christoph-Hart - cool... well done...how does Daves fix for dynamic assignment of modualtors seem? I would really like that in there too... well actually I need that in there really...hint hint.. and he's already done the work... smiley face, sugar on top.. etc. etc. ......

  • Bulk Convert SampleMaps to WaveTables

    25
    0 Votes
    25 Posts
    3k Views
    ?

    @d-healey said in Bulk Convert SampleMaps to WaveTables:

    Time to learn

    Hahaha tomorrow :) bed time

  • Midi output and Audio input (Maybe)

    3
    0 Votes
    3 Posts
    564 Views
    S

    @lalalandsynth Midi out and Audio in features could open a new world. (I think.)

  • [feature request] Group modulators

    1
    0 Votes
    1 Posts
    363 Views
    No one has replied
  • Equal power crossfade for loops

    8
    1 Votes
    8 Posts
    2k Views
    David HealeyD

    @DanH The curve slider affects all samples in the sample map, which samples you have selected makes no difference.

  • Panel repaint safety

    3
    0 Votes
    3 Posts
    309 Views
    ustkU

    @d-healey I can't share the one I'm actually on but I experience this in all advanced painting when firing up the CPU and this since I'm using Hise for years (like when building in XCode at the same time for instance)
    I imagine it depends a lot on the CPU power though...
    Note that I'm talking about quite heavy paintings, but nothing stupidly big either...

  • String Functions

    9
    0 Votes
    9 Posts
    2k Views
    David HealeyD

    @Christoph-Hart said in String Functions:

    You can capitalize a string like this:

    I'm using this quite often so decided to add it to the source code as String.toStartCase(). https://github.com/christophhart/HISE/pull/284

    Maybe the function should be called capitalise or capitalize, what do you guys think?

    Edit: This currently causes a build error on MacOS. So don't use it yet :)
    Edit2: I fixed the bug on Mac and changed the function name to .capitalize because I think it makes it more understandable.

  • [feature request] drawAhdsrBackground laf

    3
    0 Votes
    3 Posts
    1k Views
  • MIDIPlayer Record function

    4
    1 Votes
    4 Posts
    391 Views
    ulrikU

    @ustk Wow, that sounds great, thank you!

  • Faust integration HISE

    6
    4 Votes
    6 Posts
    2k Views
    ?

    there's a pitch shifter example there too.... just saying ;)

19

Online

2.5k

Users

13.9k

Topics

121.2k

Posts