mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
collect crates/ and deps/
This commit is contained in:
parent
2f8882f6cd
commit
8fa0f8a409
140 changed files with 23 additions and 21 deletions
12
crates/plugin/vst/src/prelude.rs
Normal file
12
crates/plugin/vst/src/prelude.rs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//! A collection of commonly used items for implement a Plugin
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use crate::api::{Events, Supported};
|
||||
#[doc(no_inline)]
|
||||
pub use crate::buffer::{AudioBuffer, SendEventBuffer};
|
||||
#[doc(no_inline)]
|
||||
pub use crate::event::{Event, MidiEvent};
|
||||
#[doc(no_inline)]
|
||||
pub use crate::plugin::{CanDo, Category, HostCallback, Info, Plugin, PluginParameters};
|
||||
#[doc(no_inline)]
|
||||
pub use crate::util::{AtomicFloat, ParameterTransfer};
|
||||
Loading…
Add table
Add a link
Reference in a new issue