HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. maxtownsley
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 6
    • Posts 16
    • Groups 0

    Topics

    • M

      Export Issue 'Building targets in manual order is deprecated '

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      999 Views
      N

      @maxtownsley

      Hey @Christoph-Hart has there been any fix to this yet or should I downgrade to 14.3?

      Figured it was worth it to check before downgrading.

      Best,
      Noah

    • M

      Analyser and Floating Tile options for user

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      228 Views
      d.healeyD

      @maxtownsley Sorry I meant to respond to this a few days ago when I first saw it but it slipped my mind.

      Yes you can do this, you need to edit the Data property of the floating tile.

    • M

      Envelope on Moog LP Filter makes a lot of pops and noise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      235 Views
      FrankbeatF

      @maxtownsley use the 4 pole Ladder, instead. The Moog seems to be stuck in a draft mode, but the Ladder LP does a great job

    • M

      Confusing issue with scripting simple knob for AHDSR Envelope Knob

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      491 Views
      M

      @d-healey Amazing, thanks!!

    • M

      Make a button start and stop a Lottie animation.

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      469 Views
      M

      @aaronventure this did the trick ! many thanks!

      //button const var Buttonx = Content.getComponent("Buttonx"); inline function onButtonxControl(component, value) { if (value) { // Button pressed, start animation p.startTimer(1000.0 / object.frameRate); } else { // Button released, stop the animation p.stopTimer(); } } Content.getComponent("Buttonx").setControlCallback(onButtonxControl);
    • M

      Make one combobox control the waveform choice on 3 different LFOs

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      240 Views
      M

      @ulrik That worked like a charm, thank you so much! The array is what I've been missing. many thanks