HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. gorangrooves
    3. Topics
    • Profile
    • Following 2
    • Followers 2
    • Topics 128
    • Posts 812
    • Groups 1

    Topics

    • gorangroovesG

      CC controller data delayed slightly when coming from the MIDI player

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      1 Votes
      7 Posts
      443 Views
      L

      I checked it: in the MIDI file, the notes are written before the controller. When the MIDI file plays on a MIDI track connected to love language test the plugin in ... It is well-known that MIDI lags if you are transmitting lots of data, regardless of the hardware you use to send it. And music is very timing- ...Latency occurs when software sound modules and/or effects that respond to MIDI data begin consuming too much processor time. As you add voices ...

    • gorangroovesG

      Using FS License Manager? Security vulnerability: Update it now to 5.3.2!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      4 Votes
      5 Posts
      382 Views
      gorangroovesG

      @orange Yeah, that's a good point.

    • gorangroovesG

      Component with name "*" wasn't found- during plugin/app export

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      5
      0 Votes
      5 Posts
      312 Views
      gorangroovesG

      @DanH Thanks. The elements are all there. I guess I will have to look very closely to see if I can spot anything out of the ordinary.

    • gorangroovesG

      Rendered text messed up in compiled plugin- MacOS

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      5
      0 Votes
      5 Posts
      268 Views
      gorangroovesG

      @ustk Australia. English. I am waiting to hear whether he has any alternative languages or keyboards set up in his system.

    • gorangroovesG

      Plugins fail to load into Logic- isMetaParameter not set.

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      21
      0 Votes
      21 Posts
      1k Views
      gorangroovesG

      @d-healey Aha. Found it. I see the working plugin. I guess the references to others are just stored in some Logic cache. Thanks, Dave!

    • gorangroovesG

      Default user preset setting- the path format?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      377 Views
      DanHD

      @DanH right so just 'FACTORY/YourCoolPreset' works... no need for .preset at the end or 'UserPresets' before :)

    • gorangroovesG

      GoranGrooves partners with AVID: When opportunity comes crashing your door.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      23
      4 Votes
      23 Posts
      1k Views
      gorangroovesG

      @RastaChess you are very welcome 😊

    • gorangroovesG

      FileSystem.findFileSystemRoots() returns no attached drives on MacOS

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      8
      0 Votes
      8 Posts
      380 Views
      gorangroovesG

      @Christoph-Hart I am delighted to report that the method you provided here works like a charm! Thank you so much!

      For anyone using it, just remember to set the condition that if

      Engine.getOS() == "OSX"

      use the method above and place those variables as 'var' inside the condition.

    • gorangroovesG

      CI mode plugins compile script on MacOS- error in building the App only

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      295 Views
      gorangroovesG

      @gorangrooves Seems that updating to the latest XCode 15.2 fixed the issues.

    • gorangroovesG

      "HISE path not set" error in Win batch compile script

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      37
      0 Votes
      37 Posts
      2k Views
      gorangroovesG

      @d-healey Success. Managed to compile AAX and VST2 just as well. Thank you, Dave, and thank you, Christoph!

    • gorangroovesG

      itemColour1 undefined

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      415 Views
      Christoph HartC

      So, if I understand correctly, the colors for combo boxes were set in the actual combo boxes without the LAF

      I just reread your exampe and noticed you were using the popup menu LAF functions. The popup menu is not part of the combobox component, so there are no colours in the obj parameter.

      A good practice for anything regarding LAF customization is to always use Console.print(trace(obj)) as first line of the function, then you'll see everything you can work with.

    • gorangroovesG

      Issues in exported AAX plugins: drawing panels and buttons, sliding a panel

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      35
      0 Votes
      35 Posts
      2k Views
      gorangroovesG

      @Christoph-Hart I disabled everything in my plugin other than the main declarations, paths, and LAF.
      I even disabled fonts, synth defer callbacks. I have nothing else to disable.

      There are 2 issues.

      One has something to do with one of my scripts, resulting in onNoteOn not working and the expanding panel not expanding. I'll get to that in a little bit.

      The second issue has to do with Pro Tools not displaying anything that is painted using paths. It displays simple elements created using the paint routine but no SVG paths. My previous version of plugin didn't use any paths, hence the reason why it displays ok in PT.

      When I use your test script to repaint everything, after a few seconds, all elements show up. So, my conclusion is that there is a bug with painting SVG paths in PT on init.

      Can you replicate this issue on your end?

    • gorangroovesG

      How To Load A Virtual Instrument Plugin - All DAWs

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      6 Votes
      3 Posts
      483 Views
      gorangroovesG

      @d-healey Sweet. You are very welcome. Even if you decide to make your own (to suit your plugins) at some point, this should help the process be quicker. 😁

    • gorangroovesG

      Automatically fit standalone app / plugin within desktop screen?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      299 Views
      gorangroovesG

      @ustk Thanks. So, this would be something for @Christoph-Hart to implement at some point if he deems it worthwhile? :beaming_face_with_smiling_eyes:

    • gorangroovesG

      LAF draw table vertical line

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      290 Views
      gorangroovesG

      @d-healey Awesome. Thank you very much! That will help me greatly.

    • gorangroovesG

      'getSourceGainValue' not working in compiled app

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      308 Views
      gorangroovesG

      @d-healey No, it is not that. I have enabled it, and the other meters are working.

    • gorangroovesG

      Further fade out an event that is in the process of being faded out

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      267 Views
      gorangroovesG

      @d-healey Of course! I overlooked that critical part and only focused on the decay. Thank you so much, Dave! That was illuminating, and I think I am almost finished with the most sophisticated hi-hat script in history of the universe :beaming_face_with_smiling_eyes:

    • gorangroovesG

      Editing one sample map affects another sample map using the same samples

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      294 Views
      gorangroovesG

      @d-healey Thank you!

    • gorangroovesG

      Adjust the fall rate (speed) of routing matrix meters?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      283 Views
      gorangroovesG

      @d-healey Looking at the matrix output, it moves at the rate set by the floating tile.
      So, I guess the setting I was looking for was hidden in a weird place :beaming_face_with_smiling_eyes:

      Thank you for the tip!