HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. VeryHuman
    3. Topics
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Topics

    • V

      Webview Midi Mac

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      105 Views
      V

      Update!
      I worked it out without using WebViews Midi.
      It was as simple as calling a javascript function from onController.

      function onController() { WebView1.callFunction("updateCC", { "cc":Message.getControllerNumber(), "value": Message.getControllerValue() }); }
    • V

      Replacing Sample in Sampler

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      89 Views
      Oli UllmannO

      @VeryHuman
      Maybe you should have a look at the custom sample import demo project from Christoph:

      Link Preview Image GitHub - christophhart/hise_tutorial: The Tutorial project for HISE

      The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.

      favicon

      GitHub (github.com)