HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. elemen8t
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 34
    • Posts 98
    • Groups 0

    Topics

    • elemen8tE

      Samplerobot Loop Points

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      29 Views
      Christoph HartC

      @elemen8t loop points are not a standardized format so I'm doing a best guess to extrapolate whatever info is in the metadata. Can you upload a sample that doesn't detect its loop points, then I can improve the parser.

    • elemen8tE

      Automation Bug on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      1 Votes
      2 Posts
      69 Views
      HISEnbergH

      @elemen8t Christoph is currently working on fixing this, there are other posts on the forum regarding it and which version of HISE to use.

      Link Preview Image The big bug tier list

      @Christoph-Hart excellent. I'll give it a try now.

      favicon

      Forum (forum.hise.audio)

    • elemen8tE

      Floating Tile won't change colours

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      273 Views
      ChazroxC

      @elemen8t Yessuh!

    • elemen8tE

      Button to Scriptnode Parameter Value

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      194 Views
      elemen8tE

      @HISEnberg Awesome thank you so much!

    • elemen8tE

      All Filter modes as dropdown

      Watching Ignoring Scheduled Pinned Locked Moved Blog Entries
      3
      1 Votes
      3 Posts
      340 Views
      elemen8tE

      @d-healey Yes there are many ways and scripts to make that possible, but no ready-to-use-snippet so I thought I would provide that. :)

    • elemen8tE

      Glsl shader doesn't work when exported

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      2k Views
      Christoph HartC

      The input parameter is the shader file name (without the .glsl extension and the file must be inside the Scripts folder of your project (it will be embedded like any other script file when you export the project).

      https://docs.hise.dev/scripting/scripting-api/scriptshader/index.html#setfragmentshader

      // That's the image folder... const var glslPath = "{PROJECT_FOLDER}Images/bunny.glsl";
    • elemen8tE

      XY Pad Display Buffer?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      15
      1 Votes
      15 Posts
      427 Views
      ulrikU

      @rglides Thanks

    • elemen8tE

      Global LFO on effects

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      13
      0 Votes
      13 Posts
      1k Views
      elemen8tE

      @Lindon Yes I get that, but the initial problem is that it doesn't work in the DAW when it is exported without a sound generator like the audio loop player.

    • elemen8tE

      Snap to grid for custom curves

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      3
      1 Votes
      3 Posts
      321 Views
      DanHD

      @Straticah Yup the table editor needs a big upgrade imo.

    • elemen8tE

      Scriptknob wont update parameters

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      6
      0 Votes
      6 Posts
      141 Views
      HISEnbergH

      @d-healey You're correct and this sounds to me like the cleanest solution. I really want to dive into broadcasters and rethink my scripting approach soon since they offer so much.

    • elemen8tE

      Chokegroups for oneshots

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

      @elemen8t said in Chokegroups for oneshots:

      So I guess I will have to split them in order to choke them.

      Yeah I think that would be the best way.

    • elemen8tE

      Combobox controls scriptnote knob value

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      176 Views
      elemen8tE

      @Dan-Korneff AWESOME exactly what I needed, thank you!

    • elemen8tE

      xfader on interface

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      297 Views
      elemen8tE

      @Lindon Awesome, thank you so much!

    • elemen8tE

      Drumkit Pads

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      228 Views
      d.healeyD

      @elemen8t said in Drumkit Pads:

      since I am very new to writing own code and commands

      Have you gone through my scripting 101 video? If not, start there. A general knowledge of scripting will get you much further in the long term than narrow snippets.