HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Straticah
    3. Posts
    • Profile
    • Following 2
    • Followers 15
    • Topics 94
    • Posts 535
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Flex AHDSR Envelope - release changes?

      @Straticah Okay it has to do with noted being held and notes being just triggered.
      Some of them dont reach release phase because decay is zero.

      I guess this is normal behaviour then?

      How would i create a plucky sound: 150ms on both decay and release rest at zero?

      posted in Bug Reports
      StraticahS
      Straticah
    • Flex AHDSR Envelope - release changes?

      I am experiencing unwanted changes to a longer release time when set to 0-300ms for plucky sounds.

      34402e99-97e0-4808-a9ae-64967c0bfda1-image.png

      It occurs when multiple notes are played at once or in faster sequence - and stays on the long release time for further notes.

      sounds like 700-800ms

      posted in Bug Reports
      StraticahS
      Straticah
    • RE: Webview Doesn't Work on Compiled Plugin in Windows

      @bendurso Not that i am aware of i guess you have vst3 support enabled already.

      posted in General Questions
      StraticahS
      Straticah
    • RE: Webview Doesn't Work on Compiled Plugin in Windows

      @bendurso hm the browser example works on my end for both win and mac.

      development build from yesterday.

      Red part is Webview

      8522de45-2b21-4e83-bba2-b31531b4b2c5-image.png

      Make sure you have:

      wv.set("enableCache", true);
      wv.set("enablePersistence", true);
      
      posted in General Questions
      StraticahS
      Straticah
    • RE: Webview Doesn't Work on Compiled Plugin in Windows

      @bendurso does it work with the Webview examples from Christoph?

      Link Preview Image
      GitHub - christophhart/hise_tutorial: The Tutorial project for HISE

      The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.

      favicon

      GitHub (github.com)

      I think the browser example in „HISE Tutorials“ is best to test this with.

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @Christoph-Hart Thats the way to go! I used Cursor for the webview.

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @Christoph-Hart

      Let me know if there are any hiccups / problems.

      prototype_sampler_04:! WebView Resource for /%7BEXP::Hardware%20Lab%7Dartwork.png not found
      prototype_sampler_04:! WebView Resource for /%7BEXP::Pro%20Essentials%7Dartwork.png not found
      

      Mac works just fine as you have seen.
      Win works fine if expansion name has no spaces like "Immersive".

      I have some problems on windows encoding url from expansions with a separator.

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @Christoph-Hart works thank you very much this saved on a lot of time and potential bugs.

      165cb42f-f7ec-4c41-a0da-5b8380cba220-image.png

      posted in General Questions
      StraticahS
      Straticah
    • Huge difference between Windows and Mac font anti-aliasing (has anything changed since 2019?)

      4dfd9efc-2c58-4947-93d4-87f617d52de7-image.png

      I feel that i am spaming the forum with boring design stuff since a couple days :) but you can see the problem, it has been brought up in 2019 HERE - has anynthing changed that allows to display fonts properly?

      Font renders correct in Win vs Mac text editors - but not in HISE. (image)

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to reliably save samplemaps in preset? (Expansions)

      @Chazrox The issue is currently only with samplemaps not with loading presets.
      I am now doing what @Christoph-Hart and @bendurso suggested which is saving the samplemap via a label which adds it to the preset data.

      <Control type="ScriptLabel" id="presetpath_01" value="{EXP::Hardware Lab}Juno Elements"/>
      <Control type="ScriptLabel" id="presetpath_02" value="{EXP::Hardware Lab}Movement-120"/>
      

      Not as hacky for HISE as i thought :)

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to reliably save samplemaps in preset? (Expansions)

      @Christoph-Hart sry to bother - is there a less hacky way?
      @bendurso I would have never thought about that good idea.

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to reliably save samplemaps in preset? (Expansions)

      @bendurso Yes that makes a lot of sense - whats the way you used to save strings to a preset?

      Edit: oh i see you used a hidden label

      posted in General Questions
      StraticahS
      Straticah
    • How to reliably save samplemaps in preset? (Expansions)

      Hey there i have a basic setup that loads the samplemaps of my 3 expansions into a multi column dropdown for the user to choose from (works fine!)

      15a81d18-4607-4b1a-a837-64a8da64592a-image.png

      We have been adding a few more samplemaps today and experienced that the old presets dont work anymore because the combobox only saves a value/index (but array+values change due to variable expansion content)

      <Control type="ScriptComboBox" id="ComboBox1" value="123.0"/>
      

      That is why i would prefer saving my samplemaps as a path inside of the preset file instead - quick example mockup:

      <CustomData>
        <Data key="ComboBox1_SampleMap" value="{EXP::Hardware Lab}Absorbing"/>
        <Data key="ComboBox2_SampleMap" value="{EXP::Pro Essentials}Detuner"/>
      </CustomData>
      

      Any ideas on how to solve this? Maybe Expansion-specific indexing (i dont think that is possible)? I think i am overlooking something beacuse with this setup expansions in general would not be possible...

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @Christoph-Hart I was not able to get it to work with my Expansions so far. If you have an example or rough script this would be very helpful :)

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @Christoph-Hart oh this would be very helpful?! :)

      posted in General Questions
      StraticahS
      Straticah
    • Another Legato/Glide Thread...

      Hey there, i know i might be the 100th person asking a question about legato.

      I am using a simple Glide script on my multisampler which works fine:

      reg midiList = Engine.createMidiList();
      
      const time = Content.addKnob("time", 0, 0);
      const amount = Content.addKnob("amount", 130, 0);
      
      time.setMode("Time");
      amount.set("min", -12);
      amount.set("max", 12);
      amount.set("stepSize", 1.0);
      amount.set("suffix", "st");
      

      Since all my samples have Loop-points i would prefer that my sample is getting pitched (bend?) like true "synth-legato" - while staying looped rather than retriggering samples on notes.

      Any ideas, threads that have covered this already?

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @HISEnberg currently i load via url which i try to integrate into expansion_info.xml without breaking it and bypassing any caching errors (that i currently experience in build).

      https://prototype-audio-public.s3.eu-west-1.amazonaws.com/Expansions/Immersive/artwork.png
      

      But @oskarsh suggested shipping base64 encoded artworks in expansion instead.

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @Oli-Ullmann 🙌

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @d-healey I guess that is what i am going for if local url with a Base64 string fails.
      I just thought there has to be an easier solution if i can send so much stuff via API already.

      Also i have no test so far if web based hosting in VST plugins is cached reliably, but will explore :)

      posted in General Questions
      StraticahS
      Straticah
    • RE: How to make dynamic expansion Artwork accessible for Webview?

      @d-healey this would be inside the VST which is not possible since its compiled.

      = any other place would be outside of root.

      posted in General Questions
      StraticahS
      Straticah