helgoboss / reaper-rs

Rust bindings for the REAPER C++ API
MIT License
78 stars 8 forks source link

Provide helpers to get I/O buffers in OnAudioBuffer handlers #56

Open baadc0de opened 2 years ago

baadc0de commented 2 years ago

Added output_channel_samples and input_channel_samples to get to I/O buffers inside OnAudioBuffer handlers.