Navigation

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    1. Home
    2. Tania Ghosh
    3. Posts
    T
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Tania Ghosh

    • RE: Intel Integrated Performance Primitive Links

      @nesta99 👍 .. proud to have him as brother. But he doesn't teach me anything. Always says "Learn from the Geniuses of the Forum" 😰

      posted in Blog Entries
      T
      Tania Ghosh
    • RE: how to mask desaturation over color, fade in

      @ulrik I am always ready to study.
      My question how did you use PR lookup table for all hex values?
      I only know PR for Drawing etc. Never used it for Color picking.
      Any doc or example will be helpful to study.

      posted in Scripting Forum
      T
      Tania Ghosh
    • RE: how to mask desaturation over color, fade in

      @ulrik Wow.. Color wheel in HISE? How did you make?

      posted in Scripting Forum
      T
      Tania Ghosh
    • RE: Hise and Vs on windows 7

      @nesta99 Use Windows 10 with build version 1909 > Update
      Don't use Windows 7

      posted in General Questions
      T
      Tania Ghosh
    • RE: Hise and Vs on windows 7

      @nesta99 said in Hise and Vs on windows 7:

      2021 work with visual studio

      Yes. It is working in my Windows 10 OS.

      posted in General Questions
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @Lindon . Thank you man for nice Explanation. 👍

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @d-healey Ok Done... Prob Solved.

      Thank you 🙂

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      Found from this post

      var folder = FileSystem.getFolder(FileSystem.Expansions).getChildFile("UserPresets");
      FileSystem.browse(folder, false, "", function() {});
      
      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @d-healey Sorry but didn't understand...

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @d-healey

      HiseSnippet 962.3ocsV0saaaCElxwpXVctXEXO.B9JkAOC4sztALLrj3XO3skTio1hdWAsDsMQnHEDoRpQQA1i7dC1NTTxhJwsK0.yW4yu76b347QsHWDSjRQNxo2K2lQPNeoazVtZyjMXJGM+BjySbuDKUjbeipy2lgkRRBxw4neUqvoWWT4u+9WNGyv7XRiJD50BZL4OnoTUi1Em96TFaFNg7RZpk2mb57XAehfIJ.7bjaHJCGeMdM4Jr1sNtHmGMMgpD4QJrhHAeNWjrMZi3Vtw+WSkzkLhVXLJBRjQMZxFJKYQcsJQHmtKZp7iLU9W6dIMgtSeSG3qJM32DgcOvoSaH0sEjF+wfzLAKQmfOB7brfWWC7dpaTbNMS0XQisG6NmCWNqvPa2FVFeQcV2wch.7fqFkhulLKGD1EQvyBCG5eRX3w+TeOn0KU92fy8wYYWfU3RHl6+y9ynLRzVXFHczZhxnNvR4YF+amjrbhjnj6RRqjpySYQqyRvfWIAWVXBXfNM1I57BkRvGContPzAKRyDbPHXPk8p356Q4LJm3upfGqnBtufW4gN7bAKHtN1gP9YEji66899d8rJnk4hakjfVkfFiC8WgYRxP+AeyHiwAC2cPAfhBl5XCJ9fFN8z+6+.0ijZ8kHaBlwVBS7A2Ex0kVeOqp5Jgh7Bdvwdu2qm2G77uqoUq1qspTxfqv8YVuQl+oBLfWjtT2JL8tZGgwz16AO9gsGDa5NVNJ3y4T0KxHUxMaJZalpt1ZHZWwZqpoFs0VVZ6wsFU2eQDUc6oWIqbGbUUtP9jpERycEhBXrma0EGpr6XyMhd0b87echfbBmSFIWQ0cKmKH2.DklM8dtWPjWqDYk9VMx.beOfi8cMG4uc51cB+07Sukln1fbbcdCHugPWuQokddIg78Ha.JOQRACqZyCpI7qL.CEsHbzjJbIUs0tn+LHGC2K4338cm7.g6ScWPUwa1Od6rG7B2M+ei2pmZ56Nc0JRrpArccm8lC8ckOCn7mhBEku9RrJmByJtWUjFAu1FS.jv4DlTOSzQO2ajC0x5NSDgmTJ7OvuJii0xNUFGWaDkhiyEuM1rsneL6KJ0.XhW9NdO3CJ.Y+cKIttgiBQovaruMNV2J9V.66Olu6.h46OfXN4.h4YGPLO+.h4GNfX9wOYL5Ou4rBkH0rlzv0ALn.StsfqyiZOQa+AHkm0bdB4c0CCvzatxdCaJOwlfXVAicOezJuieQWSt0Vt7LgRxV2YJXndYghXSHNmeCvwZVoPWtXZIGriyTNFVdLZ+WDiBDfK
      

      Not working

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @Lindon

      Content.makeFrontInterface(500, 400);
      const var appDataFolder = FileSystem.getFolder(FileSystem.AppData);
      const var presetsFolder = appDataFolder.getChildFile("User Presets");
      
      const var Button1 = Content.getComponent("Button1");
      
      
      inline function onButton1Control(component, value)
      {
      	FileSystem.browse(presetsFolderUser, false, "*.preset", function(file)
      	
      };
      
      Content.getComponent("Button1").setControlCallback(onButton1Control);
      

      What I am doing wrong here?

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @Lindon Then C:\Users\Tania\AppData\Roaming\PluginsName

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @Lindon I would like to Access C:\ from a Button...

      How would I access it from interface?

      Content.makeFrontInterface(500, 400);
      const var Button1 = Content.getComponent("Button1");
      
      inline function onButton1Control(component, value)
      {
         
      };
      
      Content.getComponent("Button1").setControlCallback(onButton1Control);
      
      posted in Feature Requests
      T
      Tania Ghosh
    • RE: Proper Written Documentation of API is needed besides Updates

      @Lindon Hmm.. But unable to figure out var callback and var startFolder

      E.g
      FileSystem.browseForDirectory(var startFolder, var callback)

      posted in Feature Requests
      T
      Tania Ghosh
    • Proper Written Documentation of API is needed besides Updates

      Besides update and fixing bugs a good documentation and Examples is must needed.

      For example : FileSystem >Browse

      FileSystem.browse(var startFolder, bool forSaving, String wildcard, var callback)
      

      Unable to figure out the arguments.

      Same for other APIs e.g

      File, FileSystem

      Example and proper written doc is must needed.

      posted in Feature Requests
      T
      Tania Ghosh
    • RE: How to Display who is Registered to the plugins

      Got it..

      posted in General Questions
      T
      Tania Ghosh
    • RE: How to Display who is Registered to the plugins

      @dustbro Yeah, I usually try to learn from the examples and Tutorial master.
      I tried but unable to figure out how to do it....

      When user will enter Serial No, he/she will enter name as well. The entered Name will be stored as "Dump as json" and displayed via Label.

      posted in General Questions
      T
      Tania Ghosh
    • How to Display who is Registered to the plugins

      Who is Owned.jpg

      How to Display who is Registered to the plugins? And every time it will load the data stored (Name of User).

      Any help with snippet? please !!

      posted in General Questions
      T
      Tania Ghosh
    • RE: How to check/validate Serial No of a VST online

      That means if my website is hacked everything will be hacked too !!

      Oh my God... Team R2R and AudioUtopia why don't you guys develop VSTs instead Piracy 😂 😆

      posted in General Questions
      T
      Tania Ghosh
    • RE: How to check/validate Serial No of a VST online

      @Christoph-Hart Yup.. point 👍

      posted in General Questions
      T
      Tania Ghosh