View Single Post
Old 03-31-2020, 01:50 PM   #92
Neutronic
Human being with feelings
 
Neutronic's Avatar
 
Join Date: Sep 2013
Posts: 657
Default

You're welcome guys!

Quote:
Originally Posted by Tagirijus View Post
does not work 100%. [...]
Code:
NOT ( MeldaProduction VST: ) AND NOT ( MeldaProduction VSTi: )
Try not putting AND between exceptions, but rather use this string:
Code:
NOT ( MeldaProduction VST: ) NOT ( MeldaProduction VSTi: )
Let me know how it goes.

Quote:
Originally Posted by todoublez View Post
can u demonstrate how to filter the mono plugins in this case ?
For one word exclusion this should be enough:
Code:
NOT mono


EDIT: here's a video of Kenny explaining basic syntax with examples.


Last edited by Neutronic; 03-31-2020 at 02:18 PM.
Neutronic is offline   Reply With Quote