//! General functionality for all voice types.
modflags;pubuseself::flags::*;usecrate::ptvoice::Ptvoice;//--------------------------------------------------------------------------------------------------
/// A single reusable sample or synthesized instrument.
pubenumVoice{
Ptv(Ptvoice),}implFrom<Ptvoice>forVoice{fnfrom(value: Ptvoice)->Self{Self::Ptv(value)}}