mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
relayer arranger view and extract button_2 and button_3 to top level
This commit is contained in:
parent
d1bb33dc41
commit
fe9d5a309e
43 changed files with 7158 additions and 276 deletions
12
plugin/vst/src/prelude.rs
Normal file
12
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