@d-healey Thank you! :)

Posts
-
RE: Tooltips for preset browser icons
@d-healey Just for consistency really... The add expansions icon isn't the most intuitive, and I would rather have all and not some :D
-
Tooltips for preset browser icons
Is there a way to set the tooltip info for preset browser icons like favourite / save etc?
-
RE: Random Presets
@cassettedeath Scratch that
Incase anyone encounters the same issue I did, I used
var myPresetList = Engine.getUserPresetList(); const var RandomPreset = Content.getComponent("RandomPreset"); inline function onRandomPresetControl(component, value) { if(value) { // Get the current list of presets from disk local presets = Engine.getUserPresetList(); if(presets.length > 0) { // Pick a random index local index = Math.floor(Math.random() * presets.length); // Load it by name with the .preset extension Engine.loadUserPreset(presets[index] + ".preset"); } else { Console.print("No user presets available."); } } } RandomPreset.setControlCallback(onRandomPresetControl);
-
RE: Random Presets
@d-healey Seemingly working for me, although it’s trying to load old presets that I’ve deleted and showing an error.
Doesn’t seem to be a refresh or clear function…
Do you know which file I might be able to delete to clear the preset list?
I’ve tried cleaning the build directory
-
RE: ARP || Tie Notes?
@Chazrox I was finding the built in arp wasn't staying in time with the DAW so I started implementing the clock synced arp that is in the example snippets.
I would test your plug-in in a DAW to check how it behaves with the metronome/starting and stopping with the hold on etc
-
RE: ARP || Tie Notes?
@Chazrox are you using / have you tried the Synced Arpeggiator script example?
-
RE: Project instantly crashing
@d-healey Decided to work from a backup - cheers David!
-
RE: Project instantly crashing
@d-healey Changing between projects - and if I add the zoom handler script to projects I generally have to recompile projects after opening. Generally just crashing randomly after compiling
-
RE: Project instantly crashing
@d-healey That's it really.. Hise crashes a lot so I generally save the project after I change anything and recompile.
-
Project instantly crashing
I added a slider pack to my project and connected it to a SyncedArp script in property editor and now my project crashes... As soon as I try recompile the scripts it crashes.
I managed to open the interface and delete the slider pack and save the project, but it's still crashing.
I have a back up from yesterday but not for todays work...
-
RE: Resizing interface with button is only glitching in logic...
@ustk I tested it on OS 15.(Something) - The JUCE forum post mentioned Ventura... I'm still running 12.7 incase you wanted to send a new build to test without the Zoom Handler/resize
@Chazrox "Plug-in is gonna suck for the following users;"
-
RE: Resizing interface with button is only glitching in logic...
@cassettedeath Confirmed this does not happen on updated Mac OS... Here's hoping there aren't many users with an old OS....
-
RE: Resizing interface with button is only glitching in logic...
@d-healey Can confirm this problem is still happening with a basic project.
I am using Logic 10.7.3 on a Mac M1 Monterey 12.2
I found this - https://forum.juce.com/t/resizing-plugins-in-logic-is-jerky/55474
HiseSnippet 825.3ocsU0saSCCE1tqAsFXSLId.h1UsiITSWa2p1ET5erJnaUqiIj3hIOGmVqkXGk3LnflfmDdP3ogGAdC.6jz1z0p8SkHWDky+e4b9N1884XRP.2G.0OarGA.el1fwLwnliPTFnaK.bSsdn.Aw2HVUiwdnf.hE.BW6sJEvbYAQO+40MPNHFlLSE.bNmhIum5REyz1u96nNNcPVjynto7tb8tXNqI2gGJwyZZEAdH7UngjiQJ2xnANBELB.2QqRo8vks12pToJ0phQUI0rQ11l6YUtb0CpYtWMT4CpRJVA.eRaKpf6OPfDj.YRavsFOXD+yr3BbNMfdoCQIXBFHqbrZPyQTGq9SZNA..La+Ysp0haUuPqG0hNU+rV1yiLXLKhzMMXl6BRlOBHASAorwPZKsAXepmXlEEddpVWlbBZijylzPI1WPlqgZM4ROXhW4hthzwWJLMh7UKVbWC4qBGpqqSYNTFwvNjgETNyfyNkDP+JoQnPnlcLgO2IOl65wYx7sqw0HmPRA8uomaRIBHhiHzgiDpLa7xXOL1wnhpB2HKxDGGRDMmjn7amtNaWPkkjp0D43bojnjeoXovgov5wbA4DV9H3neitwsMYauTaIoxg3uTyJVr+cEXdVn6kD+zMCkixo17Tgm7vnB339SJG4rtLp3DORhbGtikZDq9dQhCHoAqnPIHT5pHh.sYBAJtGBnVJUoaqfn+gzq3fOzsERfljMYhkEyi3Knp+IXKx0xi.hom4zZQBtRv8jaySGsx1vCs1eA.0f+TVxwpO9EH5e41oYiI6.HFwIJKqqE8soJ9Db+iOUe7Tge+85fE2kjawbqPGjX9Ua0gdIFjC441mT6Lr.pXb5CEeD66Euy88GJD2RqOUfGsbLlYIXTN49efwjSI2PqssMAKlAvrZc93pdj38T9S4gBJaXOjvmpHKGG5NPdaBlHqNSRABT7lLJZSrbQkrpCLfvrhD9q7IwnoRFlXzbhQfKB6yu.Gu3nNGd8HMRLwhtmJm7BSorg4hqJtxqEt.imOUKDXoUMv8V0.KupAVYUCr5pF39qZfGb+Apt09MgBta7ZC.zqe6ni1fv1LjjAFwVA+CvmzBYJ
-
RE: Resizing interface with button is only glitching in logic...
@d-healey A minimal project and post the snippet? Can do
-
RE: Resizing interface with button is only glitching in logic...
@d-healey All AU and also just tested AU in FL
-
RE: Resizing interface with button is only glitching in logic...
@d-healey Ableton and Reaper - And the Standalone is also working fine. Will need to text FL Studio
-
RE: Cant Compile DLL's still.....
Have you tried the "compile script node networks as hardcoded modules" in the tools dropdown menu? All of my Compiled DLL had weird artefacts/noise until I tried that option.
-
RE: Script processors are blank after my last export.
@d-healey Oh Jeeze! No good. Thank you for your help