HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • elemen8tE

      WebView layering

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      290 Views
      elemen8tE

      @Straticah @Christoph-Hart

      If I make the background of the web view animation transparent it still won't be transparent inside of HISE, but when it's exported in the DAW it literally takes a screenshot of the DAW UI as the background of the animation once you open the VST? I guess that's not how it's supposed to work.

      0cd63d73-8719-45a5-b78c-3626e967afd3-image.png

      728a0482-920f-4858-9569-34261d7c442f-image.png

    • P

      Sampler Gain - Slider bug?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      99 Views
      ChazroxC

      @paper_lung drop a snippet.

    • iamlampreyI

      So close to Rubberband-ing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      2 Votes
      16 Posts
      492 Views
      Seth MunsonS

      @iamlamprey said in So close to Rubberband-ing:

      @Seth-Munson is that Seth Munson from the Chango forum? 🤠

      Oh no I've been found out haha

      congrats on getting it working!

    • VirtualVirginV

      Viewport problems

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      463 Views
      L

      @d-healey Thanks!

    • R

      AAX GUI elements unresponsive on first load

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      60 Views
      ustkU

      @ryan_nfa I don't know if it'll help, but have you tried to build a minimal plugin to see if it behaves likely?

      And are you able to comment out parts of your scripts and build each time to see if the error goes away?

      Are you using CSS? Stock graphics? Both?
      SVG/Vectors or filmstrips perhaps?

    • It_UsedI

      Custom vectorized piano keyboard with unique octave indicator (Keyboard from VSL)

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      11
      1 Votes
      11 Posts
      507 Views
      ustkU

      @It_Used Also, KeySpacing and ShowOctaveMark can be const var

      And this:

      var is_center = (OctCenter == obj.noteNumber); var bg_color = is_center ? Colours.withAlpha(0xB26776, 100) : Colours.withAlpha(0x575757, 100);

      can be

      var bg_color = Colours.withAlpha((OctCenter == obj.noteNumber) ? 0xB26776 : 0x575757, 100);

      or directly

      g.setColour(Colours.withAlpha((OctCenter == obj.noteNumber) ? 0xB26776 : 0x575757, 100));
    • pcs800P

      toggle Simple Reverb bypass

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      101 Views
      pcs800P

      @d-healey Thank you

    • T

      Can't Compile C++ effects in newest HISE branch anymore on MAC

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      1 Votes
      1 Posts
      35 Views
      No one has replied
    • D

      Context to setPaintRoutine

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      7
      0 Votes
      7 Posts
      203 Views
      Christoph HartC

      @daniloprates data is not a property that you can set through this call, but directly:

      for(i = 0; i < 5; i++) { var p = Content.addPanel("P"+i, i * 100, 0); p.data.index = i; p.setPaintRoutine(function(g) { g.setColour(Colours.white); g.drawAlignedText(this.data.index, this.getLocalBounds(0), "centred"); }); };
    • B

      Oversampling best practices

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      1 Votes
      3 Posts
      99 Views
      B

      @griffinboy Thanks!
      I'll just try stuff and see what works best.

    • Christoph HartC

      The big bug tier list

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      68
      8 Votes
      68 Posts
      21k Views
      bendursoB

      Link Preview Image Wavetable Export ignores residual noise setting · Issue #761 · christophhart/HISE

      Description When exporting with the “Convert Samplemaps to Wavetable” tool, the Residual Noise setting is ignored. All other settings appear to be applied correctly. Steps to Reproduce Load a samplemap and select a Loris mode (Zero, Stat...

      favicon

      GitHub (github.com)

      Wavetable Export – Residual Noise ignored
      Preview applies residual noise correctly, but the exported HWT file bypasses it. All other settings are passed as expected.

    • It_UsedI

      How i can create a blurred panel (with border settings support)?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      132 Views
      It_UsedI

      @ustk Thank you very much for your reply)
      I'll take that into consideration. ❤️

    • DanHD

      Hardened Runtime & Standalone Apps

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      43 Views
      d.healeyD

      @DanH I do the whole thing via the terminal, exporting, codesigning, notarizing. It's a single file I run that does it all.

      It's here on Patreon - https://www.patreon.com/posts/osx-codesign-and-65785381

    • iamlampreyI

      [Tutorial] Real-Time Pitch Shifting with Rubberband

      Watching Ignoring Scheduled Pinned Locked Moved Blog Entries
      3
      8 Votes
      3 Posts
      187 Views
      dannytaurusD

      @d-healey If you try Bungee let us know how you get on. I'm very interested in Bungee Pro. The demos on the web sound great. The transient retention is excellent.