[−][src]Trait csound::InputChannelPtr
Tait with the write function which is implemented by control, audio and string channels
Required methods
fn write(&self, inp: T)
Implementors
impl<'a> InputChannelPtr<f64> for ChannelPtr<'a, ControlChannel, Writable>
[src]
impl<'a, '_> InputChannelPtr<&'_ [f64]> for ChannelPtr<'a, AudioChannel, Writable>
[src]
fn write(&self, inp: &[f64])
[src]
Writes audio data to an audio channel
Arguments
A slice of ksmps audio samples to be copied into the channel's buffer If this slice is onger than the channel's buffer, only Channel's size elments would be copied from it