HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. sakorada
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 47
    • Posts 163
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: HISE ignoring script edits except on startup?

      @Christoph-Hart Is there an option for auto compile on file save in external editor?
      (Reload and Compile)

      posted in General Questions
      S
      sakorada
    • RE: HISE 4.0 - Wish List - Add yours.

      @gorangrooves said in HISE 4.0 - Wish List - Add yours.:

      Please make HISE fully compatible with screen readers before adding new fancy features or releasing v4, so that blind users can properly use our existing software.

      Yes, please
      I've been trying to do this also, please make this possible.
      I heard about the NVDA screen reader, but the NVDA scripting doc is out-of-date I guess.

      posted in Feature Requests
      S
      sakorada
    • RE: How to delete all child components from Panel?

      @d-healey Ahhh , i see
      Thank you

      posted in General Questions
      S
      sakorada
    • RE: How to delete all child components from Panel?

      fd052358-2e2b-4004-b025-34f7ba692406-Panel remove.gif
      It won't do anything.

      posted in General Questions
      S
      sakorada
    • RE: How to delete all child components from Panel?

      @d-healey It doesn't work on my end

      HiseSnippet 782.3ocsVssaSCCF1tsAVKLDShGfncUqzzT6XbPZBQY8.ph0sJxXZb0jWhai0Rribb1VAgDOZ7Hwa.76jzFWVGGpX9hp9e3y9y+mbFIEtz3XgDgqd7zHJB+PKmobkeGeBiiFzUqHhvoAmonwJz9SiHwwTODFW9sZOvUqfRWe+06SBHbWZgJD5DAykd.KjoJzNp86XAA8IdziYgFdua6AtBdGQfHAXSYqlnHh6EjIzCIZ2JYgv2qmGSIjNJBPFDtx9BuoN9hq3Y9eBKlcd.UKzB4.aTl59h.OMi0ZQc7YAdilcqiQvtLpHFTNKF7DqgLO1b8EwhGmZvt.gY7.WZQ5UdA50xjdMMn2RnD1fRUxnzFVNtRVjpvhlOOvZ.WQkiIPX2jJY9hJsK1pi.7fq1NjbAsuDDlin9ya1bKa3mF6UCh7wJ6KIR6Q5jcK6WYOC3DppiHLRvAg5alYdS.RswBoc8qsY7bLodldWzhGvhU0aznlMrtdaIMTbo97CGQj5MpwdiS3tJlfaK3GJTzi30aT6y0pV6K0r+USiGuTaZFJEAAT4RMqKuj+Nf04IgmSkaA26fD5bGgX9hIRqaOQZVm4lEvLbTvGvYpihn7aq5CkGkg+8gAcIJhN6mqC7KhJULMEvcoWBsRY0BUs5RiuPIhR8MO0.zTkZc8YUJ5r.hA0CqYkkfPWOua6q71SmK7sSaetP5QkNrOQM6nwkL196eaa+iL0XdHvZpovULOkeghO11mxl3qL0DkVcXbpy4N5elJ6bmQka1dBCFDdIAD0hSKziHyM.UdKzhpaC4wL0zEC3+mFg72RwMrFwTt9KmikVBGg5y6BNlO3ccqdiGScUEDrhU+SualxhduHQw3SFRTRFToXcXRnC71iKENcNjn0c93R5dzL4lZYcDvgx8RE9ArxM1RKiyM1ZlQTHwUJNyMadidz9ZoZ.NwSeUqp0PsrcKT5LHy3bH7RyYttKtU2.3NqJvmtp.2cUA9rUE3yWUfuXUA9x+LP8GB7lDkHLqsAgFNpW5.bLtGm.UfoUqneBjq+GRL
      
      posted in General Questions
      S
      sakorada
    • RE: Background Video

      @clevername27 @oskarsh
      Wow, I'm just waking up for a long break. I bet I missed a lot of HISE new Feature updates
      Never working with Webkit in HISE yet, and would love to try it out.
      Thank you for your help.

      posted in General Questions
      S
      sakorada
    • How to delete all child components from Panel?

      I'm looking to remove all child components from a parent panel but found only

      ScriptPanel.removeFromParent()
      

      in the HISE documentation.
      Does anyone know a way to achieve this?
      Any help would be greatly appreciated. Thanks!

      posted in General Questions
      S
      sakorada
    • Background Video

      Is it possible to play a video file as background instead of using filmstrip?

      posted in General Questions
      S
      sakorada
    • RE: Help with assigning knobs...

      @bfaudio

      
      //Tempo Control Functionality <---- This bit !
      inline function onknbDelaylefttempoControl(component, value)
      {
             //Look like you have typo here : value => Value
      	Delay1.setAttribute(Delay1.DelayTimeLeft, Value);
      };
      
      
      posted in Scripting
      S
      sakorada
    • RE: API Tab No-Longer click to paste !

      @d-healey Right Click Working Here also , just missing double click
      i'm on window

      posted in Bug Reports
      S
      sakorada
    • RE: API Tab No-Longer click to paste !

      @d-healey Yes, I think so, the auto-complete will do the jobs.
      but still love to see it work again, so we can see and learn more about API/Features right on HISE without going to DOCs for a full description.
      Hope to see it back ...

      posted in Bug Reports
      S
      sakorada
    • API Tab No-Longer click to paste !

      Just wonder if we take out API Tab Click to Paste Editor feature or if there a bugs?
      I've been taking a long break and just came back to the latest update of the Develop and Master Branch, but both can't do that anymore.

      a4055fd0-3a9c-462b-8cfc-769bd38b00ab-API Can't click.gif

      posted in Bug Reports
      S
      sakorada
    • RE: Feature Request: Add Code Formatting (Indentation)

      @sakorada
      Yes, it's kinda weird at my end
      I had to copy the code to VS code and Formating, and then copy it back to HISE.
      Pasting from an external editor worked best for me, didn't mess with Indentation . it's just happens when i'm typing and (deleting ).

      posted in Feature Requests
      S
      sakorada
    • Feature Request: Add Code Formatting (Indentation)

      What I Want:
      I'd like to see a feature that automatically helps with code indentation in HISE's script editor.

      Why It's Good:
      Makes code easier to read.
      Saves time when writing or editing code.
      What It Should Do:
      Auto-Indent: When I write a new line of code, it should automatically indent the line correctly.
      Correct All Indents: A button to fix the indents for the whole script at once.
      Let Me Choose: Let me pick how many spaces or tabs to use for indents.


      I don't know if there is some bug that causes my code to get the wrong Indentation ( not always ).

      Thanks

      posted in Feature Requests
      S
      sakorada
    • ChordWheel Button Design !

      I want to design chord wheel button similar to the one from EzKey.
      Does anyone have any idea or did that before?
      I would like to learn the best way to create it.

      212d1999-fb6d-4a4a-9dd8-d05450b00da4-ChordWheel.gif

      posted in General Questions
      S
      sakorada
    • RE: HISE Plugin version no Sound Output

      @d-healey it's been a while since I use plugin version (since hise 2 ) I’m not sure what's wrong and what had been changed.
      Did you try and work on your end?

      posted in Bug Reports
      S
      sakorada
    • RE: HISE Plugin version no Sound Output

      @d-healey I always use the standalone version, I only use the plugin version while sample editing and comparing sound and getting some idea of playing technique.

      posted in Bug Reports
      S
      sakorada
    • HISE Plugin version no Sound Output

      I just try the HISE PLugins version in Cubase but it does output any sound, and midi didn't seem to work either.
      2023-05-08.png

      posted in Bug Reports
      S
      sakorada
    • RE: Monolith export is broken

      Confirmed - same here too
      https://forum.hise.audio/topic/5866/export-to-hlac-monolith-no-file-created

      posted in Bug Reports
      S
      sakorada
    • RE: Export to HLAC monolith (No File Created)

      @d-healey Oop! same issue,
      Thank you

      posted in Bug Reports
      S
      sakorada