HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. yall
    3. Topics
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 164
    • Posts 969
    • Groups 1

    Topics

    • Y

      Sampler question

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

      @yall One file per zone.

    • Y

      understand the routing matrix

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      77 Views
      No one has replied
    • Y

      label value problem

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      337 Views
      Y

      ahh it's good, I put 2 on the double string which shows me 2 decimal

    • Y

      split frequence problem

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      68 Views
      No one has replied
    • Y

      display value with comma

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      103 Views
      Y

      @Lindon
      what an idiot I am. I didn't put the /100 in the right place ^^ thank you it works

    • Y

      Label1+ label2 = label3

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      156 Views
      Y

      @Lindon ah yes thank U ;)

    • Y

      compilation dll crash in dow

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      181 Views
      d.healeyD

      @yall You don't have to compile your networks, but for more complicated networks it will make them more efficient. You'll also be able to load them as hardcoded effects which depending on your project might be desirable.

    • Y

      oscilloscope left right to one stereo

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      405 Views
      Y

      @ustk I tried a basic viewer node and a panel. the pligin exports well but displays nothing in the panel

    • Y

      fft scritpnode analyzer

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      658 Views
      A

      this belongs in the snippet browser!

    • Y

      Macbook pro m3

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      842 Views
      Y

      @d-healey I just uninstalled everything and reinstalled everything works ' the vst3 and components are moved to the build project folder. when I downloaded hise, the projucer did not open because it was not verified. I downloaded juce directly from the site. I managed to open the juice of the hise dev folder. and everything works. and the compilation goes very very quickly :)

    • Y

      Notarization apple demissioned

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      575 Views
      Y

      I finally succeeded, thank you for your help.

    • Y

      About arp

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      257 Views
      d.healeyD

      @yall

      Link Preview Image HISE | Docs

      favicon

      (docs.hise.audio)

    • Y

      open panel animation

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      397 Views
      T

      @d-healey ok tried it again now it works

    • Y

      move panel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      293 Views
      oskarshO

      @yall use

      Scriptpanel.setDraggingBounds(area) and provide the area where you want the panel to move in. Works like a charm.

    • Y

      save preset

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      34
      0 Votes
      34 Posts
      1k Views
      d.healeyD

      @yall What do you want me to do with that?

    • Y

      custom user preset problem devlop branch

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      255 Views
      Y

      @d-healey said in custom user preset problem devlop branch:

      Engine.loadUserPreset(list[value] + ".preset");

      oh thank u ;)

    • Y

      min max value next prev btn

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      308 Views
      Y

      @d-healey

      if (value) { viewport.setValue( viewport.getValue() == 0 ? list.length-1 : viewport.getValue() - 1); viewport.changed(); }

      it's ok ;) thank u

    • Y

      delay time

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      234 Views
      LindonL

      @yall said in delay time:

      hello I have a question regarding the delay effect.
      in the time settings you can choose tempo sync or not. the tempo sync option and the one that interests me. it is calibrated 1:1 1:2 1:4 1:8. how could we get 1:3? I can get this result with time without synchronization but it will not follow the tempo. thx u

      1:3 is a triplet - thats included in the tempo sync options.

    • Y

      existential question :)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      365 Views
      d.healeyD

      @yall https://docs.hise.audio/hise-modules/sound-generators/list/streamingsampler.html#timestretching

      For me the CPU is too high with it but might be usable for you.