• EQ respond dynamically to MIDI velocity

    5
    0 Votes
    5 Posts
    374 Views
    0

    @d-healey that's what i'm looking for thanks ❤

  • Populating a MidiPlayer with event data received over OSC

    5
    0 Votes
    5 Posts
    211 Views
    P

    @Lindon

    Thank you, this is very helpful!

  • HISE Changes and additions...

    40
    0 Votes
    40 Posts
    2k Views
    d.healeyD

    @clevername27 said in HISE Changes and additions...:

    is that available as a Tile I can use in my plugin?

    Sadly not... yet

  • SOLVED: Arp skipping steps?

    2
    0 Votes
    2 Posts
    292 Views
    trillbillyT

    Solved.

    I didnt realize having the "note length" of the arp set to the highest setting would cause this but sure enough that was it. If anyone else comes across this, insure your Note Length is below maximum value.

  • batch editing XML sample maps

    13
    0 Votes
    13 Posts
    403 Views
    LindonL

    @d-healey wow you just and only just beat me to it... 😊

  • Mac Build Failure

    4
    0 Votes
    4 Posts
    148 Views
    oskarshO

    @capygeneral also move the HISE source code to the Documents folder for some super weird reason it did not built from the Downloads folder on MacOS.

  • how to add a script processor without deleting main script

    3
    0 Votes
    3 Posts
    184 Views
    W

    @d-healey thank you sir

  • Get realtime mouse position in panel.

    6
    0 Votes
    6 Posts
    306 Views
    A

    @oskarsh The panel also has its own mouse callback so you can do it there, without creating another broadcaster, unless you have need of the broadcaster's modular function stacking.

    Any other widget type and yeah, you need a broadcaster.

  • Best approach/practice - modulating the unmodulated

    4
    0 Votes
    4 Posts
    207 Views
    DanHD

    @Lindon

    const var GC = Engine.getGlobalRoutingManager(); const var MAIN_Cable = GC.getCable(1); const var MAIN_Cable_2 = GC.getCable("or choose name"); /// Global Cable Functions // MAIN_Cable inline function setMAIN_FUNCTION(value) { dothing; } MAIN_Cable.registerCallback(setMAIN_FUNCTION, AsyncNotification);
  • Too many set attributes in an Instrument! Is it safe?

    4
    0 Votes
    4 Posts
    282 Views
    LindonL

    @Natan said in Too many set attributes in an Instrument! Is it safe?:

    @Lindon Thanks Mate, I also take your advice on other forum and put everything inside namespaces.

    It performance very smoothly 🙏

    All good then...

  • Multinational language switching

    5
    0 Votes
    5 Posts
    321 Views
    Z

    on ecommerce sites, you may encounter one of two possible language-switching features: language switchers and country switchers.Examples of code-switching include: A Spanish and English speaker saying, "Pero WHY do I have to go a la casa?" Or, "But WHY do I have to go home?" A speaker of Black Vernacular English saying, "We finna get to school on time today," instead of "we are going to get to sign language alphabet school on time today." happens when someone begins speaking in a different language or dialect throughout the course of a conversation. This lexical practice occurs both by accident and on purpose for a host of different reasons.

  • preset browser expansion column images

    5
    0 Votes
    5 Posts
    282 Views
    W

    @xsaad did you rename the browser to fltPresetBrowser ?

  • 0 Votes
    6 Posts
    480 Views
    d.healeyD

    @DabDab there's no standard method for this and most of the solution will be on the server side.

  • Panel Animation Lag on Intel Mac

    Solved
    10
    0 Votes
    10 Posts
    756 Views
    O

    I ended up recreating the background and glass in affinity photo. Also removed the blur from the dots. All of this brought the time per frame down to 45ms. I'm happy with this. Especially since it means it will be slightly slower for ~1/3 of users.

    Thank you for all your help @Christoph-Hart and @aaronventure

    UI.png

  • Sample Loop clicks when effects are on the sample

    1
    0 Votes
    1 Posts
    108 Views
    No one has replied
  • Removing child panels

    2
    0 Votes
    2 Posts
    184 Views
    d.healeyD

    @parabuh show code

  • Stretcher Node failing to compile DLL on Win, MacOS Silicon / Mac Intel

    12
    0 Votes
    12 Posts
    1k Views
    hisefiloH

    @Christoph-Hart @d-healey Hi guys, any one can tell me if this is planned to be fixed? or theres any workaround? Still getting the same issue on Mac Silicon/Intel and Windows

    Screenshot 2024-04-05 at 12.22.31.png

  • Exported my Plugin with no knob images

    6
    0 Votes
    6 Posts
    256 Views
    d.healeyD

    @treynterrio In HISE open the pool tables window (you'll need to add it as a custom popup if you haven't already). Check what file size it is showing for images.

  • Is it possible to show backend components on the frontend compiled vst3I

    4
    0 Votes
    4 Posts
    288 Views
    ospfeigrpO

    @Christoph-Hart is the hise c++ api still working with the latest version of hise I reckon It could be possible as an external floating tile.?

  • How to make a sound library locator

    8
    0 Votes
    8 Posts
    385 Views
    A

    @Christoph-Hart Of course. Inno Setup also lets you do it with a bit of scripting seeing you already have the variable.

    But if the user moves the library after install, you need some sort of mechanism for adjusting to that and the baseline is Kontakt which lets you pick a folder, it searches the entire folder and all subfolders and you can set it to use the folder you selected for all other attempts in a session, automatically correcting all missing samples no matter the developer, if you e.g. moved your entire library collection to another place.

    If they load up a session with 20 instances of my instrument, I don't want them to have to close the entire project to reload the samples (your built in solution requires an instrument reload; all you have to do is call Engine.reloadAllSamples() if the folder contains the samples).

7

Online

1.9k

Users

12.5k

Topics

108.6k

Posts