truce-core-0.1.1 has been yanked.
truce-core
Core types and traits for the truce audio plugin framework.
Defines the fundamental abstractions that all truce crates build on:
Plugin— the main trait a plugin implements for audio processingPluginExport— wraps aPluginfor format-specific exportAudioBuffer— sample buffer abstractionEditor— trait for plugin GUI editorsPluginInfo/PluginCategory— plugin metadataProcessContext/ProcessStatus— audio processing contextEvent/TransportInfo— MIDI events and DAW transport stateBusConfig/BusLayout— I/O channel configuration- Utilities —
db_to_linear,linear_to_db,midi_note_to_freq
Most plugin authors should depend on truce directly rather than this crate.