HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. signe
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Groups 0

    Topics

    • S

      about script synthesiser

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      2
      0 Votes
      2 Posts
      940 Views
      S

      Sorry, I made a mistake at the section of function call. Corrected version. Anyway, it does not work. It appears that the function "prepareToPlay" is not called for some reason.

      HiseSnippet 1037.3oc6WE0aaaCDlxNZX1aFnaHOzGIB1C1Ctd1NocqHHXIwIYvXIoFwAACnnHkl5bLQjIEnnRpaQ9crec62v1+fsiR1VxqJA1CXsCaSOXXdGOde763cGYOshCggJMw4yNeR.Pb9b29SjlQcFwDRR2CHNeo6fHguQHoGzuGMTHAx9SBXggfGwwo3OXmmSo0Hwe+12uOymI4PpHB4BkfCGKFKLoR6s6OJ78Oh4AmKFmY1asaWtR1Q4qhPLUzsIIfwulcEbJyNsBtjaDvsgDmlta1tg95VCd6dMVlOBORqAo4BzbhiqyuieNtG5ILJceCy.3Zt19JuI8GotUl35KDghA9fcPKReDSIhOR46Y271+S5LR360aFMFRv0tWJoVLgTW28DgmXt7Tx8QwJnoVjkZcJ7PvqUV30LW30JG3Qxft0RPGBBkWjOyrHxrQ1oJDJ4BHqqz.xPgYR1H+GU39Et8DF9n7wagbvKFn96FuSC9UbOb3PfaRA6ZtG8SeXizklAk9bsHvDmhGCk0mJgFKBBEgf99xue8k+5urr42udoyuS7OovOWvE0DZn2vzTdP.FJo6POVLPyzBHrguh4UcCtRCaTqAWCHSEGsgpaXKJsQssqTtRYqwRkAn67xWsc4gQRt8v.MPCALMbtpmOaR0P13.e3LbEpSG3q3W2W7VnV42UtThearLSe6x2kt9JIF5zlXln5M1e6J8f2TOFKmFMd.nqSuAPiwCgwdRLjlYhzc1g1r16pTtTIqEur4qv8dpsaWtzcnNziUR8IVMyCzuuK4iXRI3Ghtox83m4azPvziowRqFPWsEZaP3XrfT0ofnFtKycpaVm1rwSynMH4r19V5o5bDfgjR2sHpm4gqgIw6WMXhzR5ILynFApaq1tN0p6IO6409lVsq80asUSjoyPzmhP6Expwj3hgfXMCGlmpNJoQq78Qne+ZqJmEnX9Qvr4gYiKlbV49SNy1kXwxmYluR1UJLuH.l1kYgCaohCmefJUVlP9Lg10KgRRm1bpHqnTJHGoohvbPrVoICdyoE2m7+s3hgawkCt4vfNuew4G41WXKzbnzVn.kjzW6.XHKx2LWZVPdhRpBFojBd15wmAFs3pq.cVg4te1yXvaWkJY8cOC7AVXlB1e0tGiUWYZjlf+hTQqkmJdnv0icSfK01Qg9uialT7+72L4gSPmd4jXQzV+COR+mfa6OVv8LUD9bsqvVpZwav2if2gnOdcKNzYZeY66eJPrlFOtocrEP8w1KMm83noJaYG6LUYqYJIcRZS7AxaiYbs5RdRuJaMiOMVBx.x3mEVx8D6X7DRbq6DVxdMiK4b6g5mf7T9VzdksXyU1hsVYKd5JawyVYK91U1hu6Arv1ieuHiZbRINB4O.hl+oD
    • S

      about exported audio FX

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      2k Views
      S

      I checked the latest version. Now the front panel has become active!
      Thank you very much

    • S

      bug: "ScriptedParameters"

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      2k Views
      Christoph HartC

      I have plans for changing this wizard and add another way of connecting modules simply by adding the module ID and parameter ID to the JSON:

      const var Knob = Content.addKnob("Knob", 62, 6); // [JSON Knob] Content.setPropertiesFromJSON("Knob", { "width": 129, "height": 47, "processor": "LFO Modulator 2", "parameter": "Frequency" }); // [/JSON Knob]

      This is a far more stable and bug prone way to implement a simple parameter connection (the wizard has to do a lot of regex processing which can lead to a lot of edge cases).

    • S

      about using DLL

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      3
      0 Votes
      3 Posts
      1k Views
      S

      Thank you very much.
      I've succeeded!

    • S

      how to use TCC

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      4
      0 Votes
      4 Posts
      1k Views
      S

      Hello, I've figured out how to use the JIT example script "TccSimpleLP.js" (which exists in /HISE-1.0.0/tools/scripts ) after checking the source codes.

      Download the build version 646. (windows)

      Replace "TccLibrary.h" (which exists in /HISE-1.0.0/tools/tcc/windows/include) by the file "TccLibrary.h" (which exists in /HISE-1.0.0/hi_scripting/scripting/api)

      Make the folder named "tcc" in C:\Users\your\AppData\Roaming\Hart Instruments & move all the contents (which exist in the source /HISE-1.0.0/tools/tcc/windows) to that folder.

      That's it!! I wish this JIT functionality would be revived...

      Thanks for giving HISE