YSE sound engine  1.0
cross platform sound engine
 All Classes Namespaces Functions Pages
YSE::SYNTH::samplerConfig Class Reference

Public Member Functions

samplerConfigname (const char *name)
 
samplerConfigfile (const char *file)
 
samplerConfigchannel (U8 channel)
 
samplerConfigroot (U8 rootNote)
 
samplerConfigrange (U8 low, U8 high)
 
samplerConfigenvelope (Flt attack, Flt release, Flt maxLength)
 
const std::string & name () const
 
const std::string & file () const
 
U8 channel () const
 
U8 root () const
 
U8 lowestNote () const
 
U8 highestNote () const
 
Flt attackTime () const
 
Flt releaseTime () const
 
Flt maxLength () const
 

Detailed Description

Definition at line 27 of file synthInterface.hpp.


The documentation for this class was generated from the following file: