Old 07-13-2020, 12:51 PM   #281
AJYoung
Human being with feelings
 
Join Date: Aug 2018
Posts: 93
Default

Quote:
Originally Posted by samjg60 View Post
Thanks so much for this extension! Really useful, especially the new docked version.

Is there any way to make it open when the main window isn't focused? (midi editor is the main place I'd like it, but it's not in that action list)
You could also make the shortcut Global, as long as it's with a modifier (e.g. Ctrl+F) and not something that you would press when typing normally.
AJYoung is offline   Reply With Quote
Old 07-13-2020, 02:48 PM   #282
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by samjg60 View Post
Thanks so much for this extension! Really useful, especially the new docked version.
You're very much welcome!

Quote:
Originally Posted by samjg60 View Post
Is there any way to make it open when the main window isn't focused? (midi editor is the main place I'd like it, but it's not in that action list)
Yes, of course! Please use one of the solutions provided by Coachz and AJYoung above.
Neutronic is offline   Reply With Quote
Old 07-15-2020, 03:12 AM   #283
leshachooze
Human being with feelings
 
Join Date: Aug 2015
Posts: 10
Default

Hi!

I have this kind of error when starting the script


It seems like my vst/template/chain lists have some symbols that are removed or can't be matched by the expression in magicFix() function


I tried the complete remove and reinstall with reapack, tried removing all ini files located with script, but the error appears again

Win 10, x64
REAPER 6.12+dev0712 x64 (the problem started at version 6.12 or 6.12c)
SWS 2.12.0.0 May 2 2020
leshachooze is offline   Reply With Quote
Old 07-15-2020, 04:24 AM   #284
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Maintenance update v2.31 is up.

Changelog:
# better handling of empty strings in getFXfolder() and fxExclCheck()

Quote:
Originally Posted by leshachooze View Post
Hi!

I have this kind of error when starting the script [...]
Hi -- thanks for the report. Please update Quick Adder to v2.31 and it should fix the issue.

Neutronic is offline   Reply With Quote
Old 07-16-2020, 09:26 PM   #285
leshachooze
Human being with feelings
 
Join Date: Aug 2015
Posts: 10
Default

Quote:
Originally Posted by Neutronic View Post
Maintenance update v2.31 is up.

Changelog:
# better handling of empty strings in getFXfolder() and fxExclCheck()


Hi -- thanks for the report. Please update Quick Adder to v2.31 and it should fix the issue.
Unfortunately the update didn't help, I still get the same error code, and it still refers to line 223
leshachooze is offline   Reply With Quote
Old 07-16-2020, 11:26 PM   #286
leshachooze
Human being with feelings
 
Join Date: Aug 2015
Posts: 10
Default

Hah, i finally figured something out:

1) I had filter for showing FX in my Reaper preferences -> the script used to start with error
2) I cleared the FX filter in preferences -> the error dissappeared
3) I put my FX filter back - the script is still working OK!

So, probably the problem was with this filter in preferences.
My filter is:
Code:
NOT ( ^vst3 ) NOT "(x86)" NOT ( "(waves)" mono ) OR antress OR ( vst3 antares ) OR ( vst3 celemony )
(Reaper prefs -> Plug-ins -> Only show fx matching filter string)
leshachooze is offline   Reply With Quote
Old 07-17-2020, 01:08 AM   #287
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by leshachooze View Post
Hah, i finally figured something out [...]
Nice catch! The culprit was indeed your filter string. The solution you found is rather temporary though and v2.31 will still throw the error once you try to refresh the Quick Adder database.

I've just updated the script to v2.32 to fix the crash. Please let me know how it works on your end.
Neutronic is offline   Reply With Quote
Old 07-17-2020, 03:13 AM   #288
leshachooze
Human being with feelings
 
Join Date: Aug 2015
Posts: 10
Default

Quote:
Originally Posted by Neutronic View Post
Nice catch! The culprit was indeed your filter string. The solution you found is rather temporary though and v2.31 will still throw the error once you try to refresh the Quick Adder database.

I've just updated the script to v2.32 to fix the crash. Please let me know how it works on your end.
You are right, I forced refresh in v2.31 and got crash
v2.32 seems to work fine for me, no new errors detected
thanks a lot
leshachooze is offline   Reply With Quote
Old 07-17-2020, 07:52 PM   #289
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by leshachooze View Post
You are right, I forced refresh in v2.31 and got crash
v2.32 seems to work fine for me, no new errors detected
thanks a lot
Glad it works for you now and you're welcome!
Neutronic is offline   Reply With Quote
Old 07-18-2020, 09:30 AM   #290
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Is there a way to add multiple results at once or could this feature be added please?
Coachz is online now   Reply With Quote
Old 07-19-2020, 07:50 AM   #291
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
Is there a way to add multiple results at once or could this feature be added please?
Currently one can select/add a single result at once.

Multiple results manipulation may come in the future, we'll see. Thanks for the suggestion.
Neutronic is offline   Reply With Quote
Old 07-19-2020, 08:24 AM   #292
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Quote:
Originally Posted by Neutronic View Post
Currently one can select/add a single result at once.

Multiple results manipulation may come in the future, we'll see. Thanks for the suggestion.
Cool. My application is when I have for example many keyboard pad patches saved as different fx or track template and the keyboard player wants to use a pad sound. I can then load 5 different pad tracks for example and he can audition them in a flash and them we delete all but the keeper. Thanks for considering it Neutronic !
Coachz is online now   Reply With Quote
Old 07-19-2020, 10:01 AM   #293
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
Cool. My application is when I have for example many keyboard pad patches saved as different fx or track template and the keyboard player wants to use a pad sound. I can then load 5 different pad tracks for example and he can audition them in a flash and them we delete all but the keeper. Thanks for considering it Neutronic !
Thanks for the example! As an alternative, you could use QA2 templates/FX applying feature for that. I suspect you would even save some mouse clicks/movement with this approach, since you wouldn't have to first select multiple results to add, then arm/unarm or (in case of auto-arm) select/diselect tracks to audition, and in the end again select redundant tracks for deletion.
Neutronic is offline   Reply With Quote
Old 07-19-2020, 10:31 AM   #294
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Quote:
Originally Posted by Neutronic View Post
Thanks for the example! As an alternative, you could use QA2 templates/FX applying feature for that. I suspect you would even save some mouse clicks/movement with this approach, since you wouldn't have to first select multiple results to add, then arm/unarm or (in case of auto-arm) select/diselect tracks to audition, and in the end again select redundant tracks for deletion.
Yeah I think that's what I'll do for now. Take all of my pad track templates and save them out as another track template.
Coachz is online now   Reply With Quote
Old 07-19-2020, 04:00 PM   #295
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
Yeah I think that's what I'll do for now. Take all of my pad track templates and save them out as another track template.
hmm unless I'm missing something, there's no need to save template copies for the workflow I was talking about.

You can simply use the templates you already have.

Here's a demo:

Neutronic is offline   Reply With Quote
Old 07-19-2020, 04:43 PM   #296
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Quote:
Originally Posted by Neutronic View Post
hmm unless I'm missing something, there's no need to save template copies for the workflow I was talking about.

You can simply use the templates you already have.

Here's a demo:

Interesting. I'll check the settings to see how you keep it open and keep selecting.
Coachz is online now   Reply With Quote
Old 07-20-2020, 08:37 AM   #297
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
Interesting. I'll check the settings to see how you keep it open and keep selecting.
It's the round button in the main search view:

Neutronic is offline   Reply With Quote
Old 07-20-2020, 09:54 AM   #298
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Quote:
Originally Posted by Neutronic View Post
It's the round button in the main search view:

Cool, that works fine. Thanks Neutronic. Stay safe.
Coachz is online now   Reply With Quote
Old 07-21-2020, 10:55 AM   #299
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,109
Default

Just wanted to mention that my database issue seems fixed now with one of the recent updates. All good now.
Thanks.
nofish is offline   Reply With Quote
Old 07-22-2020, 12:39 PM   #300
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by nofish View Post
Just wanted to mention that my database issue seems fixed now with one of the recent updates. All good now.
Thanks.
Great, thanks for letting me know.
Neutronic is offline   Reply With Quote
Old 07-25-2020, 05:03 PM   #301
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Check your PayPal. I hear good things!!
Coachz is online now   Reply With Quote
Old 07-26-2020, 01:56 AM   #302
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
Check your PayPal. I hear good things!!
thank you very much, I really appreciate it!
Neutronic is offline   Reply With Quote
Old 07-26-2020, 03:41 AM   #303
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Glad to do it. Your add-on has really improved my workflow in Reaper and made it much more intuitive and easy to use.
Coachz is online now   Reply With Quote
Old 07-26-2020, 02:11 PM   #304
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
Glad to do it. Your add-on has really improved my workflow in Reaper and made it much more intuitive and easy to use.
Happy to hear it's been that helpful to you!
Neutronic is offline   Reply With Quote
Old 07-26-2020, 03:36 PM   #305
sinkmusic
Human being with feelings
 
sinkmusic's Avatar
 
Join Date: Feb 2006
Location: decepticon mothership in a hidden place inside a mountain
Posts: 3,754
Default

Awesome add-on, thank you!

I have made a toolbar icon, for those who use such things


One thing which I don't get, though, is that sometimes the results of vst plugins search doesn't seem accurate (at least according to Reaper plgin browser) :

For instance, here, when i type "comp":
- I see two plugins which i don't think i have in my FX folder, and which do not feature "comp" in their name.
- Some plugins or JS fx which feature "comp" in their name aren't listed (cf screenshot in Reaper fx browser)


Same here, when i type "Melda", Quick Adder doesn't give the same results than Reaper FX folder :
sinkmusic is online now   Reply With Quote
Old 07-26-2020, 03:50 PM   #306
sinkmusic
Human being with feelings
 
sinkmusic's Avatar
 
Join Date: Feb 2006
Location: decepticon mothership in a hidden place inside a mountain
Posts: 3,754
Default

I think i have understood :
1- I needed to make a "clear cache/re-scan" from Reaper Preferences;
2- it seems that there is no way to display more items than the defined amount of results rows defined in the Preferences (eg : if you have result rows set to 5, type "comp", and have 12 effects with "comp" in their name, Quick Adder will not display more than 5 : is that correct?)

A couple questions :
- Can Quick Adder search into the plugins categories (from Reaper's fx browser)? It could be useful, as some plugins sometimes doesn't have a very explicit name, so it could be helpful (for instance, a La2A or 1176 do not have "comp" or "dynamic" in their name).
- The "favorite" feature is awesome Do you think it would also be possible to have something like "exclude this plugin/template/action from this search" (so we would not see it in the list the next time we type the same keyword) ? U-He software has "favourite" tags, as well as "mark as junk" tags, and i must say that it is quite handy

Last edited by sinkmusic; 07-26-2020 at 03:57 PM.
sinkmusic is online now   Reply With Quote
Old 07-27-2020, 12:34 PM   #307
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by sinkmusic View Post
Awesome add-on, thank you!

I have made a toolbar icon, for those who use such things
You're welcome and I'm sure the icon will come in handy for some people.

Quote:
Originally Posted by sinkmusic View Post
I think i have understood :
1- I needed to make a "clear cache/re-scan" from Reaper Preferences;
Yes, that is necessary so that REAPER updates its vstplugins ini.

In other words, if one installed and then uninstalled some VSTs yet still wants QA2 to search the up-to-date plugin list, the re-scanning has to be performed.

Quote:
Originally Posted by sinkmusic View Post
I think i have understood :
2- it seems that there is no way to display more items than the defined amount of results rows defined in the Preferences (eg : if you have result rows set to 5, type "comp", and have 12 effects with "comp" in their name, Quick Adder will not display more than 5 : is that correct?)
That is correct. The result rows number defines the maximum number of matches QA2 yields. (When docked the number is defined automatically according to the QA2 GUI height).

Note that scrollable results list is in the works and it will make it possible to get all the relevant matches.

Quote:
Originally Posted by sinkmusic View Post
Can Quick Adder search into the plugins categories (from Reaper's fx browser)?
Since the Categories sorting feature is not super reliable and puts many plugins into the No Category group, QA2 currently doesn't look up the list.

But QA2 searches FX browser folders (see GIF below). So if one needs LA-2A to be found when searching for compressors/dynamics, they could put the plugin in accordingly named folders.



Quote:
Originally Posted by sinkmusic View Post
Do you think it would also be possible to have something like "exclude this plugin/template/action from this search" [...]
That is a nice idea and it might be implemented in a future QA2 update, we'll see.

Neutronic is offline   Reply With Quote
Old 07-27-2020, 02:28 PM   #308
sinkmusic
Human being with feelings
 
sinkmusic's Avatar
 
Join Date: Feb 2006
Location: decepticon mothership in a hidden place inside a mountain
Posts: 3,754
Default

Awesome, thank you Neutronic !
sinkmusic is online now   Reply With Quote
Old 08-09-2020, 12:53 PM   #309
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quick Adder v2.33 is up!

What's new:
+ Ctrl(Cmd) + Shift + Alt + Enter: inserts FX or template on new track and sends selected tracks (or track under mouse) to it
# streamline targeting logic
# update mouse cursor when switching views with key commands
# improve hints
# update help file

Neutronic is offline   Reply With Quote
Old 08-09-2020, 01:18 PM   #310
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

sweet, great progress with quick adder. way to go

also if you get time:

FX Chain - option to create a new track below the selected track
Coachz is online now   Reply With Quote
Old 08-09-2020, 02:13 PM   #311
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Coachz View Post
sweet, great progress with quick adder. way to go
Thanks, glad you find it helpful!

Quote:
Originally Posted by Coachz View Post
also if you get time:

FX Chain - option to create a new track below the selected track
Will add it in a future update. It will work for both FX and FX chains.

Neutronic is offline   Reply With Quote
Old 08-09-2020, 10:15 PM   #312
Tone Ranger
Human being with feelings
 
Tone Ranger's Avatar
 
Join Date: Jan 2019
Location: Toronto, Canada
Posts: 542
Default

Thank you for yet another incredible script, @Neutronic !!

Donation sent! 😊
Tone Ranger is online now   Reply With Quote
Old 08-10-2020, 10:12 AM   #313
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

Quote:
Originally Posted by Tone Ranger View Post
Thank you for yet another incredible script, @Neutronic !!

Donation sent! 😊
Happy to hear you like it that much and thank you!
Neutronic is offline   Reply With Quote
Old 08-12-2020, 03:32 AM   #314
alphoc
Human being with feelings
 
Join Date: Apr 2019
Posts: 375
Default

Hi, this script is very useful, thanks. But even though I formatted the computer, when I search the old plugins appear. What could be the problem ?
alphoc is offline   Reply With Quote
Old 08-12-2020, 03:44 AM   #315
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Quote:
Originally Posted by alphoc View Post
Hi, this script is very useful, thanks. But even though I formatted the computer, when I search the old plugins appear. What could be the problem ?
Clear the cache and rescan the plugins in your Reaper prefs and then rebuild the database in quick Adder
Coachz is online now   Reply With Quote
Old 08-12-2020, 04:25 AM   #316
alphoc
Human being with feelings
 
Join Date: Apr 2019
Posts: 375
Default

I did it first but it didn't work. I tried it again, the result is the same.

Last edited by alphoc; 08-12-2020 at 04:43 AM.
alphoc is offline   Reply With Quote
Old 08-12-2020, 04:44 AM   #317
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Do the old plug-ins show up in the reaper effects window?
Coachz is online now   Reply With Quote
Old 08-12-2020, 08:18 AM   #318
alphoc
Human being with feelings
 
Join Date: Apr 2019
Posts: 375
Default

Add fx window ? No. I didn't install but appearing in the Quick Adder.
alphoc is offline   Reply With Quote
Old 08-12-2020, 08:27 AM   #319
Coachz
Human being with feelings
 
Coachz's Avatar
 
Join Date: Oct 2010
Location: Charleston, SC
Posts: 12,791
Default

Quote:
Originally Posted by alphoc View Post
Add fx window ? No. I didn't install but appearing in the Quick Adder.
I don't understand. Are old plugins listed in the reaper FX window and if so what happens when you try to add them?
Coachz is online now   Reply With Quote
Old 08-12-2020, 10:32 AM   #320
Tone Ranger
Human being with feelings
 
Tone Ranger's Avatar
 
Join Date: Jan 2019
Location: Toronto, Canada
Posts: 542
Default

I had a similar issue, even after clearing the cache and rescanning. I went into Reaper's resources folder and deleted these files (circled in red, 4 files), rebooted, and that fixed the issue. I'm on Mac BTW, but might work with PC too (you wouldn't have the 2 top files though)...

Tone Ranger is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:30 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.