Teezio's Plugin Loader not working? Line 40 problem?
Hi! I've been using Teezio's Plugin Loader, and I love it! I recently updated to Mac OS Sonoma 14.3.1 and SoundFlow 5.7.0, and while everything else seems to be working, I've suddenly been getting an error when I try to run Teezio. The SoundFlow error message reads: "TypeError: Cannot read property 'title' of undefined (Teezio's Plugin Loader line 40)" Any help? Any idea what's going on?
- SSoundFlow Bot @soundflowbot
Thanks for posting a question or an issue related to the 'Teezio's Plugin Loader' package.
This package is made by @Kitch. We're auto-tagging them here so that they will hopefully be able to help you.Please note, that the best way to get help with a script, macro or other content installed from the Store is to select the script you installed, then click the red Need help button, and then click "Get help with this script or macro".
By using this workflow, the developer of the package will get access to more information so they'll be able to help you quicker.
You can read more about how to best get help in this article: bit.ly/sfscripthelp - In reply toMatthew_Bronleewe⬆:Kitch Membery @Kitch2024-03-14 02:44:28.441Z
Hi @Matthew_Bronleewe,
Thanks for reaching out about this.
Can you confirm what version of Teezio's Plugin Loader you are on?
Also if you could take a screenshot of the Preset that is failing, that would be great.
I'm yet to update to Sonoma, but hopefully, I can reproduce it in Ventura.- MMatthew Bronleewe @Matthew_Bronleewe
I believe I'm running version 1.4.15 - the update button is greyed out, so I'm assuming I'm running the latest version. When I updated to the latest version of SoundFlow, I also updated any packages that had updates available.
I'll attached a couple screenshots, but I have dozens of presets and they all seem to be giving the same fail - line 40.
Thanks for any help! Such a useful macro!
- MMatthew Bronleewe @Matthew_Bronleewe
Kitch Membery @Kitch2024-03-14 02:54:17.075Z
That's helpful info, thanks for that.
I may not get around to updating this till early next week but hopefully, it's an easy fix.
So glad you are getting some use out of it. :-)
Rock on!
- In reply toMatthew_Bronleewe⬆:
Kitch Membery @Kitch2024-03-14 03:01:49.797Z
Out of interest are there any presets that are currently working?
One thing that I'm noticing with the Waves RVox preset, is that you don't have the "Preset Name" set to a value. If you don't need recall a preset, you should reset the property.
You can do reset the property by clicking on the property name text ie "Preset Name" and select "Reset".
That may not be the issue but it's certainly worth a try.
Let me know if that fixes it. :-)
- MMatthew Bronleewe @Matthew_Bronleewe
Oh, I'll try the reset thing! For each plug-in, I'm generally using a predetermined user preset as the default preset. I'll try a preset selection, as well as the reset thing, and see what happens!
- BIn reply toMatthew_Bronleewe⬆:Ber Quinn @Ber_Quinn
I'm having the same issue here. 1.4.15, Soundflow 5.7.0 on Pro Tools 2024.3 on Sonoma 14.3.1. Getting the same error message when trying to load plugins (without presets) that previously worked on 2023.12 and Soundflow v5.6.0.
I love this package a lot, thank you for your work on it!Kitch Membery @Kitch2024-03-14 23:26:08.590Z
Hi @Ber_Quinn and @Matthew_Bronleewe,
There is a chance this issue has been fixed in the latest SoundFlow build 5.7.1 that you can manually download and install from my.soundflow.org/install.
Let me know if that fixes the issue for you. Fingers crossed.
Rock on!
- BBer Quinn @Ber_Quinn
Alas, 5.7.1 is giving the same Line 40 error as 5.7.0 with all my Plugin Loader Macros. Was worth a shot!
Kitch Membery @Kitch2024-03-15 00:20:23.004Z
Thanks for reporting back. I'll have to investigate further early next week. :-)
- TT Byrd @T_Byrd
Hey All,
Having the same issue here, only started occurring when I installed the latest Pro Tools update
Kitch Membery @Kitch2024-03-18 17:27:43.282Z
Thanks for letting me know, @T_Byrd :-)
I'll be taking a look at this in the next few days.
- TT Byrd @T_Byrd
Thank you for all the support @Kitch
- In reply toKitch⬆:TT Byrd @T_Byrd
Hope everyone's week has been going well. are there any updates on these issues?
Kitch Membery @Kitch2024-03-21 19:43:22.331Z
Hi @T_Byrd. Still working on it... I have not forgotten. :-)
- TT Byrd @T_Byrd
King 👑 🙏
- In reply toT_Byrd⬆:
Kitch Membery @Kitch2024-03-21 19:45:05.558Z
If at all possible, could you do a screen recording of the issue... That might help me track down the issue much faster.
Thanks in advance. :-)
- TT Byrd @T_Byrd
Can do, will have it up in a bit
Kitch Membery @Kitch2024-03-21 22:07:52.845Z
Thanks @T_Byrd. Much appreciated.
Is it working in the Edit window for you?
- TT Byrd @T_Byrd
No worries,
Unfortunately not, it shows the same error there as well
Kitch Membery @Kitch2024-03-21 22:45:27.105Z
Hmmm... I'm unable to recreate the issue here. can you take a screenshot of the Teezio's Plugin Loader preset you're using?
- TT Byrd @T_Byrd
Kitch Membery @Kitch2024-03-22 00:10:53.811Z
Thanks for those screenshots. :-)
Can you create a new script with the following code?
const proToolsMainWindowNames = sf.ui.proTools.windows.map((window) => window.title.invalidate().value.split(": ")[0]); log(proToolsMainWindowNames); sf.clipboard.setText({text: JSON.stringify(proToolsMainWindowNames)});
Assign a keyboard shortcut to the script, navigate to pro tools and run the script.
The script will copy an array to your clipboard. If you could paste the result into a reply that would be great.
Thanks in advance.
- MMark Abrams @Mark_Abrams
Hey @Kitch !
Also having this issue. I'm around if you want to remote in or have steps you'd like me to follow to help report in.
Also did the update to Sonoma 14.4 (DOH!) and PT 2024.3
Soundflow Version 5.7.6
Cheers!
Mark
Kitch Membery @Kitch2024-03-22 03:08:43.047Z
Thanks so much, Mark! can you run the script in the above reply, an then paste the reply into a reply?
- MIn reply toMatthew_Bronleewe⬆:Mark Abrams @Mark_Abrams
Here you go @Kitch !
["Memory Locations","Edit","Mix"]
Kitch Membery @Kitch2024-03-22 03:52:44.522Z
Thanks, Mark!
That's the array I expected... So it looks like I may need to install Sonoma on another partition to test this issue.
I've made "a lot" of script changes and improvements to the code since the last version, but I'm unable to get version 1.4.15 of the package to fail.
Will reach out privately tomorrow, and if you have some time, maybe we can work it out. :-)
- MIn reply toMatthew_Bronleewe⬆:Matthew Bronleewe @Matthew_Bronleewe
I was out of town all last week and it appears some work was being done! Will you post here if there's a workable update?
Kitch Membery @Kitch2024-03-24 18:26:07.811Z
I absolutely will. I found the issue but after fixing it, another issue has shown up. Will be taking a look today to see if I can solve it. Thanks for your patience.
- In reply toMatthew_Bronleewe⬆:Kitch Membery @Kitch2024-03-25 21:45:46.674Z
Hi @Matthew_Bronleewe, @Ber_Quinn, @T_Byrd, @Mark_Abrams,
Thanks for your patience, guys.
I spent Sunday working out what was going wrong and installed Sonoma on another partition.
The good news is I got it working. Version 1.5.0 is available to update from the Store or from Teezio's Plugin Loader's description page, with one known issue that I'm yet to figure out. Right now in OS Sonoma if the Insert Lots A-E and F-J are not visible the plugins will not load. (I'll keep you all posted once I've figured it out.) Note: It works fine in Ventura.
The great news is that in many Preset combinations, the plugin loader works much faster. I've done a massive refactor of the script and used some complex logic to take into account 12 different plugin loading scenarios. This will make loading plugins way more fun.
Big thanks to all the troubleshooting you guys did to help get this update out.
(PS Thanks to @raphaelsepulveda for the Zoom sessions!)- BBer Quinn @Ber_Quinn
Thank you so much! Amazing work. Working perfectly here again.
Kitch Membery @Kitch2024-03-25 22:36:35.853Z
You're welcome! And thanks for reporting back. :-)
- In reply toKitch⬆:MMatthew Bronleewe @Matthew_Bronleewe
Yes!! Up and running and things are looking great!! Thanks SO MUCH, this is such a help with my workflow!
Kitch Membery @Kitch2024-03-25 22:37:55.160Z
Woo!!! Great to hear! :-)
- In reply toKitch⬆:TT Byrd @T_Byrd
Thank you legend, working smooth and faster so far!
I had just only recently integrated the stream deck into my setup and having a blast, your plugin loader script especially is an incredible tool for enhancing workflow.
Thanks again for the support
Kitch Membery @Kitch2024-03-26 18:30:41.185Z
So glad it's working for you @T_Byrd. Thanks for the good vibes!
- TT Byrd @T_Byrd
Hey there and hope all is well, just wanted to check in and update with bugs I've been experiencing,
Plugins won't load if playback is ongoing
Sometimes there is confusion with mono/stereo plugins
Sometimes the loader will glitch out and hide inserts A-E slots in the mix window
Sometimes it takes a few tries/failures until it would load the plugin (usually this is when it hides the inserts)Kitch Membery @Kitch2024-03-28 16:37:43.142Z
Hi @T_Byrd,
Can you start a new thread in the Package forum about these issues you are experiencing?
And if you could provide a screen recording along with a screenshot of the presets that are failing that would be great.
Thanks in advance.
- MMatthew Bronleewe @Matthew_Bronleewe
I haven't experienced any problems yet, but just to stay informed, where is the new thread about this?
Kitch Membery @Kitch2024-04-01 17:10:25.184Z
There is none yet @Matthew_Bronleewe.
- MMatthew Bronleewe @Matthew_Bronleewe
Question, and I honestly can't remember if it used to do this or not, but is there a way - if multiple tracks are selected - for it to instantiate the plugin being run by the macro on all selected tracks simultaneously? Right now, it only adds the plugin to the first selected track, and maybe it's always done that, but I think I had a script at one point that instantiated on all tracks - just wondering about that as an option!?
Kitch Membery @Kitch2024-04-01 18:35:45.358Z
Due to the complexity and how Pro Tools deals with adding plugins to multiple tracks, this feature is not available with Teezio's Plugin Loader.
I have however helped another community member in the forum with this in the following post.
I hope that helps.
Se
- In reply toMatthew_Bronleewe⬆:TT Byrd @T_Byrd
This seems to work on and off for me
- In reply toMatthew_Bronleewe⬆:
Kitch Membery @Kitch2024-04-08 20:56:32.710Z
Hi @Matthew_Bronleewe & @T_Byrd,
I just checked the old version of the loader and as you Matthew mentioned, by default, if multiple tracks of the same width were selected, plugins would load on each of the tracks.
This should be fixed in Version 1.5.1 of the package. :-)
Rock on
- In reply toKitch⬆:TT Byrd @T_Byrd
Have been away from my rig for the past few days, but will create the thread as soon as I can
Cheers :)
Kitch Membery @Kitch2024-04-01 21:03:47.608Z
Thanks @T_Byrd :-)