This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
35
Wiki
Activity
Browse Source
Add plugin name to Module Browser search string.
tags/v1.1.0
Andrew Belt
4 years ago
parent
01d60a0bb1
commit
10e1016126
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/app/ModuleBrowser.cpp
+ 2
- 0
src/app/ModuleBrowser.cpp
View File
@@ -40,6 +40,8 @@ static float modelScore(plugin::Model *model, const std::string &search) {
std::string s;
s += model->plugin->brand;
s += " ";
s += model->plugin->name;
s += " ";
s += model->name;
s += " ";
s += model->slug;
Write
Preview
Loading…
Cancel
Save