Template Class FaustDType
Defined in File EFFECTS.hpp
Inheritance Relationships
Base Type
public Fclass
Class Documentation
-
template<typename Fclass>
class FaustDType : public Fclass Template class that inherits from FXclass and is used to contain data for FX processing.
- Template Parameters:
Fclass, the – base class
Public Functions
-
inline FaustDType(SIMD_FLOAT *vec, unsigned long long start, unsigned long long end)
-
inline void CopyToFaust()
copy pcm frames into Faust Style array
-
inline void WriteToOrigin()
copy Faust Style array to pcm array.