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

    MidiMinion

    @MidiMinion

    0
    Reputation
    3
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MidiMinion Unfollow Follow

    Latest posts made by MidiMinion

    • RE: Global 'showValuePopup' not working?

      Try this:

      for (k in AllKnobs) k.set("showValuePopup", "No");
      
      posted in Newbie League
      M
      MidiMinion
    • RE: Set Value on Click Property?

      No, that determines whether the callback is executed on mouse down or mouse up. Regardless of a script being attached to it.

      posted in Scripting
      M
      MidiMinion
    • RE: Set Value on Click Property?

      By default, a button changes its value/state and the callback is triggered when you release the mouse button.
      If you activate this, the value/state of the button changes immediately when you click the mouse button. This feels more snappy.

      posted in Scripting
      M
      MidiMinion
    • RE: HISE not auto detecting loop in wav file with embedded loop markers

      This has already been discussed somewhere here.
      The “Extract Metadata for Mapping” button is not in sync with the internal variable. That means it may appear to be on, but it’s actually off. A simple workaround is to toggle the button off and on again.

      @Christoph-Hart , I think this can be easily fixed in FileImportDialog on line 39:

      metadataButton->setToggleState(true, sendNotification);
      
      posted in General Questions
      M
      MidiMinion
    • RE: No looppoints

      Click the 'Extrac Metadata of mapping' button off and then on again. That should do the trick.

      posted in General Questions
      M
      MidiMinion