truce-core 0.1.2

Core types for the truce audio plugin framework
Documentation
pub mod buffer;
pub mod bus;
pub mod editor;
pub mod events;
pub mod export;
pub mod info;
pub mod midi;
pub mod plugin;
pub mod process;
pub mod state;
pub mod util;

pub use buffer::{AudioBuffer, RawBufferScratch};
pub use bus::{BusConfig, BusLayout, ChannelConfig};
pub use editor::{Editor, EditorContext};
pub use events::{Event, EventBody, EventList, TransportInfo};
pub use export::PluginExport;
pub use info::{PluginCategory, PluginInfo};
pub use plugin::Plugin;
pub use process::{ProcessContext, ProcessStatus};
pub use util::{db_to_linear, linear_to_db, midi_note_to_freq};