@Fil2 – Thank you very much. That helped me understand how the pieces fit together which allowed me to figure out a solution to the problem which I describe below.
@PeterHanes – If you have a chance to try the solution I found for my setup, I would be interested in hearing if it works on your setup.
The issue here is that the Mac version of the Speedrum Lite VST3 plug-in (v1.0.3) contains a file that declares the « Name » of the plug-in to be « SpeedrumLite » (without a space) instead of « Speedrum Lite » (with a space). On a Mac, this file can be found at …
/Library/Audio/Plug-Ins/VST3/SpeedrumLite.vst3/Contents/Resources/moduleinfo.json
You can edit this file to change the « Name » of the plug-in from « SpeedrumLite » (no space) to « Speedrum Lite » (with a space) on the second line of the file. I got to this file through the Terminal and I needed to sudo to edit it in pico. I did not need to change anything else in this file but I had to restart the Exquis app, clear the plug-ins list, and re-scan for VST3 plug-ins. Once I did those steps, I could see the « Speedrum Lite » plug-in, with the correct space in its name, and, when selecting Sounds > Factory > Drum Kit, I could see all the pre-configured Exquis drum kits as shown in this screenshot …
I suspect that what is happening under the hood is that the Exquis app is hard-coded to point a plug-in named « Speedrum Lite » (with a space) to the pre-configured drum kits. Since the moduleinfo.json file in the MacOS plug-in defines the name as « SpeedrumLite » (no space), the Exquis app fails to point the plug-in to the pre-configured drum kits. This is probably a packaging error in the MacOS version of Speedrum Lite but the Exquis app could probably verify that it has the right plug-in name to point to the pre-configured drum kits.
Finally, in case anyone wants or needs to dig into this further, the pre-configured drum kits, and the underlying samples, are located in the following location on MacOS …
This is the MacOS equivalent of the Windows file listing posted by @Fil2.
I hope that this information is useful to other MacOS Exquis users. Once I understood the problem, the fix was easy to implement. Please respond to this thread if you have tried this fix and whether it worked for you. If this fixes the problem in general for Mac users, I hope that the Exquis app developers can figure out a way to roll this into the MacOS version to make everything a little more seamless.
Thanks for everyone’s help and patience in figuring this out. I am looking forward to adding drum loops to my compositions. I am glad that this was included in the app.
Have fun, everybody!