soundpad-remote-client 0.1.0

A client for the Soundpad remote control interface
1
2
3
4
5
6
mod client;
mod error;
mod response_code;

pub use client::ClientBuilder;
pub use soundpad_xml::{Sound, SoundList};