mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Capitalize CLAP plugin descriptor class name
To stay consistent with the rest of the naming.
This commit is contained in:
@@ -149,7 +149,7 @@ void ClapBridge::run() {
|
||||
.descriptors = std::nullopt};
|
||||
}
|
||||
|
||||
std::vector<clap::plugin::descriptor> descriptors;
|
||||
std::vector<clap::plugin::Descriptor> descriptors;
|
||||
const uint32_t num_plugins =
|
||||
(factory->get_plugin_count)(factory);
|
||||
for (uint32_t i = 0; i < num_plugins; i++) {
|
||||
|
||||
Reference in New Issue
Block a user