Re-exports§
pub use buffer::AudioBuffer;pub use buffer::RawBufferScratch;pub use bus::BusConfig;pub use bus::BusLayout;pub use bus::ChannelConfig;pub use editor::Editor;pub use editor::EditorContext;pub use events::Event;pub use events::EventBody;pub use events::EventList;pub use events::TransportInfo;pub use export::PluginExport;pub use info::PluginCategory;pub use info::PluginInfo;pub use plugin::Plugin;pub use process::ProcessContext;pub use process::ProcessStatus;pub use util::db_to_linear;pub use util::linear_to_db;pub use util::midi_note_to_freq;
Modules§
Macros§
- plugin_
info - Construct a
PluginInfofrom build-time metadata.