HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. tiesvdam
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 1
    • Topics 34
    • Posts 125
    • Groups 0

    Topics

    • T

      Audioaveform and audiowaveform

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      91 Views
      O

      Slightly off topic question, but doesn't the sampler kill active voices and cause an audio dropout when you adjust a samples parameters like the start/end for the sample or the loop region???

    • T

      Problem with looppoints

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      25
      0 Votes
      25 Posts
      423 Views
      d.healeyD

      @tiesvdam This post has some documentation about editing and accessing sample properties - it's a little out of date so if something doesn't quite work you might need to check in the docs - https://forum.hise.audio/topic/64/fun-with-regex

      Also take a look at the custom sample import project - https://github.com/christophhart/hise_tutorial/tree/master/CustomSampleImport

    • T

      Reverb Knobs Visualizer Update Issue in HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      56 Views
      T

      @tiesvdam schermopname-2025-03-27-om-17.11.00.gif

    • T

      Loop function Audiowaveform

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

      Right click reset

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      92 Views
      T

      @d-healey Ah okay thanks for all the info en help!

    • T

      Plotter doesn't work in Abelton

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      117 Views
      T

      @Gab Ah perfect, im gonna try! Thanks!!!

    • T

      Best way to make sounds for the preset browser

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

      @tiesvdam I don't think this is related to the preset browser.

      Start with Christoph's custom sample import example project - it's quite complicated though.

    • T

      LAF of End point Audiowaveform

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      65 Views
      T

      @d-healey Yes sir

    • T

      change color search icon

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      69 Views
      mmprodM

      @tiesvdam and you can add the icon as an icon font or svg and then color it in this laf

    • T

      End point Audiowaveform

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      1
      0 Votes
      1 Posts
      59 Views
      No one has replied
    • T

      AhdsrBall LAF

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

      @d-healey Thanks! fixed it. Love your help everytime

    • T

      One knob that toggles two effects on and off.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      185 Views
      rglidesR

      @tiesvdam 👍

    • T

      Problem clicking area's with custom preset browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      163 Views
      T

      @mmprod Yes i think that will fix it, i will try it today. Thanks for the help!

    • T

      Custom AHDSR LAF

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      71 Views
      ulrikU

      @tiesvdam I don't think you can get rid of it, I solved it by painting the path in a panel, and removing the "extra line" parts by manipulating the path string
      The moving ball is from the envelope floating tile but the rest is a painted panel

      it involves converting the path to string - remove certain strings - convert it back

      I hope there is a better way to do it, but I don't know if there is any.
      Anybody knows how to do it in a less cumbersome way?

      this is part of the string manipulation, p is the path

      var a = p.toString().split(" "); var ax = parseInt(a[6]); var ay = parseInt(a[7]); var acx = parseInt(a[4]); var acy = parseInt(a[5]); var dx = ax + (parseInt(a[14])-ax)*0.95; var dy = parseInt(a[15]); var sx = parseInt(a[17]); var sy = parseInt(a[13]); var rx = parseInt(a[22]); var ry = this.getHeight()-3; var str = a.join("\n"); var path = Content.createPath(); path.fromString(str); g.setColour(Colours.chartreuse); g.drawPath(path, path.getBounds(1), 1.0);

      paintedahdsr.gif

    • T

      Trying to make custom button with LAF

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

      @tiesvdam That's not quite how look and feel is used.

      Check out this video, but replace Engine.createGlobalScriptLookAndFeel() with Content.createLocalLookAndFeel()

    • T

      Clicking area problems with Preset browser

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

      Plotter visual questions about script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      0 Votes
      9 Posts
      151 Views
      T

      @tiesvdam fixed it already thanks!

    • T

      1 on/of button controlling 2 effects

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      11
      0 Votes
      11 Posts
      205 Views
      T

      @Morphoice Yeah