[−][src]Trait csound::OutputChannelPtr
Trait with the read function which is implemented by like control, audio and string channels
Required methods
Loading content...Implementors
impl<'a> OutputChannelPtr<'a, f64> for ChannelPtr<'a, ControlChannel, Readable>[src]
impl<'a> OutputChannelPtr<'a, [f64]> for ChannelPtr<'a, AudioChannel, Readable>[src]
fn read(&'a self) -> &[f64][src]
Reads data from a csound's Audio channel
Returns
A reference to the control channel's slice of ksmps samples