MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostlyharmless_Descriptor.h
Go to the documentation of this file.
1#ifndef MOSTLYHARMLESS_DESCRIPTOR_H
2#define MOSTLYHARMLESS_DESCRIPTOR_H
4#include <clap/plugin.h>
5#include <vector>
6namespace mostly_harmless {
10 [[nodiscard]] clap_plugin_descriptor& getDescriptor();
14 [[nodiscard]] BusConfig getAudioBusConfig() noexcept;
18 [[nodiscard]] BusConfig getNoteBusConfig() noexcept;
19} // namespace mostly_harmless
20#endif
The top-level namespace, contains all things plugin-related.
Definition mostlyharmless_BusConfig.h:3
BusConfig
Represents available IO configs, for both audio and midi.
Definition mostlyharmless_BusConfig.h:7
BusConfig getNoteBusConfig() noexcept
BusConfig getAudioBusConfig() noexcept
clap_plugin_descriptor & getDescriptor()