HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. TNTHM
    3. Topics
    T
    • Profile
    • Following 1
    • Followers 0
    • Topics 91
    • Posts 259
    • Groups 0

    Topics

    • T

      Tooltip question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      336 Views
      d.healeyD

      @TNTHM Why are you changing it in the label callback and not the button callback?

    • T

      onboardConsole

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      3
      3 Votes
      3 Posts
      296 Views
      T

      @d-healey Great idea!

    • T

      Reassign sliders with script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      247 Views
      T

      @aaronventure Thank you. I appreciate the info.

    • T

      Code editor slow down

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      184 Views
      No one has replied
    • T

      Dark Mode

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      539 Views
      Christoph HartC

      @orange yeah there are many places that need to be fixed manually, but I think I got the majority of stuff right now, but let me know if you spot anything else.

    • T

      Memory persistence

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      557 Views
      T

      @Christoph-Hart is it possible to routinely clear the plug-in memory usage without clearing the preset data? I see the method

      Engine.getMemoryUsage()

      Is there a way to use this to set a max threshold for memory usage?

    • T

      Some methods not present in HISE API

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      248 Views
      Christoph HartC

      Most are in the docs, some others I think show up in the auto-complete.

      Everything that shows up in autocomplete should be in the docs too. There might be 1-2 classes which are not picked up by the doc generator that creates these from the source code.

    • T

      HISE docs does not scale right on mobile since update

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

      @Christoph-Hart in the Engine section of the docs there are a few things that are not scaling on mobile.

      Long titles such as

      addModuleStateToUserPreset

      Trail off of the right side of the mobile screen.

      Below that the table with

      Property Type Description

      The description column trails off the right side.

    • T

      SVG Image tracing

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      621 Views
      ustkU

      @TNTHM Nope, it's uses the SVG parser from Juce and applies a Base64 conversion.
      Then the object is reconverted to a path before drawing
      The number at the beginning is inherent to any Base64 conversion, it appears in snippets too.

    • T

      Set order of parameters as listed for automation

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

      @Christoph-Hart Great! Thank you.

    • T

      Property Editor > Component Specific Properties > locked, what is this for?

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

      @ustk thank you.

    • T

      Container signal flow

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      351 Views
      LindonL

      @TNTHM use script node fx...

    • T

      How can I access LFO Modulator1 on Simple Gain1 module

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      197 Views
      ulrikU

      @TNTHM it's in the documentation as well:

      Link Preview Image HISE | Docs

      favicon

      (docs.hise.audio)

    • T

      var, reg, local definitions

      Watching Ignoring Scheduled Pinned Locked Moved Documentation
      5
      0 Votes
      5 Posts
      450 Views
      d.healeyD

      And this from Christoph - https://forum.hise.audio/topic/79/scripting-best-practices

    • T

      Convert object to string

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

      @d-healey perfect, thank you. Is that somewhere in the documentation? I didn’t see it.

    • T

      Dynamics module CPU usage

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      219 Views
      Christoph HartC

      The performance difference is pretty negligible here.

    • T

      Rearranging module order and container placement

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

      @ustk Understood. Thank you.

    • T

      Limiter module not in API?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      319 Views
      LindonL

      @TNTHM said in Limiter module not in API?:

      @Christoph-Hart Got it. I see that there is a limiter section in the Dynamics module. Is that the limiter we should use?

      yep - but bear in mind its a look ahead limiter - and will add delay to your output...

    • T

      If module view is open autocompletions do not show

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

      @TNTHM Answer was in the HISE shortcut menu (File > Edit Shortcuts). Press the Esc key (Mac) to enable completions.