• So I moved house - and forgot everything I knew....Mac HISE Build

    7
  • How to use FileSystem.browse to return a path rather than object

    2
    0 Votes
    2 Posts
    221 Views
    LindonL

    @ospfeigrp

    .toString is your friend -

    inline function onScriptButton1Control(component, value) { if(value) FileSystem.browse("", false, "*.wav", function(files){ Console.print(files.toString(0)); //ScriptFX1.setFile(files.getChildFile(-1)); }); }; Content.getComponent("ScriptButton1").setControlCallback(onScriptButton1Control);
  • Logic Automation Scanning Issue

    3
    0 Votes
    3 Posts
    399 Views
    A

    @ericchesek Good thinking, it does appear to be that midi cc message(s).

    After extensive testing, I think it may be a bug or at the very least a less than ideal behavior.

    I downloaded some of the various Hise instruments that are linked on the main page of the Hise site as well as even bought a couple commercial releases that were made with hise.

    It appears that if in the MIX tab <> Auto Select Automation Parameters <> is on, the behavior in the video posted above happens.

    If you have that mode unchecked, it does not happen.

  • Remove 3 vertical lines from EQ Floating Tile?

    3
    0 Votes
    3 Posts
    399 Views
    A

    @d-healey thanks!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Mono Sampler

    21
    0 Votes
    21 Posts
    2k Views
    CasmatC

    @d-healey That's the thing I think I may have to build something from scratch since I'm actually thinking of using a legato that uses the samples position and transfer that position into the samples that are being glided to.

  • Enable loop in sampler

    4
    0 Votes
    4 Posts
    490 Views
    R

    @d-healey I forgot to say earlier but this worked like a charm. Thankyou for your help as it would have taken me forever to figure that out (if ever)

  • UI does not work on Load. Works after Compile

    3
    0 Votes
    3 Posts
    284 Views
    C

    @d-healey That's what I thought was going on.

    Ya, it's for a quick demo, which is why I did it in this instance.

    It'll be cleaned up later, haha.

  • Splitting and Decoding Mid Side Mic from a single stereo sample

    4
    0 Votes
    4 Posts
    391 Views
    C

    That's what I was looking for!

  • Forum Update & Test

    26
    0 Votes
    26 Posts
    3k Views
    Christoph HartC

    Looks like the main developer of Windows Vista was doing the last nodeBB update...

  • Send Effect - Best practices

    3
    0 Votes
    3 Posts
    491 Views
    N

    Oh great thanks so much!

    Noah

  • Pitch Shifting With Timestreching?

    10
    0 Votes
    10 Posts
    583 Views
    CasmatC

    @Christoph-Hart I didn’t realize at the moment haha, sorry for the confusion! 😳 😅

  • Samples won't install

    7
    0 Votes
    7 Posts
    384 Views
    J

    @Lindon @d-healey I figured it out...posting the solution for other idiots like myself that would make this rookie mistake...So when I downloaded 3.6.0 as a clean install(coming from 2.something)...I saw this tick box under settings for "Use Global app data folder for MacOS" I ticked that box...thinking it was necessary while resetting my project settings...I cleared the checkbox and recompiled...all is working now...Always new things to learn and figure out in the world of HISE... Screenshot 2023-08-30 at 11.34.34 AM.png

  • Mac Installer issues..again(sigh)

    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • Mac OS export Questions

    61
    0 Votes
    61 Posts
    9k Views
    Christoph HartC

    The main reason I haven't really used Git is because my Unity and Unreal projects are always like 50 gb or 100gb or more and I could never upload that amount of data to Git.

    That's what .gitignore is for - just exclude the folders with big assets and you're fine. In HISE you need to add the Binaries, Samples and PooledResources folder to the ignore file too.

  • getCurrentLevel not working in compiled VST

    5
    0 Votes
    5 Posts
    217 Views
    A

    @d-healey Thanks David and Orange!

  • Encrypting information between client and server

    1
    0 Votes
    1 Posts
    126 Views
    No one has replied
  • Preset name -> DAW Track name

    4
    0 Votes
    4 Posts
    377 Views
    T

    Following up on this, how can we detect the name of the track a plug-in is on?

  • Is hise for me ?

    10
    1 Votes
    10 Posts
    715 Views
    LindonL

    @Sphere perhaps you will get polyAT -- lets wait and see...

  • Dynamic FX Chain

    8
    0 Votes
    8 Posts
    361 Views
    LindonL

    @d-healey said in Dynamic FX Chain:

    This has down sides as you'll need to re-add sub modulators manually.

    So the way I did it for these - tho I've changed - I had separate panels for each of these six "slots" (so 6 slots x Num of Effects - so a lot of panels and controls) - The advantage here is when you set up an effect in a slot - then swap out the effect then swap it back in again it will "remember" the settings you had.

    These days I dont do this - I have a single set of controls that are mapped dynamically to the params of the loaded effect (I now have 10-15 effects, and it seems more every week, so the previous method was getting out of control and hard to maintain) . This means when you load in an effect it sets itself up as its default state - which I think is a fair compromise. But, yes, David is right you will need to somehow "remember" the modulators you have assigned or (as I do) say "Hey you changed the effect - so you will have to re-do the modulator assignments".....

9

Online

2.0k

Users

12.8k

Topics

110.9k

Posts