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

    Posts

    Recent Best Controversial
    • RE: Webview Midi Mac

      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()
      	});
      }
       
      
      posted in General Questions
      V
      VeryHuman