sound_flow 0.3.0

Execute graphs of functions in real time
Documentation
1
2
3
4
5
6
7
use std::any::TypeId;

#[derive(Clone, Copy, Debug)]
pub(crate) struct BufferAddress {
    pub(crate) index: usize,
    pub(crate) type_: TypeId,
}